|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| preBlockFilter () | |
| [Abstract] Executes the logic, when the controller executes preBlockFilter(). | |
| topAccess () | |
Public Member Functions inherited from XCube_ActionFilter | |
| __construct (&$controller) | |
| Constructor. | |
| preFilter () | |
| [Abstract] Executes the logic, when the controller executes preFilter(). | |
| postFilter () | |
| [Abstract] Executes the logic, when the controller executes postFilter(). | |
Protected Attributes | |
| $isTop = false | |
Additional Inherited Members | |
Data Fields inherited from XCube_ActionFilter | |
| $mController | |
| [READ ONLY] XCube_Controller | |
| $mRoot | |
| [READ ONLY] XCube_Root | |
Definition at line 18 of file IsToppage.class.php.
| preBlockFilter | ( | ) |
[Abstract] Executes the logic, when the controller executes preBlockFilter().
Reimplemented from XCube_ActionFilter.
Definition at line 21 of file IsToppage.class.php.
| topAccess | ( | ) |
Definition at line 26 of file IsToppage.class.php.
|
protected |
Definition at line 20 of file IsToppage.class.php.