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 () | |
getBrowserLanguage () | |
dumpLanguage () | |
asJavascript () | |
resetTranslation () | |
addDefaultLanguageStrings ($stringList=array()) | |
Fonctions membres publiques hérités de AKAbstractObject | |
getError ($i=null) | |
getErrors () | |
resetErrors () | |
getWarning ($i=null) | |
getWarnings () | |
resetWarnings () | |
propagateToObject (&$object) | |
propagateFromObject (&$object) | |
setError ($error) | |
setWarning ($warning) | |
Fonctions membres publiques statiques | |
static | parse_ini_file ($file, $process_sections=false, $raw_data=false) |
static | sprintf ($key) |
static & | getInstance () |
static | _ ($string) |
Fonctions membres privées | |
loadTranslation ($lang=null) | |
Attributs privés | |
$default_translation | |
$strings | |
$language | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de AKAbstractObject | |
setErrorsQueueSize ($newSize=0) | |
setWarningsQueueSize ($newSize=0) | |
Attributs protégés hérités de AKAbstractObject | |
$_errors_queue_size = 0 | |
$_warnings_queue_size = 0 | |
A simple INI-based i18n engine
__construct | ( | ) |
Références $default_translation, getBrowserLanguage(), language, et loadTranslation().
|
static |
addDefaultLanguageStrings | ( | $stringList = array() | ) |
getBrowserLanguage | ( | ) |
Référencé par __construct().
|
static |
|
private |
Références $lang, $language, et DIRECTORY_SEPARATOR.
Référencé par __construct().
A PHP based INI file parser.
Thanks to asohn ~at~ aircanopy ~dot~ net for posting this handy function on the parse_ini_file page on http://gr.php.net/parse_ini_file
string | $file | Filename to process |
bool | $process_sections | True to also process INI sections |
resetTranslation | ( | ) |
Références $default_translation.
|
static |
|
private |
Référencé par __construct(), et resetTranslation().
|
private |
Référencé par loadTranslation().
|
private |