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

__construct() public method

Construct from content service.
public __construct ( eZ\Publish\API\Repository\ContentService $contentService, FieldTypeParser $fieldTypeParser )
$contentService eZ\Publish\API\Repository\ContentService
$fieldTypeParser eZ\Publish\Core\REST\Common\Input\FieldTypeParser
    public function __construct(ContentService $contentService, FieldTypeParser $fieldTypeParser)
    {
        $this->contentService = $contentService;
        $this->fieldTypeParser = $fieldTypeParser;
    }