PHP Class eZ\Publish\Core\REST\Server\Values\RestLocationUpdateStruct

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$hidden boolean If set, the location is hidden ( == true ) or unhidden ( == false ).
$locationUpdateStruct eZ\Publish\API\Repository\Values\Content\LocationUpdateStruct Location update struct.

Public Methods

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

Method Details

__construct() public method

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

Property Details

$hidden public property

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

$locationUpdateStruct public property

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