|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilCachedLanguage. More...
Collaboration diagram for ilCachedLanguage:Public Member Functions | |
| isActive () | |
| writeToCache () | |
| flush () | |
| setLanguageKey ($language_key) | |
| getLanguageKey () | |
| setLoaded ($loaded) | |
| getLoaded () | |
| setTranslations ($translations) | |
| getTranslations () | |
Static Public Member Functions | |
| static | getInstance ($key) |
Protected Member Functions | |
| readFromCache () | |
Protected Attributes | |
| $global_cache | |
| $loaded = false | |
| $language_key = 'en' | |
| $translations = array() | |
Static Protected Attributes | |
| static | $instances = array() |
| ilCachedLanguage::flush | ( | ) |
Definition at line 114 of file class.ilCachedLanguage.php.
References writeToCache().
Here is the call graph for this function:
|
static |
| $key |
Definition at line 104 of file class.ilCachedLanguage.php.
References $key.
Referenced by ilLanguage\__construct(), and ilObjLanguageExt\_saveValues().
Here is the caller graph for this function:| ilCachedLanguage::getLanguageKey | ( | ) |
Definition at line 136 of file class.ilCachedLanguage.php.
References $language_key.
Referenced by readFromCache(), and writeToCache().
Here is the caller graph for this function:| ilCachedLanguage::getLoaded | ( | ) |
Definition at line 154 of file class.ilCachedLanguage.php.
References $loaded.
| ilCachedLanguage::getTranslations | ( | ) |
Definition at line 172 of file class.ilCachedLanguage.php.
References $translations.
Referenced by writeToCache().
Here is the caller graph for this function:| ilCachedLanguage::isActive | ( | ) |
Definition at line 54 of file class.ilCachedLanguage.php.
|
protected |
Definition at line 60 of file class.ilCachedLanguage.php.
References $translations, getLanguageKey(), setLoaded(), and setTranslations().
Here is the call graph for this function:| ilCachedLanguage::setLanguageKey | ( | $language_key | ) |
| string | $language_key |
Definition at line 127 of file class.ilCachedLanguage.php.
References $language_key.
| ilCachedLanguage::setLoaded | ( | $loaded | ) |
| boolean | $loaded |
Definition at line 145 of file class.ilCachedLanguage.php.
References $loaded.
Referenced by readFromCache().
Here is the caller graph for this function:| ilCachedLanguage::setTranslations | ( | $translations | ) |
| array | $translations |
Definition at line 163 of file class.ilCachedLanguage.php.
References $translations.
Referenced by readFromCache().
Here is the caller graph for this function:| ilCachedLanguage::writeToCache | ( | ) |
Definition at line 72 of file class.ilCachedLanguage.php.
References getLanguageKey(), and getTranslations().
Referenced by flush().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 12 of file class.ilCachedLanguage.php.
|
staticprotected |
Definition at line 28 of file class.ilCachedLanguage.php.
|
protected |
Definition at line 20 of file class.ilCachedLanguage.php.
Referenced by getLanguageKey(), and setLanguageKey().
|
protected |
Definition at line 16 of file class.ilCachedLanguage.php.
Referenced by getLoaded(), and setLoaded().
|
protected |
Definition at line 24 of file class.ilCachedLanguage.php.
Referenced by getTranslations(), readFromCache(), and setTranslations().