Translates an internal Joomla URL to a humanly readable URL. This method builds links for the current active client.
Parameters
string$url Absolute or Relative URI to Joomla resource.
bool$xhtml Replace & by & for XML compliance.
int$tls Secure state for the resolved URI. Use Route::TLS_* constants
0: (default) No change, use the protocol currently used in the request
1: Make URI secure using global secure site URI.
2: Make URI unsecure using the global unsecure site URI.
Translates an internal Joomla URL to a humanly readable URL.
Parameters
string$client The client name for which to build the link.
string$url Absolute or Relative URI to Joomla resource.
bool$xhtml Replace & by & for XML compliance.
int$tls Secure state for the resolved URI. Use Route::TLS_* constants
0: (default) No change, use the protocol currently used in the request
1: Make URI secure using global secure site URI.
2: Make URI unsecure using the global unsecure site URI.