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é
|
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 JCategoryNode |
mixed | $language | The id of the language being used. |
Références $id, $language, et $link.
Référencé par ContactViewContact\_prepareDocument(), et ContactViewCategory\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, et $link.
Référencé par ContactViewContact\display(), ContactHelperAssociation\getAssociations(), PlgFinderContacts\index(), PlgContentContact\onContentPrepare(), et PlgSearchContacts\onContentSearch().