PHP Класс eZ\Publish\Core\Persistence\FieldType

См. также: eZ\Publish\SPI\FieldType\FieldType
Наследование: implements eZ\Publish\SPI\Persistence\FieldType
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$internalFieldType eZ\Publish\SPI\FieldType\FieldType Holds internal FieldType object.

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

Метод Описание
__construct ( eZ\Publish\SPI\FieldType\FieldType $fieldType ) Creates a new FieldType object.
getEmptyValue ( ) : eZ\Publish\SPI\Persistence\Content\FieldValue Returns the empty value for the field type that can be processed by the storage engine.

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

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

Creates a new FieldType object.
public __construct ( eZ\Publish\SPI\FieldType\FieldType $fieldType )
$fieldType eZ\Publish\SPI\FieldType\FieldType

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

Returns the empty value for the field type that can be processed by the storage engine.
public getEmptyValue ( ) : eZ\Publish\SPI\Persistence\Content\FieldValue
Результат eZ\Publish\SPI\Persistence\Content\FieldValue

Описание свойств

$internalFieldType защищенное свойство

Holds internal FieldType object.
protected FieldType,eZ\Publish\SPI\FieldType $internalFieldType
Результат eZ\Publish\SPI\FieldType\FieldType