PHP Класс eZ\Publish\Core\REST\Client\Values\ContentTypeGroupRefList

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$listReference string Contains ContentTypeGroupRefList reference.

Защищенные свойства (Protected)

Свойство Тип Описание
$contentTypeGroupReferences string[] Contains ContentTypeGroup references.
$contentTypeService eZ\Publish\Core\REST\Client\ContentTypeService Content type service.

Открытые методы

Метод Описание
__construct ( ContentTypeService $contentTypeService, string $listReference, array $contentTypeGroupReferences )
getContentTypeGroups ( ) : eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup[] Fetches and returns the ContentTypeGroups contained in the list.

Описание методов

__construct() публичный Метод

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

getContentTypeGroups() публичный Метод

Fetches and returns the ContentTypeGroups contained in the list.
public getContentTypeGroups ( ) : eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup[]
Результат eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup[]

Описание свойств

$contentTypeGroupReferences защищенное свойство

Contains ContentTypeGroup references.
protected string[] $contentTypeGroupReferences
Результат string[]

$contentTypeService защищенное свойство

Content type service.
protected ContentTypeService,eZ\Publish\Core\REST\Client $contentTypeService
Результат eZ\Publish\Core\REST\Client\ContentTypeService

$listReference публичное свойство

Contains ContentTypeGroupRefList reference.
public string $listReference
Результат string