Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe RouteHelper
+ Graphe d'héritage de RouteHelper:

Fonctions membres publiques statiques

static getContactRoute ($id, $catid, $language=0)
 
static getCategoryRoute ($catid, $language=0)
 

Documentation des fonctions membres

◆ getCategoryRoute()

static getCategoryRoute (   $catid,
  $language = 0 
)
static

Get the URL route for a contact category from a contact category ID and language

Paramètres
mixed$catidThe id of the contact's category either an integer id or an instance of CategoryNode
mixed$languageThe id of the language being used.
Renvoie
string The link to the contact
Depuis
1.5

Références $id, $language, $link, et Multilanguage\isEnabled().

Référencé par HtmlView\_prepareDocument(), et HtmlView\prepareDocument().

◆ getContactRoute()

static getContactRoute (   $id,
  $catid,
  $language = 0 
)
static

Get the URL route for a contact from a contact ID, contact category ID and language

Paramètres
integer$idThe id of the contact
integer$catidThe id of the contact's category
mixed$languageThe id of the language being used.
Renvoie
string The link to the contact
Depuis
1.5

Références $id, $language, $link, et Multilanguage\isEnabled().

Référencé par Icon\edit(), et AssociationHelper\getAssociations().


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