PHP Class eZ\Publish\Core\Persistence\FieldType

See also: eZ\Publish\SPI\FieldType\FieldType
Inheritance: implements eZ\Publish\SPI\Persistence\FieldType
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$internalFieldType eZ\Publish\SPI\FieldType\FieldType Holds internal FieldType object.

Public Methods

Method Description
__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.

Method Details

__construct() public method

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

getEmptyValue() public method

Returns the empty value for the field type that can be processed by the storage engine.
public getEmptyValue ( ) : eZ\Publish\SPI\Persistence\Content\FieldValue
return eZ\Publish\SPI\Persistence\Content\FieldValue

Property Details

$internalFieldType protected_oe property

Holds internal FieldType object.
protected FieldType,eZ\Publish\SPI\FieldType $internalFieldType
return eZ\Publish\SPI\FieldType\FieldType