PHP Class eZ\Publish\Core\REST\Client\Values\FieldDefinitionList

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$contentTypeService eZ\Publish\Core\REST\Client\ContentTypeService Content type service.
$fieldDefinitionReferences string[] References to contained field references.

Méthodes publiques

Méthode Description
__construct ( ContentTypeService $contentTypeService, array $fieldDefinitionReferences )
getFieldDefinitions ( ) : eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[] Fetches and returns the field definitions contained in the list.

Method Details

__construct() public méthode

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

getFieldDefinitions() public méthode

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

Property Details

$contentTypeService protected_oe property

Content type service.
protected ContentTypeService,eZ\Publish\Core\REST\Client $contentTypeService
Résultat eZ\Publish\Core\REST\Client\ContentTypeService

$fieldDefinitionReferences protected_oe property

References to contained field references.
protected string[] $fieldDefinitionReferences
Résultat string[]