PHP 클래스 eZ\Publish\Core\Persistence\FieldType

또한 보기: eZ\Publish\SPI\FieldType\FieldType
상속: implements eZ\Publish\SPI\Persistence\FieldType
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$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