PHP 클래스 eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\RestExecutedView

상속: extends eZ\Publish\Core\REST\Common\Output\ValueObjectVisitor
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$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