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

Inheritance: extends eZ\Publish\Core\REST\Common\Input\BaseParser
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$objectStateService eZ\Publish\API\Repository\ObjectStateService Object state service.
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools

Méthodes publiques

Méthode Description
__construct ( eZ\Publish\API\Repository\ObjectStateService $objectStateService, ParserTools $parserTools ) Construct.
parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\ObjectState\ObjectStateUpdateStruct Parse input structure.

Method Details

__construct() public méthode

Construct.
public __construct ( eZ\Publish\API\Repository\ObjectStateService $objectStateService, ParserTools $parserTools )
$objectStateService eZ\Publish\API\Repository\ObjectStateService
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools

parse() public méthode

Parse input structure.
public parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\ObjectState\ObjectStateUpdateStruct
$data array
$parsingDispatcher eZ\Publish\Core\REST\Common\Input\ParsingDispatcher
Résultat eZ\Publish\API\Repository\Values\ObjectState\ObjectStateUpdateStruct

Property Details

$objectStateService protected_oe property

Object state service.
protected ObjectStateService,eZ\Publish\API\Repository $objectStateService
Résultat eZ\Publish\API\Repository\ObjectStateService

$parserTools protected_oe property

protected ParserTools,eZ\Publish\Core\REST\Common\Input $parserTools
Résultat eZ\Publish\Core\REST\Common\Input\ParserTools