PHP Класс eZ\Publish\Core\REST\Server\Input\Parser\ObjectStateUpdate

Наследование: extends eZ\Publish\Core\REST\Common\Input\BaseParser
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$objectStateService eZ\Publish\API\Repository\ObjectStateService Object state service.
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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() публичный Метод

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
Результат eZ\Publish\API\Repository\Values\ObjectState\ObjectStateUpdateStruct

Описание свойств

$objectStateService защищенное свойство

Object state service.
protected ObjectStateService,eZ\Publish\API\Repository $objectStateService
Результат eZ\Publish\API\Repository\ObjectStateService

$parserTools защищенное свойство

protected ParserTools,eZ\Publish\Core\REST\Common\Input $parserTools
Результат eZ\Publish\Core\REST\Common\Input\ParserTools