XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
prepare () | |
_loadLanguage ($dirname, $fileBodyName) | |
loadPageTypeMessageCatalog ( $type) | |
loadGlobalMessageCatalog () | |
![]() | |
_setupDatabase () | |
_setupMbstring () | |
loadPageTypeMessageCatalog (string $type) | |
loadModuleMessageCatalog (string $moduleName) | |
loadModuleAdminMessageCatalog ($dirname) | |
loadBlockMessageCatalog ($dirname) | |
loadModinfoMessageCatalog ($dirname) | |
_loadFile ($filename, $mydirname=null) | |
existFile (string $section, string $filename) | |
getFilepath (string $section, string $filename) | |
loadTextFile (string $section, string $filename) | |
getFallbackLanguage () | |
encodeUTF8 ($text) | |
decodeUTF8 ($text) | |
![]() | |
setLocale ( $locale) | |
getLocale () | |
setLanguage ( $language) | |
getLanguage () | |
loadThemeMessageCatalog (string $themeName) | |
translate (string $word) | |
getFallbackLocale () | |
Data Fields | |
$langman = null | |
$theme_lang_checked = false | |
![]() | |
$mLanguageName | |
$mLocaleName | |
Definition at line 34 of file SetupAltsysLangMgr.class.php.
_loadLanguage | ( | $dirname, | |
$fileBodyName ) |
@access protected
$dirname | /module directory name |
$fileBodyName | /language file body name |
Reimplemented from Legacy_LanguageManager.
Definition at line 52 of file SetupAltsysLangMgr.class.php.
loadGlobalMessageCatalog | ( | ) |
Load the global message catalog which is defined in the base module.
Reimplemented from Legacy_LanguageManager.
Definition at line 91 of file SetupAltsysLangMgr.class.php.
loadPageTypeMessageCatalog | ( | $type | ) |
Definition at line 76 of file SetupAltsysLangMgr.class.php.
prepare | ( | ) |
Normally, this member function is called promptly, after the constructor. To follow the base, initialize.
Reimplemented from Legacy_LanguageManager.
Definition at line 39 of file SetupAltsysLangMgr.class.php.
$langman = null |
Definition at line 36 of file SetupAltsysLangMgr.class.php.
$theme_lang_checked = false |
Definition at line 37 of file SetupAltsysLangMgr.class.php.