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 du fichier components/com_finder/router.php

Structures de données

class  FinderRouter
 

Espaces de nommage

 Joomla\Site
 

Fonctions

 FinderBuildRoute (&$query)
 
 FinderParseRoute ($segments)
 

Documentation des fonctions

◆ FinderBuildRoute()

FinderBuildRoute ( $query)

Finder router functions

These functions are proxys for the new router interface for old SEF extensions.

Paramètres
array&$queryAn array of URL arguments
Renvoie
array The URL arguments to use to assemble the subsequent URL.
Obsolète:
4.0 Use Class based routers instead

Références $query, et FinderRouter\build().

◆ FinderParseRoute()

FinderParseRoute (   $segments)

Finder router functions

These functions are proxys for the new router interface for old SEF extensions.

Paramètres
array$segmentsThe segments of the URL to parse.
Renvoie
array The URL attributes to be used by the application.
Obsolète:
4.0 Use Class based routers instead

Références FinderRouter\parse().