Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe LanguagesModelLanguage
+ Graphe d'héritage de LanguagesModelLanguage:

Fonctions membres publiques

 __construct ($config=array())
 
 getTable ($name='', $prefix='', $options=array())
 
 getItem ($langId=null)
 
 getForm ($data=array(), $loadData=true)
 
 save ($data)
 

Fonctions membres protégées

 populateState ()
 
 loadFormData ()
 
 cleanCache ($group=null, $clientId=0)
 

Description détaillée

Languages Component Language Model

Depuis
1.5

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $config = array())

Constructor.

Paramètres
array$configAn optional associative array of configuration settings.

Références $config.

Documentation des fonctions membres

◆ cleanCache()

cleanCache (   $group = null,
  $clientId = 0 
)
protected

Custom clean cache method.

Paramètres
string$groupOptional cache group name.
integer$clientIdApplication client id.
Renvoie
void
Depuis
1.6

◆ getForm()

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

Method to get the group 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
1.6

Références $form.

◆ getItem()

getItem (   $langId = null)

Method to get a member item.

Paramètres
integer$langIdThe id of the member to get.
Renvoie
mixed User data object on success, false on failure.
Depuis
1.0

Références $return, $value, et ArrayHelper\toObject().

◆ getTable()

getTable (   $name = '',
  $prefix = '',
  $options = array() 
)

Override to get the table.

Paramètres
string$nameName of the table.
string$prefixTable name prefix.
array$optionsArray of options.
Renvoie
JTable
Depuis
1.6

◆ loadFormData()

loadFormData ( )
protected

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

Renvoie
mixed The data for the form.
Depuis
1.6

Références $data.

◆ populateState()

populateState ( )
protected

Method to auto-populate the model state.

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

Renvoie
void
Depuis
1.6

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

◆ save()

save (   $data)

Method to save the form data.

Paramètres
array$dataThe form data.
Renvoie
boolean True on success.
Depuis
1.6

Références $context, $data, $dispatcher, $name, JEventDispatcher\getInstance(), et option.


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