Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (SiteApplication $app, AbstractMenu $menu, ?CategoryFactoryInterface $categoryFactory, DatabaseInterface $db) | |
build (&$query) | |
parse (&$segments) | |
Fonctions membres publiques hérités de RouterBase | |
__construct ($app=null, $menu=null) | |
preprocess ($query) | |
Fonctions membres protégées | |
fixSegment ($segment) | |
Attributs privés | |
$db | |
Membres hérités additionnels | |
Champs de données hérités de RouterBase | |
$app | |
$menu | |
Routing class from com_tags
__construct | ( | SiteApplication | $app, |
AbstractMenu | $menu, | ||
?CategoryFactoryInterface | $categoryFactory, | ||
DatabaseInterface | $db | ||
) |
Tags Component router constructor
SiteApplication | $app | The application object |
AbstractMenu | $menu | The menu object to work with |
CategoryFactoryInterface | $categoryFactory | The category object |
DatabaseInterface | $db | The database object |
Références $app, $db, $menu, et Symfony\Contracts\Service\__construct().
build | ( | & | $query | ) |
Build the route for the com_tags component
array | &$query | An array of URL arguments |
Implémente RouterInterface.
Références $i, $id, $position, $query, $total, $view, null, et ArrayHelper\toInteger().
|
protected |
parse | ( | & | $segments | ) |
Parse the segments of a URL.
array | &$segments | The segments of the URL to parse. |
Implémente RouterInterface.
|
private |