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é
|
Fonctions membres publiques | |
__construct ($config=array()) | |
getItems () | |
Fonctions membres protégées | |
getLanguages () | |
_getListCount ($query) | |
getStoreId ($id='') | |
populateState ($ordering='name', $direction='asc') | |
compareLanguages ($lang1, $lang2) | |
Fonctions membres privées | |
getUpdateSite () | |
Attributs privés | |
$languageCount | |
Languages Installer Model
__construct | ( | $config = array() | ) |
Constructor override, defines a whitelist of column filters.
array | $config | An optional associative array of configuration settings. |
Références $config.
|
protected |
Returns a record count for the updatesite.
JDatabaseQuery | string | $query | The query. |
|
protected |
Method to compare two languages in order to sort them.
object | $lang1 | The first language. |
object | $lang2 | The second language. |
getItems | ( | ) |
Method to get an array of data items.
|
protected |
Gets an array of objects from the updatesite.
RuntimeException |
Références $b, $extension, $key, $language, Language\$languages, $limit, $ordering, $value, et null.
|
protected |
Method to get a store id based on model configuration state.
string | $id | A prefix for the store id. |
Références $id.
|
private |
|
protected |
Method to auto-populate the model state.
Note. Calling getState in this method will result in recursion.
string | $ordering | list order |
string | $direction | direction in the list |
Références $direction, et $ordering.
|
private |