eZ\Publish\Core\REST\Server\Values\SectionList::__construct PHP Метод

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

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