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 | addSubmenu ($extension) |
static | getActions ($extension, $categoryId=0) |
static | getAssociations ($pk, $extension='com_content') |
static | validateCategoryId ($catid, $extension) |
static | createCategory ($data) |
Categories helper.
|
static |
Configure the Submenu links.
string | $extension | The extension being used for the categories. |
Références $component, $extension, $file, $lang, $parts, $prefix, $section, JPATH_ADMINISTRATOR, JPATH_BASE, null, et JLoader\register().
Référencé par CategoriesController\display().
|
static |
Create new Category from within item view.
array | $data | Array of data for new category. |
Références $data, et JPATH_ADMINISTRATOR.
Référencé par NewsfeedsModelNewsfeed\save(), ContactModelContact\save(), et ContentModelArticle\save().
|
static |
Gets a list of the actions that can be performed.
string | $extension | The extension. |
integer | $categoryId | The category ID. |
Références $extension.
|
static |
Gets a list of associations for a given item.
integer | $pk | Content item key. |
string | $extension | Optional extension name. |
Références $db, $extension, $groups, $query, et $user.
Référencé par JHtmlCategoriesAdministrator\association(), CategoryHelperAssociation\getCategoryAssociations(), et CategoriesModelCategory\getItem().
|
static |
Check if Category ID exists otherwise assign to ROOT category.
mixed | $catid | Name or ID of category. |
string | $extension | Extension that triggers this function |
Références $data, $extension, et JPATH_ADMINISTRATOR.
Référencé par NewsfeedsModelNewsfeed\save(), ContactModelContact\save(), et ContentModelArticle\save().