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

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 Content type.
$contentTypeGroups eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup[] Content type groups of the content type.

Public Methods

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

Method Details

__construct() public method

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

Property Details

$contentType public property

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

$contentTypeGroups public property

Content type groups of the content type.
public ContentTypeGroup[],eZ\Publish\API\Repository\Values\ContentType $contentTypeGroups
return eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup[]