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

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$contentTypeGroups eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup[] Content type groups.

Public Methods

Method Description
__construct ( array $contentTypeGroups ) Construct.

Method Details

__construct() public method

Construct.
public __construct ( array $contentTypeGroups )
$contentTypeGroups array

Property Details

$contentTypeGroups public property

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