Liste de tous les membres
Fonctions membres publiques |
| __construct ($config=array()) |
| getItems () |
| getCategory () |
| getParent () |
& | getLeftSibling () |
& | getRightSibling () |
& | getChildren () |
| getPagination () |
| getTotal () |
| getStart () |
| getUserStateFromRequest ($key, $request, $default=null, $type= 'none', $resetPage=true) |
| getDbo () |
| getName () |
| getState ($property=null, $default=null) |
| getTable ($name= '', $prefix= 'Table', $options=array()) |
| setDbo (&$db) |
| setState ($property, $value=null) |
| __toString () |
| def ($property, $default=null) |
| get ($property, $default=null) |
| getProperties ($public=true) |
| getError ($i=null, $toString=true) |
| getErrors () |
| set ($property, $value=null) |
| setProperties ($properties) |
| setError ($error) |
| toString () |
Documentation des constructeurs et destructeur
ContactModelCategory::__construct |
( |
|
$config = array() | ) |
|
Constructor.
- Paramètres:
-
array | An optional associative array of configuration settings. |
- Voir également:
- JController
- Depuis:
- 1.6
Réimplémentée à partir de JModelList.
Références $config.
Documentation des fonctions membres
ContactModelCategory::getCategory |
( |
| ) |
|
& ContactModelCategory::getChildren |
( |
| ) |
|
Get the child categories.
- Paramètres:
-
int | An optional category id. If not supplied, the model state 'category.id' will be used. |
- Renvoie:
- mixed An array of categories or false if an error occurs.
ContactModelCategory::getItems |
( |
| ) |
|
Method to get a list of items.
- Renvoie:
- mixed An array of objects on success, false on failure.
Réimplémentée à partir de JModelList.
Références $i, $item, $n, et $params.
& ContactModelCategory::getLeftSibling |
( |
| ) |
|
Get the sibling (adjacent) categories.
- Renvoie:
- mixed An array of categories or false if an error occurs.
ContactModelCategory::getListQuery |
( |
| ) |
|
|
protected |
ContactModelCategory::getParent |
( |
| ) |
|
Get the parent category.
- Paramètres:
-
int | An optional category id. If not supplied, the model state 'category.id' will be used. |
- Renvoie:
- mixed An array of categories or false if an error occurs.
& ContactModelCategory::getRightSibling |
( |
| ) |
|
ContactModelCategory::populateState |
( |
|
$ordering = null , |
|
|
|
$direction = null |
|
) |
| |
|
protected |
Method to auto-populate the model state.
Note. Calling getState in this method will result in recursion.
- Depuis:
- 1.6
Réimplémentée à partir de JModelList.
Références $app, $db, $id, $limit, $listOrder, $menu, $params, $user, JFactory\getApplication(), JRequest\getCmd(), JComponentHelper\getParams(), JRequest\getUInt(), JFactory\getUser(), JRequest\getVar(), et JRequest\getWord().
Documentation des données membres
ContactModelCategory::$_articles = null |
|
protected |
ContactModelCategory::$_categories = null |
|
protected |
ContactModelCategory::$_category = null |
|
protected |
ContactModelCategory::$_children = null |
|
protected |
ContactModelCategory::$_item = null |
|
protected |
ContactModelCategory::$_parent = null |
|
protected |
ContactModelCategory::$_siblings = null |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :