Classes | |
| class | LanguageManager |
Enumerations | |
| enum | COOKIE_LANGUAGE |
Functions | |
| i18n ($key) | |
| function to replace gettext | |
| string_format ($string, $array) | |
| replaces each {number} in a string with its equivalent in the array {1} => array[0] | |
Variables | |
| return | |
| enum COOKIE_LANGUAGE |
| 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]
1.7.1