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 | |
__construct ($config=array()) | |
getItems () | |
getCategory () | |
getParent () | |
& | getLeftSibling () |
& | getRightSibling () |
& | getChildren () |
hit ($pk=0) | |
Fonctions membres protégées | |
getListQuery () | |
populateState ($ordering=null, $direction=null) | |
Attributs protégés | |
$_item = null | |
$_articles = null | |
$_siblings = null | |
$_children = null | |
$_parent = null | |
$_category = null | |
$_categories = null | |
Newsfeeds Component Category Model
__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. |
Références $config.
getCategory | ( | ) |
& getChildren | ( | ) |
Get the child categories.
getItems | ( | ) |
& getLeftSibling | ( | ) |
Get the sibling (adjacent) categories.
|
protected |
getParent | ( | ) |
Get the parent category.
& getRightSibling | ( | ) |
Get the sibling (adjacent) categories.
hit | ( | $pk = 0 | ) |
Increment the hit counter for the category.
int | $pk | Optional primary key of the category to increment. |
Références $input.
Method to auto-populate the model state.
Note. Calling getState in this method will result in recursion.
string | $ordering | An optional ordering field |
string | $direction | An optional direction [asc|desc] |
Exception |
Références $app, $id, $limit, $listOrder, $params, et $user.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |