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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe TagsRouter
+ Graphe d'héritage de TagsRouter:

Fonctions membres publiques

 build (&$query)
 
 parse (&$segments)
 

Fonctions membres protégées

 fixSegment ($segment)
 

Description détaillée

Routing class from com_tags

Depuis
3.3

Documentation des fonctions membres

◆ build()

build ( $query)

Build the route for the com_tags component

Paramètres
array&$queryAn array of URL arguments
Renvoie
array The URL arguments to use to assemble the subsequent URL.
Depuis
3.3

Références $i, $id, $params, $position, $query, $total, $view, et null.

Référencé par tagsBuildRoute().

◆ fixSegment()

fixSegment (   $segment)
protected

Try to add missing id to segment

Paramètres
string$segmentOne piece of segment of the URL to parse
Renvoie
string The segment with founded id
Depuis
3.7

Références $db, $id, et $query.

◆ parse()

parse ( $segments)

Parse the segments of a URL.

Paramètres
array&$segmentsThe segments of the URL to parse.
Renvoie
array The URL attributes to be used by the application.
Depuis
3.3

Références $count, $i, $item, et $total.

Référencé par tagsParseRoute().


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