eZ\Publish\Core\REST\Server\Input\Parser\SectionInput::__construct PHP Method

__construct() public method

Construct.
public __construct ( eZ\Publish\API\Repository\SectionService $sectionService )
$sectionService eZ\Publish\API\Repository\SectionService
    public function __construct(SectionService $sectionService)
    {
        $this->sectionService = $sectionService;
    }