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