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

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Свойство Type Description
$contentType eZ\Publish\API\Repository\Values\ContentType\ContentType ContentType the field definitions belong to.
$fieldDefinitions eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[] Field definitions.

Méthodes publiques

Méthode Description
__construct ( eZ\Publish\API\Repository\Values\ContentType\ContentType $contentType, array $fieldDefinitions ) Construct.

Method Details

__construct() public méthode

Construct.
public __construct ( eZ\Publish\API\Repository\Values\ContentType\ContentType $contentType, array $fieldDefinitions )
$contentType eZ\Publish\API\Repository\Values\ContentType\ContentType
$fieldDefinitions array

Property Details

$contentType public_oe property

ContentType the field definitions belong to.
public ContentType,eZ\Publish\API\Repository\Values\ContentType $contentType
Résultat eZ\Publish\API\Repository\Values\ContentType\ContentType

$fieldDefinitions public_oe property

Field definitions.
public FieldDefinition[],eZ\Publish\API\Repository\Values\ContentType $fieldDefinitions
Résultat eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[]