Categories helper.
- Depuis
- 1.6
◆ createCategory()
static createCategory |
( |
|
$data | ) |
|
|
static |
Create new Category from within item view.
- Paramètres
-
array | $data | Array of data for new category. |
- Renvoie
- integer
Références $data, et Factory\getApplication().
◆ getAssociations()
static getAssociations |
( |
|
$pk, |
|
|
|
$extension = 'com_content' |
|
) |
| |
|
static |
Gets a list of associations for a given item.
- Paramètres
-
integer | $pk | Content item key. |
string | $extension | Optional extension name. |
- Renvoie
- array of associations.
Références $db, $extension, $groups, $query, $result, $user, Associations\getAssociations(), Factory\getDbo(), Factory\getUser(), et ParameterType\INTEGER.
Référencé par AdministratorService\association(), CategoryAssociationHelper\getCategoryAssociations(), et CategoryModel\getItem().
◆ validateCategoryId()
static validateCategoryId |
( |
|
$catid, |
|
|
|
$extension |
|
) |
| |
|
static |
Check if Category ID exists otherwise assign to ROOT category.
- Paramètres
-
mixed | $catid | Name or ID of category. |
string | $extension | Extension that triggers this function |
- Renvoie
- integer $catid Category ID.
Références $data, $extension, et Table\getInstance().
La documentation de cette classe a été générée à partir du fichier suivant :