PHP 클래스 eZ\Publish\Core\REST\Client\Values\FieldDefinitionList

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$contentTypeService eZ\Publish\Core\REST\Client\ContentTypeService Content type service.
$fieldDefinitionReferences string[] References to contained field references.

공개 메소드들

메소드 설명
__construct ( ContentTypeService $contentTypeService, array $fieldDefinitionReferences )
getFieldDefinitions ( ) : eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[] Fetches and returns the field definitions contained in the list.

메소드 상세

__construct() 공개 메소드

public __construct ( ContentTypeService $contentTypeService, array $fieldDefinitionReferences )
$contentTypeService eZ\Publish\Core\REST\Client\ContentTypeService
$fieldDefinitionReferences array

getFieldDefinitions() 공개 메소드

Fetches and returns the field definitions contained in the list.
public getFieldDefinitions ( ) : eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[]
리턴 eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[]

프로퍼티 상세

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

Content type service.
protected ContentTypeService,eZ\Publish\Core\REST\Client $contentTypeService
리턴 eZ\Publish\Core\REST\Client\ContentTypeService

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

References to contained field references.
protected string[] $fieldDefinitionReferences
리턴 string[]