| Properties |
public
|
?string
|
$actual = null
Persistence field name, if null, shortName is used.
Persistence field name, if null, shortName is used.
|
#
|
public
|
bool
|
$neverPersist = false
Persistence option, if true, field is not loaded nor inserted/updated.
Persistence option, if true, field is not loaded nor inserted/updated.
|
#
|
public
|
bool
|
$neverSave = false
Persistence option, if true, field is not inserted/updated.
Persistence option, if true, field is not inserted/updated.
|
#
|
public
|
string
|
$type
DBAL type registered in \Doctrine\DBAL\Types\Type.
DBAL type registered in \Doctrine\DBAL\Types\Type.
|
#
|
public
|
bool
|
$nullable = true
Nullable field can be null, otherwise the value must be set, even if it is an empty value.
Nullable field can be null, otherwise the value must be set, even if it is an empty value.
|
#
|
public
|
bool
|
$required = false
Required field must have non-empty value. A null value is considered empty too.
Required field must have non-empty value. A null value is considered empty too.
|
#
|
public
|
array<int, mixed>|null
|
$enum = null
For several types enum can provide list of available options. ['blue', 'red'].
For several types enum can provide list of available options. ['blue', 'red'].
|
#
|
public
|
array<mixed, mixed>|null
|
$values = null
|
#
|
protected
|
?string
|
$referenceLink = null
If value of this field is defined by a model, this property will contain reference link.
If value of this field is defined by a model, this property will contain reference link.
|
#
|
public
|
bool
|
$system = false
Is it system field? System fields are be always loaded and saved.
Is it system field? System fields are be always loaded and saved.
|
#
|
public
|
mixed
|
$default
Default value of field.
|
#
|
public
|
bool
|
$readOnly = false
Is field read only?
Field value may not be changed. It'll never be saved.
For example, expressions are read only.
Is field read only?
Field value may not be changed. It'll never be saved.
For example, expressions are read only.
|
#
|
public
|
string|null
|
$caption
|
#
|
public
|
array<string, mixed>
|
$ui = []
|
#
|