eZ\Publish\Core\REST\Client\URLAliasService::reverseLookup PHP Method

reverseLookup() public method

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
return eZ\Publish\API\Repository\Values\Content\URLAlias
    public function reverseLookup(Location $location, $languageCode = null)
    {
        throw new \Exception('@todo: Implement.');
    }