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

Fonctions membres publiques

 __construct ($config=array())
 
 getClient ()
 
 getFtp ()
 
 getOption ()
 
 getData ()
 
 getTotal ()
 
 publish ($cid)
 
 switchAdminLanguage ($cid)
 

Fonctions membres protégées

 populateState ($ordering='name', $direction='asc')
 
 getStoreId ($id='')
 
 getLanguageList ()
 
 getFolders ()
 
 getPath ()
 
 compareLanguages ($lang1, $lang2)
 

Attributs protégés

 $client = null
 
 $user = null
 
 $ftp = null
 
 $option = null
 
 $data = null
 
 $total = null
 
 $langlist = null
 
 $path = null
 

Description détaillée

Languages Component Languages Model

Depuis
1.6

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $config = array())

Constructor.

Paramètres
array$configAn optional associative array of configuration settings.
Voir également
JController
Depuis
3.5

Références $config.

Documentation des fonctions membres

◆ compareLanguages()

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
Obsolète:
4.0

◆ getClient()

getClient ( )

Method to get the client object.

Renvoie
object
Depuis
1.6

◆ getData()

getData ( )

Method to get Languages item data.

Renvoie
array
Depuis
1.6

Références $clientId, $key, $lang, $limit, $listDirn, $listOrder, $params, $row, $start, ENT_QUOTES, name, et null.

◆ getFolders()

getFolders ( )
protected

Method to get the folders.

Renvoie
array Languages folders.
Depuis
1.6

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

◆ getFtp()

getFtp ( )

Method to get the ftp credentials.

Renvoie
object
Depuis
1.6

◆ getLanguageList()

getLanguageList ( )
protected

Method to get installed languages data.

Renvoie
string An SQL query.
Depuis
1.6
Obsolète:
4.0

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

◆ getOption()

getOption ( )

Method to get the option.

Renvoie
object
Depuis
1.6

Références $option.

◆ getPath()

getPath ( )
protected

Method to get the path.

Renvoie
string The path to the languages folders.
Depuis
1.6

Références $client, et $path.

◆ getStoreId()

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éférences $id.

◆ getTotal()

getTotal ( )

Method to get the total number of Languages items.

Renvoie
integer
Depuis
1.6

Références $total.

◆ populateState()

populateState (   $ordering = 'name',
  $direction = 'asc' 
)
protected

Method to auto-populate the model state.

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

Paramètres
string$orderingAn optional ordering field.
string$directionAn optional direction (asc|desc).
Renvoie
void
Depuis
1.6

Références $clientId, $direction, $ordering, et $params.

◆ publish()

publish (   $cid)

Method to set the default language.

Paramètres
integer$cidId of the language to publish.
Renvoie
boolean
Depuis
1.6

Références $client, $id, et $params.

◆ switchAdminLanguage()

switchAdminLanguage (   $cid)

Method to switch the administrator language.

Paramètres
string$cidThe language tag.
Renvoie
boolean
Depuis
3.5

Références $client, et JError\raiseWarning().

Documentation des champs

◆ $client

$client = null
protected

◆ $data

$data = null
protected

◆ $ftp

$ftp = null
protected

◆ $langlist

$langlist = null
protected

◆ $option

$option = null
protected

◆ $path

$path = null
protected

◆ $total

$total = null
protected

◆ $user

$user = null
protected

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