PHP 클래스 eZ\Publish\Core\REST\Client\Values\ContentTypeGroupRefList

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 프로퍼티들

프로퍼티 타입 설명
$listReference string Contains ContentTypeGroupRefList reference.

보호된 프로퍼티들

프로퍼티 타입 설명
$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