Public Member Functions | |
execute () | |
_installBlock () | |
_installNotification () | |
_installPreference () | |
setForceMode ($flag) | |
_processReport () | |
& | getLog () |
Static Public Member Functions | |
& | loadModuleObject ($dirname) |
Public Attributes | |
$mModule = null | |
$mLog = null | |
$mForceMode = false |
Legacy_AbstractModuleInstaller::execute | ( | ) |
Start callback to required member functions with module install framework.
& Legacy_AbstractModuleInstaller::loadModuleObject | ( | $ | dirname | ) | [static] |
Load xoops module object and return it.
public
$dirname | string |
Legacy_AbstractModuleInstaller::_installBlock | ( | ) |
Install or uninstall blocks and their templates, this function is called by own execute().
Legacy_AbstractModuleInstaller::_installNotification | ( | ) |
Install or uninstall notifications, this member function is called by own execute().
protected
Legacy_AbstractModuleInstaller::_installPreference | ( | ) |
Install or uninstall blocks and their preference, this function is called by own execute().
Legacy_AbstractModuleInstaller::setForceMode | ( | $ | flag | ) |
If set true, this class may never stop for error.
Legacy_AbstractModuleInstaller::_processReport | ( | ) |
This member function is called back at the last part of execute(). Report the conclusion to the log.
& Legacy_AbstractModuleInstaller::getLog | ( | ) |
Return log instance.
Legacy_AbstractModuleInstaller::$mModule = null |
XoopsModule
Legacy_AbstractModuleInstaller::$mLog = null |
Legacy_AbstractModuleInstaller::$mForceMode = false |
If this flag is true, never stop processing.