Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($app=null, $menu=null) | |
preprocess ($query) | |
Fonctions membres publiques hérités de RouterInterface | |
build (&$query) | |
parse (&$segments) | |
Champs de données | |
$app | |
$menu | |
Base component routing class
Class constructor.
\Joomla\CMS\Application\CMSApplication | $app | Application-object that the router should use |
\Joomla\CMS\Menu\AbstractMenu | $menu | Menu-object that the router should use |
Références $app, $menu, et Factory\getApplication().
preprocess | ( | $query | ) |
Generic method to preprocess a URL
array | $query | An associative array of URL arguments |
Implémente RouterInterface.
Références $query.
$app |
$menu |