MagicSmoke
$VERSION$
|
Classes | |
class | LanguageManager |
Functions | |
i18n ($key) | |
function to replace gettext More... | |
string_format ($string, $array) | |
replaces each {number} in a string with its equivalent in the array {1} => array[0] More... | |
Variables | |
const | COOKIE_LANGUAGE "ms_lang" |
return | |
i18n | ( | $key | ) |
function to replace gettext
References LanguageManager\singleton().
string_format | ( | $string, | |
$array | |||
) |
replaces each {number} in a string with its equivalent in the array {1} => array[0]
References $i.
const COOKIE_LANGUAGE "ms_lang" |
Referenced by LanguageManager\setLanguage().
return |