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é
|
Structures de données | |
class | FinderRouter |
Espaces de nommage | |
Joomla\Site | |
Fonctions | |
FinderBuildRoute (&$query) | |
FinderParseRoute ($segments) | |
FinderBuildRoute | ( | & | $query | ) |
Finder router functions
These functions are proxys for the new router interface for old SEF extensions.
array | &$query | An array of URL arguments |
Références $query, et FinderRouter\build().
FinderParseRoute | ( | $segments | ) |
Finder router functions
These functions are proxys for the new router interface for old SEF extensions.
array | $segments | The segments of the URL to parse. |
Références FinderRouter\parse().