Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | getSearchRoute ($f=null, $q=null) |
static | getAdvancedRoute ($f=null, $q=null) |
static | getItemid ($query) |
Finder route helper class.
Method to get the route for an advanced search page.
integer | $f | The search filter id. [optional] |
string | $q | The search query string. [optional] |
Références $item, $query, $uri, Uri\getInstance(), et null.
|
static |
Method to get the most appropriate menu item for the route based on the supplied query needles.
array | $query | An array of URL parameters. |
Références $active, $app, $item, $items, $menu, $query, Factory\getApplication(), ComponentHelper\getComponent(), et null.
Référencé par Query\toUri().
Method to get the route for a search page.
integer | $f | The search filter id. [optional] |
string | $q | The search query string. [optional] |
Références $item, $query, $uri, Uri\getInstance(), et null.