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

Liste de tous les membres

Fonctions membres publiques

 __construct ($config=array())
 getListQuery ($resolveFKs=true)
 getItems ()
 getListQuery ()
- Fonctions membres publiques inherited from ContentModelArticles
 getAuthors ()
 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 ()

Attributs publics

 $_context = 'com_content.frontpage'

Fonctions membres protégées

 populateState ($ordering=null, $direction=null)
 getStoreId ($id= '')

Documentation des constructeurs et destructeur

ContentModelFeatured::__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 ContentModelArticles.

Références $config.


Documentation des fonctions membres

ContentModelFeatured::getItems ( )

Method to get a list of articles.

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

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

Références $limit, et $params.

ContentModelFeatured::getListQuery (   $resolveFKs = true)
Paramètres:
booleanTrue to join selected foreign information
Renvoie:
string

Références $db, $language, $published, $query, et elseif.

ContentModelFeatured::getListQuery ( )
Renvoie:
JDatabaseQuery

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

Références $params, $query, ContentHelperQuery\orderbyPrimary(), et ContentHelperQuery\orderbySecondary().

+ Voici le graphe d'appel pour cette fonction :

ContentModelFeatured::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.

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

Références $id.

ContentModelFeatured::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 ContentModelArticles.

Références $direction, $limit, $ordering, $params, $user, JRequest\getUInt(), et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

ContentModelFeatured::$_context = 'com_content.frontpage'

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