![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de NomenuRules:Fonctions membres publiques | |
| __construct (RouterView $router) | |
| preprocess (&$query) | |
| parse (&$segments, &$vars) | |
| build (&$query, &$segments) | |
Attributs protégés | |
| $router | |
Rule to process URLs without a menu item
| __construct | ( | RouterView | $router | ) |
| build | ( | & | $query, |
| & | $segments | ||
| ) |
Build a menu-less URL
| array | &$query | The vars that should be converted |
| array | &$segments | The URL segments to create |
Implémente RulesInterface.
| parse | ( | & | $segments, |
| & | $vars | ||
| ) |
Parse a menu-less URL
| array | &$segments | The URL segments to parse |
| array | &$vars | The vars that result from the segments |
Implémente RulesInterface.
Références $active.
| preprocess | ( | & | $query | ) |
Dummymethod to fullfill the interface requirements
| array | &$query | The query array to process |
Implémente RulesInterface.
|
protected |