XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
Legacy_SystemModuleInstall Class Reference
Inheritance diagram for Legacy_SystemModuleInstall:
XCube_ActionFilter

Public Member Functions

 preBlockFilter ()
 [Abstract] Executes the logic, when the controller executes preBlockFilter().
 
 callbackSetupUser (&$principal, &$controller, &$context)
 
 callbackCheckLoginSuccess (&$xoopsUser)
 
- 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().
 

Additional Inherited Members

- Data Fields inherited from XCube_ActionFilter
 $mController
 [READ ONLY] XCube_Controller
 
 $mRoot
 [READ ONLY] XCube_Root
 

Detailed Description

The action filter for the site close procedure.

Definition at line 18 of file SystemModuleInstall.class.php.

Member Function Documentation

◆ callbackCheckLoginSuccess()

callbackCheckLoginSuccess ( & $xoopsUser)

Definition at line 217 of file SystemModuleInstall.class.php.

◆ callbackSetupUser()

callbackSetupUser ( & $principal,
& $controller,
& $context )

Checks whether the site is closed now, and whether all of required modules have been installed. This function is called through delegates.

Parameters
$principal
$controller
$context
See also
preBlockFilter()

<

Todo
filebase template with absolute file path

<

Todo
filebase template with absolute file path

Definition at line 36 of file SystemModuleInstall.class.php.

◆ preBlockFilter()

preBlockFilter ( )

[Abstract] Executes the logic, when the controller executes preBlockFilter().

Remarks
Each controller has different timing when it calls preBlockFilter().

Reimplemented from XCube_ActionFilter.

Definition at line 20 of file SystemModuleInstall.class.php.


The documentation for this class was generated from the following file: