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

Liste de tous les membres

Fonctions membres publiques

 getForm ($data=array(), $loadData=true)
 getItem ($pk=null)
 save ($data, $opposite_client=false)
- Fonctions membres publiques inherited from JModelAdmin
 __construct ($config=array())
 batch ($commands, $pks, $contexts)
 checkin ($pks=array())
 checkout ($pk=null)
 delete (&$pks)
 publish (&$pks, $value=1)
 reorder ($pks, $delta=0)
 save ($data)
 saveorder ($pks=null, $order=null)
- Fonctions membres publiques inherited from JModelForm
 validate ($form, $data, $group=null)
- 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

 loadFormData ()
 populateState ()
- Fonctions membres protégées inherited from JModelAdmin
 batchAccess ($value, $pks, $contexts)
 batchCopy ($value, $pks, $contexts)
 batchLanguage ($value, $pks, $contexts)
 batchMove ($value, $pks, $contexts)
 canDelete ($record)
 canEditState ($record)
 generateNewTitle ($category_id, $alias, $title)
 getReorderConditions ($table)
 prepareTable (&$table)
- Fonctions membres protégées inherited from JModelForm
 loadForm ($name, $source=null, $options=array(), $clear=false, $xpath=false)
 preprocessForm (JForm $form, $data, $group= 'content')
- 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)

Additional Inherited Members

- Attributs protégés inherited from JModelAdmin
 $text_prefix = null
 $event_after_delete = null
 $event_after_save = null
 $event_before_delete = null
 $event_before_save = null
 $event_change_state = null
- Attributs protégés inherited from JModelForm
 $_forms = 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

LanguagesModelOverride::getForm (   $data = array(),
  $loadData = true 
)

Method to get the record form.

Paramètres:
array$dataData for the form.
boolean$loadDataTrue if the form is to load its own data (default case), false if not.
Renvoie:
mixed A JForm object on success, false on failure
Depuis:
2.5

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

Références $client, $language, JText\_(), JPath\clean(), JLanguage\getInstance(), null, et JText\sprintf().

+ Voici le graphe d'appel pour cette fonction :

LanguagesModelOverride::getItem (   $pk = null)

Method to get a single record.

Paramètres:
string$pkThe key name.
Renvoie:
mixed Object on success, false otherwise.
Depuis:
2.5

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

Références JRequest\getCmd(), et LanguagesHelper\parseFile().

+ Voici le graphe d'appel pour cette fonction :

LanguagesModelOverride::loadFormData ( )
protected

Method to get the data that should be injected in the form.

Renvoie:
mixed The data for the form
Depuis:
2.5

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

Références $data, et JFactory\getApplication().

+ Voici le graphe d'appel pour cette fonction :

LanguagesModelOverride::populateState ( )
protected

Method to auto-populate the model state.

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

Renvoie:
void
Depuis:
2.5

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

Références $app, $client, $language, et JFactory\getApplication().

+ Voici le graphe d'appel pour cette fonction :

LanguagesModelOverride::save (   $data,
  $opposite_client = false 
)

Method to save the form data.

Paramètres:
array$dataThe form data.
boolean$opposite_clientIndicates whether the override should not be created for the current client
Renvoie:
boolean True on success, false otherwise.
Depuis:
2.5

Références $app, $client, $data, $key, $language, JFactory\getApplication(), LanguagesHelper\parseFile(), et JFile\write().

+ Voici le graphe d'appel pour cette fonction :


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