RecordInterface
in
Table of Contents
Methods
- createFromRecord() : object
- Creates a new object from a [field => value] associative array.
Methods
createFromRecord()
Creates a new object from a [field => value] associative array.
public
static createFromRecord(array<string|int, mixed> $record) : object
Parameters
- $record : array<string|int, mixed>