Go to the source code of this file.
Data Structures | |
| class | LocaleComponent |
__cachedLocaleComponent | |
| global variable to cache the locale-class object $GLOBALS['__cachedLocaleComponent'] | |
| $GLOBALS ['__cachedLocaleComponent'] = null | |
| __ ($msgId, $msgArgs=NULL) | |
| __ | ( | $ | msgId, | |
| $ | msgArgs = NULL | |||
| ) |
global function used to access language-strings
| string | $msgId name of the language-string to return | |
| array | $msgArgs any parameters for printf if you have |
Definition at line 30 of file locale.php.
References $GLOBALS, and classRegistry::getObject().

| $GLOBALS['__cachedLocaleComponent'] = null |
Definition at line 23 of file locale.php.
Referenced by __(), mcdsess_destroy(), mcdsess_read(), mcdsess_write(), View::render(), View::renderElement(), and View::renderLayout().
1.5.8