DocumentField extends Dto
FinalYes
Table of Contents
Properties
- $baseType : string
- $expression : string
- $id : string
- $multiple : bool
- $name : string
- $options : array<string|int, DocumentFieldOption>|null
- $systemExpression : string
- $type : string
Methods
- __construct() : mixed
- getCachedCasts() : array<string|int, mixed>
- getCasts() : array<string, Caster>
- Method returns map, where key must relate to public property, and value specifies type of this property
- jsonSerialize() : mixed
- make() : mixed
- toArray() : array<string|int, mixed>
Properties
$baseType
public
string
$baseType
$expression
public
string
$expression
$id
public
string
$id
$multiple
public
bool
$multiple
$name
public
string
$name
$options
public
array<string|int, DocumentFieldOption>|null
$options
$systemExpression
public
string
$systemExpression
$type
public
string
$type
Methods
__construct()
public
__construct() : mixed
getCachedCasts()
public
getCachedCasts() : array<string|int, mixed>
Return values
array<string|int, mixed>getCasts()
Method returns map, where key must relate to public property, and value specifies type of this property
public
getCasts() : array<string, Caster>
Return values
array<string, Caster> —property name => typecaster object
jsonSerialize()
public
jsonSerialize() : mixed
make()
public
static make([array<string|int, mixed>|null $fields = null ]) : mixed
Parameters
- $fields : array<string|int, mixed>|null = null
toArray()
public
toArray() : array<string|int, mixed>