PHP 인터페이스 eZ\Publish\Core\FieldType\Handler

Some field types provides handlers which help manipulate the field type value. These objects implement this interface.
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
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