Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($component) | |
preprocess ($query) | |
build (&$query) | |
parse (&$segments) | |
Attributs protégés | |
$component | |
Default routing class for missing or legacy component routers
__construct | ( | $component | ) |
Constructor
string | $component | Component name without the com_ prefix this router should react upon |
Références $component.
build | ( | & | $query | ) |
Generic build function for missing or legacy component router
array | &$query | An array of URL arguments |
Implémente RouterInterface.
parse | ( | & | $segments | ) |
Generic parse function for missing or legacy component router
array | &$segments | The segments of the URL to parse. |
Implémente RouterInterface.
preprocess | ( | $query | ) |
Generic preprocess function for missing or legacy component router
array | $query | An associative array of URL arguments |
Implémente RouterInterface.
Références $query.
|
protected |