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

__construct() public method

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