PHP 클래스 eZ\Publish\Core\REST\Client\Output\ValueObjectVisitor\LocationCreateStruct

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

공개 메소드들

메소드 설명
__construct ( eZ\Publish\API\Repository\LocationService $locationService )
visit ( Visitor $visitor, Generator $generator, eZ\Publish\API\Repository\Values\Content\LocationCreateStruct $data ) Visit struct returned by controllers.

보호된 메소드들

메소드 설명
getSortFieldName ( integer $sortField ) : string Returns the '*' part of SORT_FIELD_* constant name.

비공개 메소드들

메소드 설명
addParentLocationHref ( Generator $generator, $parentLocationId )

메소드 상세

__construct() 공개 메소드

public __construct ( eZ\Publish\API\Repository\LocationService $locationService )
$locationService eZ\Publish\API\Repository\LocationService

getSortFieldName() 보호된 메소드

Returns the '*' part of SORT_FIELD_* constant name.
protected getSortFieldName ( integer $sortField ) : string
$sortField integer
리턴 string

visit() 공개 메소드

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