Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | createLanguageList ($actualLanguage, $basePath=JPATH_BASE, $caching=false, $installed=false) |
static | detectLanguage () |
static | getLanguages ($key= 'default') |
|
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 |
array | $installed | An array of arrays (text, value, selected) |
Références $db, $lang, $langs, $list, $query, JLanguage\getKnownLanguages(), et JPATH_ADMINISTRATOR.
Référencé par JElementLanguages\fetchElement(), modLoginHelper\getLanguageList(), JInstallationModelSetup\getLanguages(), et JFormFieldLanguage\getOptions().
|
static |
Tries to detect the language.
Référencé par plgSystemLanguageFilter\buildRule(), JInstallationModelSetup\getLanguages(), JFormFieldLanguage\getOptions(), JSite\initialise(), JInstallation\initialise(), et plgSystemLanguageFilter\parseRule().
|
static |
Get available languages
string | $key | Array key |
Références $db, $key, $lang, $query, JFactory\getApplication(), JFactory\getCache(), JLanguage\getKnownLanguages(), et JPATH_BASE.
Référencé par plgSystemLanguageFilter\__construct(), JSite\dispatch(), multilangstatusHelper\getContacts(), modLanguagesHelper\getList(), JSite\getParams(), plgSystemLanguageFilter\onAfterDispatch(), plgSystemLanguageFilter\onAfterInitialise(), MenusModelItem\preprocessForm(), et FinderIndexerStemmerSnowball\stem().