Public Member Functions | |
__construct (&$controller) | |
Constructor. | |
preFilter () | |
[Abstract] Executes the logic, when the controller executes preFilter(). | |
preBlockFilter () | |
[Abstract] Executes the logic, when the controller executes preBlockFilter(). | |
postFilter () | |
[Abstract] Executes the logic, when the controller executes postFilter(). | |
Data Fields | |
$mController | |
[READ ONLY] XCube_Controller | |
$mRoot | |
[READ ONLY] XCube_Root | |
__construct | ( | & | $controller | ) |
Constructor.
$controller | XCube_Controller |
postFilter | ( | ) |
[Abstract] Executes the logic, when the controller executes postFilter().
preBlockFilter | ( | ) |
[Abstract] Executes the logic, when the controller executes preBlockFilter().
preFilter | ( | ) |
[Abstract] Executes the logic, when the controller executes preFilter().