eZ\Publish\Core\REST\Client\Input\Parser\ContentType::__construct PHP Method

__construct() public method

public __construct ( ParserTools $parserTools, eZ\Publish\API\Repository\ContentTypeService $contentTypeService )
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools
$contentTypeService eZ\Publish\API\Repository\ContentTypeService
    public function __construct(ParserTools $parserTools, ContentTypeService $contentTypeService)
    {
        $this->parserTools = $parserTools;
        $this->contentTypeService = $contentTypeService;
    }