PHP 클래스 eZ\Publish\Core\REST\Server\Values\RestLocationUpdateStruct

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

공개 프로퍼티들

프로퍼티 타입 설명
$hidden boolean If set, the location is hidden ( == true ) or unhidden ( == false ).
$locationUpdateStruct eZ\Publish\API\Repository\Values\Content\LocationUpdateStruct Location update struct.

공개 메소드들

메소드 설명
__construct ( eZ\Publish\API\Repository\Values\Content\LocationUpdateStruct $locationUpdateStruct, boolean $hidden = null ) Construct.

메소드 상세

__construct() 공개 메소드

Construct.
public __construct ( eZ\Publish\API\Repository\Values\Content\LocationUpdateStruct $locationUpdateStruct, boolean $hidden = null )
$locationUpdateStruct eZ\Publish\API\Repository\Values\Content\LocationUpdateStruct
$hidden boolean

프로퍼티 상세

$hidden 공개적으로 프로퍼티

If set, the location is hidden ( == true ) or unhidden ( == false ).
public bool $hidden
리턴 boolean

$locationUpdateStruct 공개적으로 프로퍼티

Location update struct.
public LocationUpdateStruct,eZ\Publish\API\Repository\Values\Content $locationUpdateStruct
리턴 eZ\Publish\API\Repository\Values\Content\LocationUpdateStruct