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

__construct() public method

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