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

__construct() public method

public __construct ( eZ\Publish\API\Repository\ContentTypeService $contentTypeService )
$contentTypeService eZ\Publish\API\Repository\ContentTypeService
    public function __construct(ContentTypeService $contentTypeService)
    {
        $this->contentTypeService = $contentTypeService;
    }
ContentTypeIdentifier