PHP 클래스 eZ\Publish\Core\REST\Server\Values\ContentTypeInfoList

상속: extends eZ\Publish\Core\REST\Common\Value
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 프로퍼티들

프로퍼티 타입 설명
$contentTypes eZ\Publish\API\Repository\Values\ContentType\ContentType[] Content types.
$path string Path which was used to fetch the list of content types.

공개 메소드들

메소드 설명
__construct ( array $contentTypes, string $path ) Construct.

메소드 상세

__construct() 공개 메소드

Construct.
public __construct ( array $contentTypes, string $path )
$contentTypes array
$path string

프로퍼티 상세

$contentTypes 공개적으로 프로퍼티

Content types.
public ContentType[],eZ\Publish\API\Repository\Values\ContentType $contentTypes
리턴 eZ\Publish\API\Repository\Values\ContentType\ContentType[]

$path 공개적으로 프로퍼티

Path which was used to fetch the list of content types.
public string $path
리턴 string