PHP Interface eZ\Publish\Core\FieldType\Handler

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

Méthodes publiques

Méthode 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 méthode

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

initWithFieldTypeValue() public méthode

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