Copied!

FieldType

FieldType.php : 14

The field type interface which field types available to storage engines have to implement.

Tags
See
FieldType

Methods

publicgetEmptyValue()

FieldType.php : 21

Returns the empty value for the field type that can be processed by the storage engine.

public getEmptyValue() : FieldValue

Return values

FieldValue