Liste de tous les membres
Fonctions membres publiques |
| __construct ($config=array()) |
| findLanguages ($cache_timeout=0) |
| install ($lids) |
| getItems () |
| getPagination () |
| getTotal () |
| getStart () |
| getUserStateFromRequest ($key, $request, $default=null, $type= 'none', $resetPage=true) |
| getDbo () |
| getName () |
| getState ($property=null, $default=null) |
| getTable ($name= '', $prefix= 'Table', $options=array()) |
| setDbo (&$db) |
| setState ($property, $value=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) |
| toString () |
Documentation des constructeurs et destructeur
InstallerModelLanguages::__construct |
( |
|
$config = array() | ) |
|
Constructor override, defines a white list of column filters.
- Paramètres:
-
array | $config | An optional associative array of configuration settings. |
- Voir également:
- JModelList
Réimplémentée à partir de JModelList.
Références $config.
Documentation des fonctions membres
InstallerModelLanguages::_downloadPackage |
( |
|
$url | ) |
|
|
protected |
InstallerModelLanguages::_getLanguageManifest |
( |
|
$uid | ) |
|
|
protected |
Gets the manifest file of a selected language from a the language list in a update server.
- Paramètres:
-
int | $uid | the id of the language in the #__updates table |
- Renvoie:
- string
Références JTable\getInstance().
InstallerModelLanguages::_getListQuery |
( |
| ) |
|
|
protected |
InstallerModelLanguages::_getPackageUrl |
( |
|
$remote_manifest | ) |
|
|
protected |
Finds the url of the package to download.
- Paramètres:
-
string | $remote_manifest | url to the manifest XML file of the remote package |
- Renvoie:
- string|bool
Références JUpdate\loadFromXML().
InstallerModelLanguages::findLanguages |
( |
|
$cache_timeout = 0 | ) |
|
Method to find available languages in the Accredited Languages Update Site.
- Paramètres:
-
int | $cache_timeout | time before refreshing the cached updates |
- Renvoie:
- bool
Références JUpdater\getInstance().
InstallerModelLanguages::getStoreId |
( |
|
$id = '' | ) |
|
|
protected |
Method to get a store id based on model configuration state.
- Paramètres:
-
string | $id | A prefix for the store id. |
- Renvoie:
- string A store id.
Réimplémentée à partir de JModelList.
Références $id.
InstallerModelLanguages::install |
( |
|
$lids | ) |
|
Install languages in the system.
- Paramètres:
-
array | $lids | array of language ids selected in the list |
- Renvoie:
- bool
Références $app, $config, $id, $language, $message, JText\_(), JInstallerHelper\cleanupInstall(), JFactory\getApplication(), JFactory\getConfig(), JInstaller\getInstance(), JTable\getInstance(), et JText\sprintf().
InstallerModelLanguages::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:
-
null | $ordering | list order |
null | $direction | direction in the list |
- Renvoie:
- void
Réimplémentée à partir de JModelList.
Références $app, $direction, $ordering, et JFactory\getApplication().
La documentation de cette classe a été générée à partir du fichier suivant :