PHP Интерфейс eZ\Publish\Core\FieldType\Handler

Some field types provides handlers which help manipulate the field type value. These objects implement this interface.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

getFieldTypeValue() публичный Метод

Returns a compatible value to store in a field type after manipulation in the handler.
public getFieldTypeValue ( ) : mixed
Результат mixed

initWithFieldTypeValue() публичный Метод

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