PHP Class eZ\Publish\Core\REST\Server\Input\Parser\UserUpdate

Inheritance: extends eZ\Publish\Core\REST\Common\Input\BaseParser
Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$contentService eZ\Publish\API\Repository\ContentService Content service.
$fieldTypeParser eZ\Publish\Core\REST\Common\Input\FieldTypeParser FieldType parser.
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools Parser tools.
$userService eZ\Publish\API\Repository\UserService User service.

Public Methods

Method Description
__construct ( eZ\Publish\API\Repository\UserService $userService, eZ\Publish\API\Repository\ContentService $contentService, FieldTypeParser $fieldTypeParser, ParserTools $parserTools ) Construct.
parse ( array $data, ParsingDispatcher $parsingDispatcher ) : RestUserUpdateStruct Parse input structure.

Method Details

__construct() public method

Construct.
public __construct ( eZ\Publish\API\Repository\UserService $userService, eZ\Publish\API\Repository\ContentService $contentService, FieldTypeParser $fieldTypeParser, ParserTools $parserTools )
$userService eZ\Publish\API\Repository\UserService
$contentService eZ\Publish\API\Repository\ContentService
$fieldTypeParser eZ\Publish\Core\REST\Common\Input\FieldTypeParser
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools

parse() public method

Parse input structure.
public parse ( array $data, ParsingDispatcher $parsingDispatcher ) : RestUserUpdateStruct
$data array
$parsingDispatcher eZ\Publish\Core\REST\Common\Input\ParsingDispatcher
return eZ\Publish\Core\REST\Server\Values\RestUserUpdateStruct

Property Details

$contentService protected property

Content service.
protected ContentService,eZ\Publish\API\Repository $contentService
return eZ\Publish\API\Repository\ContentService

$fieldTypeParser protected property

FieldType parser.
protected FieldTypeParser,eZ\Publish\Core\REST\Common\Input $fieldTypeParser
return eZ\Publish\Core\REST\Common\Input\FieldTypeParser

$parserTools protected property

Parser tools.
protected ParserTools,eZ\Publish\Core\REST\Common\Input $parserTools
return eZ\Publish\Core\REST\Common\Input\ParserTools

$userService protected property

User service.
protected UserService,eZ\Publish\API\Repository $userService
return eZ\Publish\API\Repository\UserService