Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques statiques | |
static | createLanguageList ($actualLanguage, $basePath=JPATH_BASE, $caching=false, $installed=false) |
static | detectLanguage () |
static | getLanguages ($key= 'default') |
Définition à la ligne 19 du fichier helper.php.
|
static |
Builds a list of the system languages which can be used in a select option
string | $actualLanguage | Client key for the area |
string | $basePath | Base path to use |
boolean | $caching | True if caching is used |
boolean | $installed | Get only installed languages |
Définition à la ligne 33 du fichier helper.php.
Références JFactory\getDbo(), et JLanguage\getKnownLanguages().
Référencé par JFormFieldLanguage\getOptions().
|
static |
Tries to detect the language.
Définition à la ligne 82 du fichier helper.php.
|
static |
Get available languages
string | $key | Array key |
Définition à la ligne 132 du fichier helper.php.
Références JFactory\getApplication(), JFactory\getCache(), JFactory\getDbo(), et JLanguage\getKnownLanguages().