PHP 클래스 eZ\Publish\Core\REST\Client\FieldTypeService

상속: implements eZ\Publish\API\Repository\FieldTypeService
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$fieldTypes FieldType[] FieldTypes by identifier.

공개 메소드들

메소드 설명
__construct ( array $fieldTypes = [] )
addFieldType ( FieldType $fieldType ) Adds the given $fieldType.
getFieldType ( string $identifier ) : eZ\Publish\API\Repository\FieldType Returns the FieldType registered with the given identifier.
getFieldTypes ( ) : eZ\Publish\API\Repository\FieldType[] Returns a list of all field types.
hasFieldType ( string $identifier ) : boolean Returns if there is a FieldType registered under $identifier.

메소드 상세

__construct() 공개 메소드

public __construct ( array $fieldTypes = [] )
$fieldTypes array

addFieldType() 공개 메소드

Note, this is not an API method and not meant to be used directly!
public addFieldType ( FieldType $fieldType )
$fieldType FieldType

getFieldType() 공개 메소드

Returns the FieldType registered with the given identifier.
public getFieldType ( string $identifier ) : eZ\Publish\API\Repository\FieldType
$identifier string
리턴 eZ\Publish\API\Repository\FieldType

getFieldTypes() 공개 메소드

Returns a list of all field types.
public getFieldTypes ( ) : eZ\Publish\API\Repository\FieldType[]
리턴 eZ\Publish\API\Repository\FieldType[]

hasFieldType() 공개 메소드

Returns if there is a FieldType registered under $identifier.
public hasFieldType ( string $identifier ) : boolean
$identifier string
리턴 boolean

프로퍼티 상세

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

FieldTypes by identifier.
protected FieldType[],eZ\Publish\Core\REST\Client $fieldTypes
리턴 FieldType[]