eZ\Publish\Core\REST\Client\URLAliasService::listLocationAliases PHP Метод

listLocationAliases() публичный Метод

List of url aliases pointing to $location, sorted by language priority.
public listLocationAliases ( eZ\Publish\API\Repository\Values\Content\Location $location, boolean $custom = true, string $languageCode = null ) : eZ\Publish\API\Repository\Values\Content\URLAlias[]
$location eZ\Publish\API\Repository\Values\Content\Location
$custom boolean if true the user generated aliases are listed otherwise the autogenerated
$languageCode string filters those which are valid for the given language
Результат eZ\Publish\API\Repository\Values\Content\URLAlias[]
    public function listLocationAliases(Location $location, $custom = true, $languageCode = null)
    {
        throw new \Exception('@todo: Implement.');
    }