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

__construct() public method

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