FieldType
FieldType.php
:
17
Interface
The field type interface which field types available to storage engines have to implement.
Tags
Methods¶
getEmptyValue()
¶
FieldType.php
:
24
Returns the empty value for the field type that can be processed by the storage engine.
|
|
Return values
isEmptyValue()
¶
FieldType.php
:
26
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$fieldValue | FieldValue | - | - |
Return values
bool