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

Liste de tous les membres

Fonctions membres publiques

 getItems ()
- Fonctions membres publiques inherited from JModelList
 __construct ($config=array())
 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 ()
 getStoreId ($id= '')
 populateState ()
- Fonctions membres protégées inherited from JModelList
 _getListQuery ()
 populateState ($ordering=null, $direction=null)
- Fonctions membres protégées inherited from JModel
 _getList ($query, $limitstart=0, $limit=0)
 _getListCount ($query)
 _createTable ($name, $prefix= 'Table', $config=array())
 cleanCache ($group=null, $client_id=0)

Attributs protégés

 $context = 'com_finder.suggestions'
- Attributs protégés inherited from JModelList
 $cache = array()
 $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 fonctions membres

FinderModelSuggestions::getItems ( )

Method to get an array of data items.

Renvoie:
array An array of data items.
Depuis:
2.5

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

FinderModelSuggestions::getListQuery ( )
protected

Method to build a database query to load the list data.

Renvoie:
JDatabaseQuery A database query
Depuis:
2.5

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

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

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

Method to get a store id based on model the 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$idAn identifier string to generate the store id. [optional]
Renvoie:
string A store id.
Depuis:
2.5

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

Références $id.

FinderModelSuggestions::populateState ( )
protected

Method to auto-populate the model state. Calling getState in this method will result in recursion.

Renvoie:
void
Depuis:
2.5

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

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

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

FinderModelSuggestions::$context = 'com_finder.suggestions'
protected

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


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