eZ\Publish\Core\REST\Server\Values\FieldDefinitionList::__construct PHP Method

__construct() public method

Construct.
public __construct ( eZ\Publish\API\Repository\Values\ContentType\ContentType $contentType, array $fieldDefinitions )
$contentType eZ\Publish\API\Repository\Values\ContentType\ContentType
$fieldDefinitions array
    public function __construct(ContentType $contentType, array $fieldDefinitions)
    {
        $this->contentType = $contentType;
        $this->fieldDefinitions = $fieldDefinitions;
    }
FieldDefinitionList