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 ($router) | |
preprocess (&$query) | |
build (&$query, &$segments) | |
parse (&$segments, &$vars) | |
__construct | ( | $router | ) |
Constructor for this legacy router
JComponentRouterView | $router | The router this rule belongs to |
build | ( | & | $query, |
& | $segments | ||
) |
parse | ( | & | $segments, |
& | $vars | ||
) |
Parse the segments of a URL.
array | &$segments | The segments of the URL to parse. |
array | &$vars | The URL attributes to be used by the application. |
Références $article, $category, $count, $db, $i, $id, $item, $params, $query, $total, null, et JError\raiseError().
preprocess | ( | & | $query | ) |
Preprocess the route for the com_content component
array | &$query | An array of URL arguments |