JRoute
Route handling class
| package |
Joomla.Platform |
|---|---|
| since |
11.1 |
Methods
_
Translates an internal Joomla URL to a humanly readable URL.
_(string $url, boolean $xhtml = true, integer $ssl = null) : string
static
| since |
11.1 |
|---|
Arguments
- $url
stringAbsolute or Relative URI to Joomla resource.- $xhtml
booleanReplace & by & for XML compliance.- $ssl
integerSecure state for the resolved URI. 1: Make URI secure using global secure site URI. 0: Leave URI in the same secure state as it was passed to the function. -1: Make URI unsecure using the global unsecure site URI.
Response
stringThe translated humanly readable URL.