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(). | |
Static Public Member Functions | |
static | deleteMessage () |
Additional Inherited Members | |
![]() | |
$mController | |
[READ ONLY] XCube_Controller | |
$mRoot | |
[READ ONLY] XCube_Root | |
Definition at line 17 of file DeletePreload.class.php.
|
static |
Definition at line 24 of file DeletePreload.class.php.
postFilter | ( | ) |
[Abstract] Executes the logic, when the controller executes postFilter().
Reimplemented from XCube_ActionFilter.
Definition at line 19 of file DeletePreload.class.php.