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