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

__construct() public method

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