Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe LanguagesModel
+ Graphe d'héritage de LanguagesModel:

Fonctions membres publiques

 __construct ()
 
 getItems ()
 
 install ($lids)
 
 getInstalledlangsAdministrator ()
 
 getInstalledlangsFrontend ()
 
 setDefault ($language, $clientName='administrator')
 
 getOptions ()
 
 getForm ($view=null)
 
- Fonctions membres publiques hérités de BaseInstallationModel
 __construct ($config=array(), MVCFactoryInterface $factory=null)
 
- Fonctions membres publiques hérités de BaseDatabaseModel
 __construct ($config=array(), MVCFactoryInterface $factory=null)
 
 getTable ($name='', $prefix='', $options=array())
 
 isCheckedOut ($item)
 
 getDbo ()
 
 setDbo (DatabaseInterface $db=null)
 
 __get ($name)
 
- Fonctions membres publiques hérités de BaseModel
 __construct ($config=array())
 
 getName ()
 
- Fonctions membres publiques hérités de CMSObject
 __construct ($properties=null)
 
 __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 hérités de StatefulModelInterface
 getState ($property=null, $default=null)
 
 setState ($property, $value=null)
 
- Fonctions membres publiques hérités de DispatcherAwareInterface
 setDispatcher (DispatcherInterface $dispatcher)
 
- Fonctions membres publiques hérités de CurrentUserInterface
 setCurrentUser (User $currentUser)
 
- Fonctions membres publiques hérités de CacheControllerFactoryAwareInterface
 setCacheControllerFactory (CacheControllerFactoryInterface $factory)
 
- Fonctions membres publiques hérités de DatabaseAwareInterface
 setDatabase (DatabaseInterface $db)
 

Fonctions membres protégées

 getLanguageManifest ($uid)
 
 getPackageUrl ($remoteManifest)
 
 downloadPackage ($url)
 
 getInstalledlangs ($clientName='administrator')
 
 getLanguageList ($clientId=1)
 
 compareLanguages ($lang1, $lang2)
 
 getPath ()
 
 getClient ($client='administrator')
 
- Fonctions membres protégées hérités de BaseDatabaseModel
 _getList ($query, $limitstart=0, $limit=0)
 
 _getListCount ($query)
 
 _createTable ($name, $prefix='Table', $config=array())
 
 bootComponent ($component)
 
 dispatchEvent (EventInterface $event)
 

Attributs protégés

 $client
 
 $data
 
 $path
 
 $langlist
 
 $adminId
 
- Attributs protégés hérités de BaseDatabaseModel
 $option = null
 
 $event_clean_cache = null
 
- Attributs protégés hérités de BaseModel
 $name
 
- Attributs protégés hérités de CMSObject
 $_errors = array()
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de BaseModel
static addIncludePath ($path='', $prefix='')
 
- Attributs protégés statiques hérités de BaseModel
static $paths
 

Description détaillée

Language Installer model for the Joomla Core Installer.

Depuis
3.1

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( )

Constructor: Deletes the default installation config file and recreates it with the good config file.

Depuis
3.1

Références Symfony\Contracts\Service\__construct(), Factory\getApplication(), et JPATH_BASE.

Documentation des fonctions membres

◆ compareLanguages()

compareLanguages (   $lang1,
  $lang2 
)
protected

Compare two languages in order to sort them.

Paramètres
object$lang1The first language.
object$lang2The second language.
Renvoie
integer
Depuis
3.1

◆ downloadPackage()

downloadPackage (   $url)
protected

Download a language package from a URL and unpack it in the tmp folder.

Paramètres
string$urlURL of the package.
Renvoie
array|boolean Package details or false on failure.
Depuis
3.1

Références $app, $url, Text\_(), InstallerHelper\downloadPackage(), Factory\getApplication(), et InstallerHelper\unpack().

◆ getClient()

getClient (   $client = 'administrator')
protected

Get the client object of Administrator or Frontend.

Paramètres
string$clientName of the client object.
Renvoie
object
Depuis
3.1

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

◆ getForm()

getForm (   $view = null)

Get the model form.

Paramètres
string | null$viewThe view being processed.
Renvoie
mixed JForm object on success, false on failure.
Depuis
3.1

Références $data, $form, $view, Form\addFieldPath(), Form\addFormPath(), Form\addRulePath(), Factory\getApplication(), et Form\getInstance().

◆ getInstalledlangs()

getInstalledlangs (   $clientName = 'administrator')
protected

Get Languages item data.

Paramètres
string$clientNameName of the cms client.
Renvoie
array
Depuis
3.1

Références $client, $data, $info, $key, $lang, $params, $path, $this, $value, ComponentHelper\getParams(), null, et Installer\parseXMLInstallFile().

◆ getInstalledlangsAdministrator()

getInstalledlangsAdministrator ( )

Get Languages item data for the Administrator.

Renvoie
array
Depuis
3.1

◆ getInstalledlangsFrontend()

getInstalledlangsFrontend ( )

Get Languages item data for the Frontend.

Renvoie
array List of installed languages in the frontend application.
Depuis
3.1

◆ getItems()

getItems ( )

Generate a list of language choices to install in the Joomla CMS.

Renvoie
array
Depuis
3.1

Références $db, $list, $query, Joomla\Database\getDatabase(), et Updater\getInstance().

◆ getLanguageList()

getLanguageList (   $clientId = 1)
protected

Get installed languages data.

Paramètres
integer$clientIdThe client ID to retrieve data for.
Renvoie
object The language data.
Depuis
3.1

Références $clientId, $db, $query, et Joomla\Database\getDatabase().

◆ getLanguageManifest()

getLanguageManifest (   $uid)
protected

Gets the manifest file of a selected language from a the language list in an update server.

Paramètres
integer$uidThe id of the language in the #__updates table.
Renvoie
string
Depuis
3.1

Références Table\getInstance().

◆ getOptions()

getOptions ( )

Get the current setup options from the session.

Renvoie
array
Depuis
3.1

Références Factory\getSession().

◆ getPackageUrl()

getPackageUrl (   $remoteManifest)
protected

Finds the URL of the package to download.

Paramètres
string$remoteManifestURL to the manifest XML file of the remote package.
Renvoie
string|boolean
Depuis
3.1

◆ getPath()

getPath ( )
protected

Get the languages folder path.

Renvoie
string The path to the languages folders.
Depuis
3.1

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

◆ install()

install (   $lids)

Method that installs in Joomla! the selected languages in the Languages View of the installer.

Paramètres
array$lidsList of the update_id value of the languages to install.
Renvoie
boolean True if successful

Références $app, $id, $language, $message, Text\_(), InstallerHelper\cleanupInstall(), Factory\getApplication(), Joomla\Database\getDatabase(), Table\getInstance(), et Text\sprintf().

◆ setDefault()

setDefault (   $language,
  $clientName = 'administrator' 
)

Set the default language.

Paramètres
string$languageThe language to be set as default.
string$clientNameThe name of the CMS client.
Renvoie
boolean
Depuis
3.1

Références $client, $id, $language, $params, Factory\getApplication(), Table\getInstance(), et ComponentHelper\getParams().

Documentation des champs

◆ $adminId

$adminId
protected

◆ $client

$client
protected

◆ $data

$data
protected

◆ $langlist

$langlist
protected

◆ $path

$path
protected

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