PHP Класс eZ\Publish\Core\REST\Client\Values\FieldDefinitionList

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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[]