XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
Legacy_ModuleInstaller () | |
setCurrentXoopsModule (&$xoopsModule) | |
setForceMode ($isForceMode) | |
_installTables () | |
_installModule () | |
& | _createPermission ($group) |
_installBlocks () | |
_installPreferences () | |
_processScript () | |
_processReport () | |
executeInstall () | |
Static Public Member Functions | |
_installTemplates () | |
Data Fields | |
$mLog = null | |
$_mForceMode = false | |
$_mXoopsModule = null | |
This class extends a base class for the process of module install. Some private functions are added.
Definition at line 24 of file ModuleInstaller.class.php.
__construct | ( | ) |
Definition at line 45 of file ModuleInstaller.class.php.
& _createPermission | ( | $group | ) |
Create a permission object which has been initialized for admin. For flexibility, creation only and not save it. @access private
$group |
Definition at line 171 of file ModuleInstaller.class.php.
_installBlocks | ( | ) |
Definition at line 192 of file ModuleInstaller.class.php.
_installModule | ( | ) |
Definition at line 78 of file ModuleInstaller.class.php.
_installPreferences | ( | ) |
Definition at line 197 of file ModuleInstaller.class.php.
_installTables | ( | ) |
Definition at line 70 of file ModuleInstaller.class.php.
|
static |
Definition at line 187 of file ModuleInstaller.class.php.
_processReport | ( | ) |
Definition at line 226 of file ModuleInstaller.class.php.
_processScript | ( | ) |
Definition at line 202 of file ModuleInstaller.class.php.
executeInstall | ( | ) |
Reimplemented in Message_myInstaller.
Definition at line 238 of file ModuleInstaller.class.php.
Definition at line 40 of file ModuleInstaller.class.php.
setCurrentXoopsModule | ( | & | $xoopsModule | ) |
Sets the current XoopsModule.
XoopsModule | $xoopsModule |
Definition at line 56 of file ModuleInstaller.class.php.
setForceMode | ( | $isForceMode | ) |
Sets a value indicating whether the force mode is on.
bool | $isForceMode |
Definition at line 65 of file ModuleInstaller.class.php.
$_mForceMode = false |
Definition at line 32 of file ModuleInstaller.class.php.
$_mXoopsModule = null |
Definition at line 38 of file ModuleInstaller.class.php.
$mLog = null |
Definition at line 30 of file ModuleInstaller.class.php.