PHP 클래스 eZ\Publish\Core\Search\Common\FieldRegistry

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$types Registered field types.

공개 메소드들

메소드 설명
__construct ( array $types = [] ) Construct from optional Indexable type array.
getType ( string $name ) : eZ\Publish\SPI\FieldType\Indexable Get Indexable type.
registerType ( string $name, eZ\Publish\SPI\FieldType\Indexable $type ) Register another indexable type.

메소드 상세

__construct() 공개 메소드

Construct from optional Indexable type array.
public __construct ( array $types = [] )
$types array

getType() 공개 메소드

Get Indexable type.
public getType ( string $name ) : eZ\Publish\SPI\FieldType\Indexable
$name string
리턴 eZ\Publish\SPI\FieldType\Indexable

registerType() 공개 메소드

Register another indexable type.
public registerType ( string $name, eZ\Publish\SPI\FieldType\Indexable $type )
$name string
$type eZ\Publish\SPI\FieldType\Indexable

프로퍼티 상세

$types 보호되어 있는 프로퍼티

Registered field types.
protected $types