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

Liste de tous les membres

Fonctions membres publiques

 __construct ($config=array())
 getAuthors ()
 getItems ()
 __construct ($config=array())
 getListQuery ()
 getItems ()
 getStart ()
- Fonctions membres publiques inherited from JModelList
 getPagination ()
 getTotal ()
 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)
 getStoreId ($id= '')
 getListQuery ()
 populateState ($ordering= 'ordering', $direction= 'ASC')
 getStoreId ($id= '')
- Fonctions membres protégées inherited from JModelList
 _getListQuery ()
- 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)

Additional Inherited Members

- 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

ContentModelArticles::__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éimplémentée dans ContentModelFeatured.

Références $config.

ContentModelArticles::__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éimplémentée dans ContentModelFeatured.

Références $config.


Documentation des fonctions membres

ContentModelArticles::getAuthors ( )

Build a list of authors

Renvoie:
JDatabaseQuery
Depuis:
1.6

Références $db, et $query.

ContentModelArticles::getItems ( )

Method to get a list of articles. Overridden to add a check for access levels.

Renvoie:
mixed An array of data items on success, false on failure.
Depuis:
1.6.1

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

Réimplémentée dans ContentModelFeatured.

Références $app, $count, $user, JFactory\getApplication(), et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticles::getItems ( )

Method to get a list of articles.

Overriden to inject convert the attribs field into a JParameter object.

Renvoie:
mixed An array of objects on success, false on failure.
Depuis:
1.6

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

Réimplémentée dans ContentModelFeatured.

Références $asset, $item, $key, $user, $userId, elseif, JComponentHelper\getParams(), JRequest\getString(), JFactory\getUser(), JRegistry\loadArray(), JRegistry\loadString(), et null.

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticles::getListQuery ( )
protected

Build an SQL query to load the list data.

Renvoie:
JDatabaseQuery
Depuis:
1.6

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

Réimplémentée dans ContentModelFeatured, et ContentModelArchive.

Références $db, $language, $published, $query, $type, $user, elseif, JTable\getInstance(), JFactory\getUser(), et JArrayHelper\toInteger().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticles::getListQuery ( )

Get the master query for retrieving a list of articles subject to the model state.

Renvoie:
JDatabaseQuery
Depuis:
1.6

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

Réimplémentée dans ContentModelFeatured, et ContentModelArchive.

Références $db, $key, $params, $published, $query, $type, $user, elseif, JFactory\getDate(), JFactory\getLanguage(), JFactory\getUser(), JString\strtolower(), JArrayHelper\toInteger(), et JArrayHelper\toString().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticles::getStart ( )

Method to get the starting number of items for the data set.

Renvoie:
integer The starting number of items available in the data set.
Depuis:
11.1

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

ContentModelArticles::getStoreId (   $id = '')
protected

Method to get a store id based on model configuration state.

This is necessary because the model is used by the component and different modules that might need different sets of data or different ordering requirements.

Paramètres:
string$idA prefix for the store id.
Renvoie:
string A store id.
Depuis:
1.6

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

Réimplémentée dans ContentModelFeatured.

Références $id.

ContentModelArticles::getStoreId (   $id = '')
protected

Method to get a store id based on model configuration state.

This is necessary because the model is used by the component and different modules that might need different sets of data or different ordering requirements.

Paramètres:
string$idA prefix for the store id.
Renvoie:
string A store id.
Depuis:
1.6

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

Réimplémentée dans ContentModelFeatured.

Références $id.

ContentModelArticles::populateState (   $ordering = 'ordering',
  $direction = 'ASC' 
)
protected

Method to auto-populate the model state.

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

Renvoie:
void
Depuis:
1.6

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

Réimplémentée dans ContentModelArchive, et ContentModelFeatured.

Références $app, $listOrder, $params, $user, JFactory\getApplication(), JRequest\getCmd(), JRequest\getUInt(), et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :

ContentModelArticles::populateState (   $ordering = null,
  $direction = null 
)
protected

Method to auto-populate the model state.

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

Renvoie:
void
Depuis:
1.6

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

Réimplémentée dans ContentModelArchive, et ContentModelFeatured.

Références $app, $language, $layout, $published, JFactory\getApplication(), JFactory\getSession(), et JRequest\getVar().

+ Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir des fichiers suivants :