PHP Interface eZ\Publish\Core\FieldType\Handler

Some field types provides handlers which help manipulate the field type value. These objects implement this interface.
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
getFieldTypeValue ( ) : mixed Returns a compatible value to store in a field type after manipulation in the handler.
initWithFieldTypeValue ( mixed $value ) Populates the field type handler with data from a field type.

Method Details

getFieldTypeValue() public method

Returns a compatible value to store in a field type after manipulation in the handler.
public getFieldTypeValue ( ) : mixed
return mixed

initWithFieldTypeValue() public method

Populates the field type handler with data from a field type.
public initWithFieldTypeValue ( mixed $value )
$value mixed