PHP Класс eZ\Publish\Core\REST\Client\Input\Parser\Version

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

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

Свойство Тип Описание
$contentService eZ\Publish\Core\REST\Client\ContentService Content Service.
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools

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

Метод Описание
__construct ( ParserTools $parserTools, eZ\Publish\API\Repository\ContentService $contentService, eZ\Publish\API\Repository\ContentTypeService $contentTypeService )
parse ( array $data, ParsingDispatcher $parsingDispatcher ) : Version Parse input structure.

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

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

public __construct ( ParserTools $parserTools, eZ\Publish\API\Repository\ContentService $contentService, eZ\Publish\API\Repository\ContentTypeService $contentTypeService )
$parserTools eZ\Publish\Core\REST\Common\Input\ParserTools
$contentService eZ\Publish\API\Repository\ContentService
$contentTypeService eZ\Publish\API\Repository\ContentTypeService

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

Parse input structure.
public parse ( array $data, ParsingDispatcher $parsingDispatcher ) : Version
$data array
$parsingDispatcher eZ\Publish\Core\REST\Common\Input\ParsingDispatcher
Результат eZ\Publish\Core\REST\Server\Values\Version

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

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

Content Service.
protected ContentService,eZ\Publish\Core\REST\Client $contentService
Результат eZ\Publish\Core\REST\Client\ContentService

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

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