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 ContentRouterRulesLegacy
+ Graphe d'héritage de ContentRouterRulesLegacy:

Fonctions membres publiques

 __construct ($router)
 
 preprocess (&$query)
 
 build (&$query, &$segments)
 
 parse (&$segments, &$vars)
 

Description détaillée

Legacy routing rules class from com_content

Depuis
3.6
Obsolète:
4.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $router)

Constructor for this legacy router

Paramètres
JComponentRouterView$routerThe router this rule belongs to
Depuis
3.6
Obsolète:
4.0

Documentation des fonctions membres

◆ build()

build ( $query,
$segments 
)

Build the route for the com_content component

Paramètres
array&$queryAn array of URL arguments
array&$segmentsThe URL arguments to use to assemble the subsequent URL.
Renvoie
void
Depuis
3.6
Obsolète:
4.0

Références $category, $db, $i, $id, $params, $path, $query, $tmp, $total, $view, et null.

◆ parse()

parse ( $segments,
$vars 
)

Parse the segments of a URL.

Paramètres
array&$segmentsThe segments of the URL to parse.
array&$varsThe URL attributes to be used by the application.
Renvoie
void
Depuis
3.6
Obsolète:
4.0

Références $article, $category, $count, $db, $i, $id, $item, $params, $query, $total, null, et JError\raiseError().

◆ preprocess()

preprocess ( $query)

Preprocess the route for the com_content component

Paramètres
array&$queryAn array of URL arguments
Renvoie
void
Depuis
3.6
Obsolète:
4.0

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