Copied!

FieldType

FieldType.php : 17
Interface

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

Tags
See
FieldType

Methods

publicgetEmptyValue()

FieldType.php : 24

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

public getEmptyValue() : FieldValue

Return values

FieldValue

publicisEmptyValue()

FieldType.php : 26
public isEmptyValue(FieldValue $fieldValue) : bool

Parameters

Name Type Default value Description
$fieldValue FieldValue - -

Return values

bool