Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | getContactRoute ($id, $catid, $language=0) |
static | getCategoryRoute ($catid, $language=0) |
|
static |
Get the URL route for a contact category from a contact category ID and language
mixed | $catid | The id of the contact's category either an integer id or an instance of CategoryNode |
mixed | $language | The id of the language being used. |
Références $id, $language, $link, et Multilanguage\isEnabled().
Référencé par HtmlView\_prepareDocument(), et HtmlView\prepareDocument().
|
static |
Get the URL route for a contact from a contact ID, contact category ID and language
integer | $id | The id of the contact |
integer | $catid | The id of the contact's category |
mixed | $language | The id of the language being used. |
Références $id, $language, $link, et Multilanguage\isEnabled().
Référencé par Icon\edit(), et AssociationHelper\getAssociations().