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

lookup() public method

looks up the URLAlias for the given url.
public lookup ( string $url, string $languageCode = null ) : eZ\Publish\API\Repository\Values\Content\URLAlias
$url string
$languageCode string
return eZ\Publish\API\Repository\Values\Content\URLAlias
    public function lookup($url, $languageCode = null)
    {
        throw new \Exception('@todo: Implement.');
    }