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

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

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

Свойство Тип Описание
$contentTypeService eZ\Publish\API\Repository\ContentTypeService Content type service.

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

Метод Описание
__construct ( eZ\Publish\API\Repository\ContentTypeService $contentTypeService )
parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\Content\Query\Criterion\ContentTypeId Parses input structure to a Criterion object.

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

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

public __construct ( eZ\Publish\API\Repository\ContentTypeService $contentTypeService )
$contentTypeService eZ\Publish\API\Repository\ContentTypeService

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

Parses input structure to a Criterion object.
public parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\Content\Query\Criterion\ContentTypeId
$data array
$parsingDispatcher eZ\Publish\Core\REST\Common\Input\ParsingDispatcher
Результат eZ\Publish\API\Repository\Values\Content\Query\Criterion\ContentTypeId

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

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

Content type service.
protected ContentTypeService,eZ\Publish\API\Repository $contentTypeService
Результат eZ\Publish\API\Repository\ContentTypeService