eZ\Publish\Core\REST\Server\Values\SectionList::__construct PHP Method

__construct() public method

Construct.
public __construct ( array $sections, string $path )
$sections array
$path string
    public function __construct(array $sections, $path)
    {
        $this->sections = $sections;
        $this->path = $path;
    }
SectionList