PHP Class eZ\Publish\Core\REST\Server\Values\SectionList

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$path string Path used to load the list of sections.
$sections eZ\Publish\API\Repository\Values\Content\Section[] Sections.

Public Methods

Method Description
__construct ( array $sections, string $path ) Construct.

Method Details

__construct() public method

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

Property Details

$path public property

Path used to load the list of sections.
public string $path
return string

$sections public property

Sections.
public Section[],eZ\Publish\API\Repository\Values\Content $sections
return eZ\Publish\API\Repository\Values\Content\Section[]