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

Liste de tous les membres

Fonctions membres publiques

getClient ()
getFtp ()
getOption ()
getData ()
 getTotal ()
 publish ($cid)
- Fonctions membres publiques inherited from JModelList
 __construct ($config=array())
 getItems ()
 getPagination ()
 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

 populateState ($ordering=null, $direction=null)
 getStoreId ($id= '')
 getLanguageList ()
 getFolders ()
 getPath ()
 compareLanguages ($lang1, $lang2)
- Fonctions membres protégées inherited from JModelList
 _getListQuery ()
 getListQuery ()
- Fonctions membres protégées inherited from JModel
 _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

 $client = null
 $user = null
 $ftp = null
 $option = null
 $data = null
 $total = null
 $langlist = null
 $path = null
- Attributs protégés inherited from JModelList
 $cache = array()
 $context = null
 $filter_fields = array()
 $query = array()
- Attributs protégés inherited from JModel
 $__state_set = null
 $_db
 $name
 $state
 $event_clean_cache = null
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des fonctions membres

LanguagesModelInstalled::compareLanguages (   $lang1,
  $lang2 
)
protected

Method to compare two languages in order to sort them

Paramètres:
object$lang1the first language
object$lang2the second language
Renvoie:
integer
Depuis:
1.6
& LanguagesModelInstalled::getClient ( )

Method to get the client object

Renvoie:
object
Depuis:
1.6

Références $client, et JApplicationHelper\getClientInfo().

+ Voici le graphe d'appel pour cette fonction :

& LanguagesModelInstalled::getData ( )

Method to get Languages item data

Renvoie:
array
Depuis:
1.6

Références $client, $data, $file, $i, $key, $lang, $limit, $params, $path, $row, $total, JComponentHelper\getParams(), et JApplicationHelper\parseXMLLangMetaFile().

+ Voici le graphe d'appel pour cette fonction :

LanguagesModelInstalled::getFolders ( )
protected

Method to get the folders

Renvoie:
array Languages folders
Depuis:
1.6

Références $path, JFolder\folders(), et jimport().

+ Voici le graphe d'appel pour cette fonction :

& LanguagesModelInstalled::getFtp ( )

Method to get the ftp credentials

Renvoie:
object
Depuis:
1.6

Références JClientHelper\setCredentialsFromRequest().

+ Voici le graphe d'appel pour cette fonction :

LanguagesModelInstalled::getLanguageList ( )
protected

Method to get installed languages data.

Renvoie:
string An SQL query
Depuis:
1.6

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

& LanguagesModelInstalled::getOption ( )

Method to get the option

Renvoie:
object
Depuis:
1.6
LanguagesModelInstalled::getPath ( )
protected

Method to get the path

Renvoie:
string The path to the languages folders
Depuis:
1.6

Références $client, $path, et JLanguage\getLanguagePath().

+ Voici le graphe d'appel pour cette fonction :

LanguagesModelInstalled::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:
1.6

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

Références $id.

LanguagesModelInstalled::getTotal ( )

Method to get the total number of Languages items

Renvoie:
integer
Depuis:
1.6

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

Références $total.

LanguagesModelInstalled::populateState (   $ordering = null,
  $direction = null 
)
protected

Method to auto-populate the model state.

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

Renvoie:
void
Depuis:
1.6

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

Références $app, $clientId, $params, JFactory\getApplication(), JRequest\getInt(), et JComponentHelper\getParams().

+ Voici le graphe d'appel pour cette fonction :

LanguagesModelInstalled::publish (   $cid)

Method to set the default language

Renvoie:
boolean
Depuis:
1.6

Références $client, $id, $params, JText\_(), JTable\getInstance(), et JComponentHelper\getParams().

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

LanguagesModelInstalled::$client = null
protected
LanguagesModelInstalled::$data = null
protected
LanguagesModelInstalled::$ftp = null
protected
LanguagesModelInstalled::$langlist = null
protected
LanguagesModelInstalled::$option = null
protected

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

LanguagesModelInstalled::$path = null
protected
LanguagesModelInstalled::$total = null
protected
LanguagesModelInstalled::$user = null
protected

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