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

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

Public Properties

Property Type Description
$path string Path used to load the list of URL aliases.
$urlAliases eZ\Publish\API\Repository\Values\Content\URLAlias[] URL aliases.

Public Methods

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

Method Details

__construct() public method

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

Property Details

$path public property

Path used to load the list of URL aliases.
public string $path
return string

$urlAliases public property

URL aliases.
public URLAlias[],eZ\Publish\API\Repository\Values\Content $urlAliases
return eZ\Publish\API\Repository\Values\Content\URLAlias[]