PHP Класс eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\RestExecutedView

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

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

Свойство Тип Описание
$contentService eZ\Publish\API\Repository\ContentService Content service.
$contentTypeService eZ\Publish\API\Repository\ContentTypeService ContentType service.
$locationService eZ\Publish\API\Repository\LocationService Location service.

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

Метод Описание
__construct ( eZ\Publish\API\Repository\LocationService $locationService, eZ\Publish\API\Repository\ContentService $contentService, eZ\Publish\API\Repository\ContentTypeService $contentTypeService )
visit ( Visitor $visitor, Generator $generator, RestExecutedView $data ) Visit struct returned by controllers.

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

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

public __construct ( eZ\Publish\API\Repository\LocationService $locationService, eZ\Publish\API\Repository\ContentService $contentService, eZ\Publish\API\Repository\ContentTypeService $contentTypeService )
$locationService eZ\Publish\API\Repository\LocationService
$contentService eZ\Publish\API\Repository\ContentService
$contentTypeService eZ\Publish\API\Repository\ContentTypeService

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

Visit struct returned by controllers.
public visit ( Visitor $visitor, Generator $generator, RestExecutedView $data )
$visitor eZ\Publish\Core\REST\Common\Output\Visitor
$generator eZ\Publish\Core\REST\Common\Output\Generator
$data eZ\Publish\Core\REST\Server\Values\RestExecutedView

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

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

Content service.
protected ContentService,eZ\Publish\API\Repository $contentService
Результат eZ\Publish\API\Repository\ContentService

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

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

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

Location service.
protected LocationService,eZ\Publish\API\Repository $locationService
Результат eZ\Publish\API\Repository\LocationService