PHP Класс eZ\Publish\Core\REST\Server\Values\ContentTypeInfoList

Наследование: extends eZ\Publish\Core\REST\Common\Value
Показать файл Открыть проект

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

Свойство Тип Описание
$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