![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de AKText:Fonctions membres publiques | |
| __construct () | |
| getBrowserLanguage () | |
| dumpLanguage () | |
| asJavascript () | |
| resetTranslation () | |
| addDefaultLanguageStrings ($stringList=array()) | |
Fonctions membres publiques hérités de AKAbstractObject | |
| __construct () | |
| 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 |
Référencé par AKPostprocFTP\__construct(), AKPostprocSFTP\__construct(), AKPostprocHybrid\__construct(), AKPostprocFTP\connect(), AKPostprocSFTP\connect(), AKPostprocHybrid\connect(), AKUnarchiverJPA\processTypeFileCompressedSimple(), AKUnarchiverJPS\processTypeFileCompressedSimple(), AKUnarchiverJPA\processTypeFileUncompressed(), AKUnarchiverJPA\processTypeLink(), AKUnarchiverJPS\processTypeLink(), AKUnarchiverJPA\readArchiveHeader(), AKUnarchiverZIP\readArchiveHeader(), AKUnarchiverJPS\readArchiveHeader(), AKUnarchiverZIP\readFileHeader(), et AKUnarchiverJPS\readKeyExpansionExtraHeader().
| 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 |
Références $file, $i, $key, $tmp, $value, et elseif.
Référencé par masterSetup().
| resetTranslation | ( | ) |
Références $default_translation.
|
static |
Références $text.
Référencé par AKUnarchiverJPA\createDirectory(), AKUnarchiverJPS\createDirectory(), AKPostprocDirect\createDirRecursive(), AKPostprocFTP\createDirRecursive(), AKPostprocSFTP\createDirRecursive(), AKPostprocHybrid\createDirRecursive(), AKAbstractUnarchiver\nextFile(), AKPostprocFTP\process(), AKPostprocSFTP\process(), AKPostprocHybrid\process(), AKUnarchiverJPA\processTypeFileCompressedSimple(), AKUnarchiverJPS\processTypeFileCompressedSimple(), AKUnarchiverJPA\processTypeFileUncompressed(), AKUnarchiverJPS\processTypeFileUncompressed(), AKUnarchiverJPA\readFileHeader(), et AKUnarchiverJPS\readFileHeader().
|
private |
Référencé par __construct(), et resetTranslation().
|
private |
Référencé par loadTranslation().
|
private |