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

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

If $languageCode is null the method returns the url alias in the most prioritized language.
public reverseLookup ( eZ\Publish\API\Repository\Values\Content\Location $location, string $languageCode = null ) : eZ\Publish\API\Repository\Values\Content\URLAlias
$location eZ\Publish\API\Repository\Values\Content\Location
$languageCode string
Результат eZ\Publish\API\Repository\Values\Content\URLAlias
    public function reverseLookup(Location $location, $languageCode = null)
    {
        throw new \Exception('@todo: Implement.');
    }