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

Might have a "FieldDefinitionList" embedded
Inheritance: extends eZ\Publish\Core\REST\Common\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$contentType eZ\Publish\API\Repository\Values\ContentType\ContentType
$fieldDefinitions eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[]

Public Methods

Method Description
__construct ( eZ\Publish\API\Repository\Values\ContentType\ContentType $contentType, array $fieldDefinitions = null ) Construct.

Method Details

__construct() public method

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

Property Details

$contentType public property

public ContentType,eZ\Publish\API\Repository\Values\ContentType $contentType
return eZ\Publish\API\Repository\Values\ContentType\ContentType

$fieldDefinitions public property

public FieldDefinition[],eZ\Publish\API\Repository\Values\ContentType $fieldDefinitions
return eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[]