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

Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$listReference string Contains ContentTypeGroupRefList reference.

Protected Properties

Property Type Description
$contentTypeGroupReferences string[] Contains ContentTypeGroup references.
$contentTypeService eZ\Publish\Core\REST\Client\ContentTypeService Content type service.

Public Methods

Method Description
__construct ( ContentTypeService $contentTypeService, string $listReference, array $contentTypeGroupReferences )
getContentTypeGroups ( ) : eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup[] Fetches and returns the ContentTypeGroups contained in the list.

Method Details

__construct() public method

public __construct ( ContentTypeService $contentTypeService, string $listReference, array $contentTypeGroupReferences )
$contentTypeService eZ\Publish\Core\REST\Client\ContentTypeService
$listReference string
$contentTypeGroupReferences array

getContentTypeGroups() public method

Fetches and returns the ContentTypeGroups contained in the list.
public getContentTypeGroups ( ) : eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup[]
return eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup[]

Property Details

$contentTypeGroupReferences protected property

Contains ContentTypeGroup references.
protected string[] $contentTypeGroupReferences
return string[]

$contentTypeService protected property

Content type service.
protected ContentTypeService,eZ\Publish\Core\REST\Client $contentTypeService
return eZ\Publish\Core\REST\Client\ContentTypeService

$listReference public property

Contains ContentTypeGroupRefList reference.
public string $listReference
return string