XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
preBlockFilter () | |
[Abstract] Executes the logic, when the controller executes preBlockFilter(). | |
callbackCheckLoginSuccess (&$xoopsUser) | |
![]() | |
__construct (&$controller) | |
Constructor. | |
preFilter () | |
[Abstract] Executes the logic, when the controller executes preFilter(). | |
postFilter () | |
[Abstract] Executes the logic, when the controller executes postFilter(). | |
Static Public Member Functions | |
static | callbackSetupUser (&$principal, &$controller, &$context) |
Additional Inherited Members | |
![]() | |
$mController | |
[READ ONLY] XCube_Controller | |
$mRoot | |
[READ ONLY] XCube_Root | |
Definition at line 18 of file SiteClose.class.php.
callbackCheckLoginSuccess | ( | & | $xoopsUser | ) |
Definition at line 110 of file SiteClose.class.php.
|
static |
Checks whether the site is closed now, and whether all required modules have been installed. This function is called through delegates.
$principal | |
$controller | |
$context |
Definition at line 37 of file SiteClose.class.php.
preBlockFilter | ( | ) |
[Abstract] Executes the logic, when the controller executes preBlockFilter().
Reimplemented from XCube_ActionFilter.
Definition at line 20 of file SiteClose.class.php.