Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques statiques | |
static | _ ($url, $xhtml=true, $ssl=null) |
Attributs privés statiques | |
static | $_router = null |
|
static |
Translates an internal Joomla URL to a humanly readible URL.
string | $url | Absolute or Relative URI to Joomla resource. |
boolean | $xhtml | Replace & by & for XML compilance. |
integer | $ssl | Secure state for the resolved URI. 1: Make URI secure using global secure site URI. 2: Make URI unsecure using the global unsecure site URI. |
Définition à la ligne 42 du fichier route.php.
Références JFactory\getApplication(), et JUri\getInstance().
Référencé par JDocumentOpensearch\__construct(), JControllerForm\add(), JViewCategory\addFeed(), JControllerForm\cancel(), JControllerAdmin\checkin(), JSession\checkToken(), JControllerAdmin\delete(), JViewCategoryfeed\display(), JControllerForm\edit(), JControllerForm\loadhistory(), JControllerAdmin\publish(), JDocumentRendererRSS\render(), JDocumentRendererAtom\render(), JControllerAdmin\reorder(), JControllerForm\save(), et JControllerAdmin\saveorder().