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 ContentModelCategory
+ Graphe d'héritage de ContentModelCategory:
+ Graphe de collaboration de ContentModelCategory:

Liste de tous les membres

Fonctions membres publiques

 __construct ($config=array())
 getItems ()
 getPagination ()
 getCategory ()
 getParent ()
getLeftSibling ()
getRightSibling ()
getChildren ()
- Fonctions membres publiques inherited from JModelList
 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

 populateState ($ordering=null, $direction=null)
 _buildContentOrderBy ()
- Fonctions membres protégées inherited from JModelList
 _getListQuery ()
 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
 $_context = 'com_content.category'
 $_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

ContentModelCategory::__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

ContentModelCategory::_buildContentOrderBy ( )
protected

Build the orderby for the query

Renvoie:
string $orderby portion of query
Depuis:
1.5

Références $app, $db, $params, JFactory\getApplication(), JRequest\getInt(), null, ContentHelperQuery\orderbyPrimary(), et ContentHelperQuery\orderbySecondary().

+ Voici le graphe d'appel pour cette fonction :

ContentModelCategory::getCategory ( )

Method to get category data for the current category

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

Références $asset, $options, $params, $user, $userId, JCategories\getInstance(), et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :

& ContentModelCategory::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.
Depuis:
1.6

Références $params, jimport(), et JArrayHelper\sortObjects().

+ Voici le graphe d'appel pour cette fonction :

ContentModelCategory::getItems ( )

Get the articles in the category

Renvoie:
mixed An array of articles or false if an error occurs.
Depuis:
1.5

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

Références $category, $limit, $params, JFactory\getApplication(), JModel\getInstance(), et null.

+ Voici le graphe d'appel pour cette fonction :

& ContentModelCategory::getLeftSibling ( )

Get the left sibling (adjacent) categories.

Renvoie:
mixed An array of categories or false if an error occurs.
Depuis:
1.6
ContentModelCategory::getPagination ( )

Method to get a JPagination object for the data set.

Renvoie:
JPagination A JPagination object for the data set.
Depuis:
11.1

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

Références null.

ContentModelCategory::getParent ( )

Get the parent categorie.

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.
Depuis:
1.6
& ContentModelCategory::getRightSibling ( )

Get the right sibling (adjacent) categories.

Renvoie:
mixed An array of categories or false if an error occurs.
Depuis:
1.6
ContentModelCategory::populateState (   $ordering = null,
  $direction = null 
)
protected

Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

return void

Depuis:
1.6

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

Références $app, $db, $limit, $listOrder, $menu, $params, $query, $user, JFactory\getApplication(), JRequest\getCmd(), JFactory\getDate(), JRequest\getInt(), JRequest\getString(), JRequest\getUInt(), JFactory\getUser(), et JRegistry\loadString().

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

ContentModelCategory::$_articles = null
protected
ContentModelCategory::$_categories = null
protected
ContentModelCategory::$_category = null
protected
ContentModelCategory::$_children = null
protected
ContentModelCategory::$_context = 'com_content.category'
protected
ContentModelCategory::$_item = null
protected
ContentModelCategory::$_parent = null
protected
ContentModelCategory::$_siblings = null
protected

La documentation de cette classe a été générée à partir du fichier suivant :