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é
Référence de la classe FinderHelperRoute

Fonctions membres publiques statiques

static getSearchRoute ($f=null, $q=null)
 
static getAdvancedRoute ($f=null, $q=null)
 
static getItemid ($query)
 

Description détaillée

Finder route helper class.

Depuis
2.5

Documentation des fonctions membres

◆ getAdvancedRoute()

static getAdvancedRoute (   $f = null,
  $q = null 
)
static

Method to get the route for an advanced search page.

Paramètres
integer$fThe search filter id. [optional]
string$qThe search query string. [optional]
Renvoie
string The advanced search route.
Depuis
2.5

Références $item, $query, $uri, et null.

◆ getItemid()

static getItemid (   $query)
static

Method to get the most appropriate menu item for the route based on the supplied query needles.

Paramètres
array$queryAn array of URL parameters.
Renvoie
mixed An integer on success, null otherwise.
Depuis
2.5

Références $active, $app, $item, $items, $menu, $query, et null.

Référencé par FinderIndexerQuery\toUri().

◆ getSearchRoute()

static getSearchRoute (   $f = null,
  $q = null 
)
static

Method to get the route for a search page.

Paramètres
integer$fThe search filter id. [optional]
string$qThe search query string. [optional]
Renvoie
string The search route.
Depuis
2.5

Références $item, $query, $uri, et null.


La documentation de cette classe a été générée à partir du fichier suivant :