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

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

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

Свойство Тип Описание
$path string Path used to load the list of sections.
$sections eZ\Publish\API\Repository\Values\Content\Section[] Sections.

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

Метод Описание
__construct ( array $sections, string $path ) Construct.

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

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

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

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

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

Path used to load the list of sections.
public string $path
Результат string

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

Sections.
public Section[],eZ\Publish\API\Repository\Values\Content $sections
Результат eZ\Publish\API\Repository\Values\Content\Section[]