Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe ContactModelCategory
+ Graphe d'héritage de ContactModelCategory:
+ Graphe de collaboration de ContactModelCategory:

Liste de tous les membres

Fonctions membres publiques

 __construct ($config=array())
 getItems ()
 getCategory ()
 getParent ()
getLeftSibling ()
getRightSibling ()
getChildren ()
- Fonctions membres publiques inherited from JModelList
 getPagination ()
 getTotal ()
 getStart ()
 getUserStateFromRequest ($key, $request, $default=null, $type= 'none', $resetPage=true)
- Fonctions membres publiques inherited from JModel
 getDbo ()
 getName ()
 getState ($property=null, $default=null)
 getTable ($name= '', $prefix= 'Table', $options=array())
 setDbo (&$db)
 setState ($property, $value=null)
- Fonctions membres publiques inherited from JObject
 __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 ()

Fonctions membres protégées

 getListQuery ()
 populateState ($ordering=null, $direction=null)
- Fonctions membres protégées inherited from JModelList
 _getListQuery ()
 getStoreId ($id= '')
- Fonctions membres protégées inherited from JModel
 _getList ($query, $limitstart=0, $limit=0)
 _getListCount ($query)
 _createTable ($name, $prefix= 'Table', $config=array())
 populateState ()
 cleanCache ($group=null, $client_id=0)

Attributs protégés

 $_item = null
 $_articles = null
 $_siblings = null
 $_children = null
 $_parent = null
 $_category = null
 $_categories = null
- Attributs protégés inherited from JModelList
 $cache = array()
 $context = null
 $filter_fields = array()
 $query = array()
- Attributs protégés inherited from JModel
 $__state_set = null
 $_db
 $name
 $option = null
 $state
 $event_clean_cache = null
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des constructeurs et destructeur

ContactModelCategory::__construct (   $config = array())

Constructor.

Paramètres:
arrayAn 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 ( )

Method to get category data for the current category

Paramètres:
intAn optional ID
Renvoie:
object
Depuis:
1.5

Références $active, $app, $menu, $options, $params, JFactory\getApplication(), et JCategories\getInstance().

+ Voici le graphe d'appel pour cette fonction :

& ContactModelCategory::getChildren ( )

Get the child categories.

Paramètres:
intAn 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

Method to build an SQL query to load the list data.

Renvoie:
string An SQL query
Depuis:
1.6

Réimplémentée à partir de JModelList.

Références $db, $query, $state, $user, JFactory\getDate(), JFactory\getLanguage(), et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :

ContactModelCategory::getParent ( )

Get the parent category.

Paramètres:
intAn 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().

+ Voici le graphe d'appel pour cette fonction :


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 :