XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
preFilter () | |
[Abstract] Executes the logic, when the controller executes preFilter(). | |
![]() | |
__construct (&$controller) | |
Constructor. | |
preBlockFilter () | |
[Abstract] Executes the logic, when the controller executes preBlockFilter(). | |
postFilter () | |
[Abstract] Executes the logic, when the controller executes postFilter(). | |
Static Public Member Functions | |
static | createLanguageManager (&$langManager, $languageName) |
Additional Inherited Members | |
![]() | |
$mController | |
[READ ONLY] XCube_Controller | |
$mRoot | |
[READ ONLY] XCube_Root | |
Definition at line 15 of file SetupAltsysLangMgr.class.php.
|
static |
Definition at line 23 of file SetupAltsysLangMgr.class.php.
preFilter | ( | ) |
[Abstract] Executes the logic, when the controller executes preFilter().
Reimplemented from XCube_ActionFilter.
Definition at line 17 of file SetupAltsysLangMgr.class.php.