Joomla Platform  13.1
Documentation des API du framework Joomla Platform
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JModelItem
+ Graphe d'héritage de JModelItem:
+ Graphe de collaboration de JModelItem:

Liste de tous les membres

Fonctions membres protégées

 getStoreId ($id= '')
- Fonctions membres protégées inherited from JModelLegacy
 _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
 $_context = 'group.type'
- Attributs protégés inherited from JModelLegacy
 $__state_set = null
 $_db
 $name
 $option = null
 $state
 $event_clean_cache = null
- Attributs protégés inherited from JObject
 $_errors = array()

Additional Inherited Members

- Fonctions membres publiques inherited from JModelLegacy
 __construct ($config=array())
 getDbo ()
 getName ()
 getState ($property=null, $default=null)
 getTable ($name= '', $prefix= 'Table', $options=array())
 loadHistory ($version_id, JTable &$table)
 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)
- Fonctions membres publiques statiques inherited from JModelLegacy
static addIncludePath ($path= '', $prefix= '')
static addTablePath ($path)
static getInstance ($type, $prefix= '', $config=array())
- Fonctions membres protégées statiques inherited from JModelLegacy
static _createFileName ($type, $parts=array())

Description détaillée

Définition à la ligne 19 du fichier item.php.


Documentation des fonctions membres

JModelItem::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:
12.2

Définition à la ligne 49 du fichier item.php.

{
// Compile the store id.
return md5($id);
}

Documentation des données membres

JModelItem::$_context = 'group.type'
protected

Définition à la ligne 34 du fichier item.php.

JModelItem::$_item = null
protected

Définition à la ligne 26 du fichier item.php.


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