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

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

Public Properties

Property Type Description
$locations RestLocation[] Locations.
$path string Path used to load this list of locations.

Public Methods

Method Description
__construct ( array $locations, string $path ) Construct.

Method Details

__construct() public method

Construct.
public __construct ( array $locations, string $path )
$locations array
$path string

Property Details

$locations public property

Locations.
public RestLocation[],eZ\Publish\Core\REST\Server\Values $locations
return RestLocation[]

$path public property

Path used to load this list of locations.
public string $path
return string