|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| prepare (&$controller, &$xoopsUser) | |
| _setupActionForm () | |
| getDefaultView (&$controller, &$xoopsUser) | |
| execute (&$controller, &$xoopsUser) | |
| & | _getInstaller ($dirname) |
| _loadAgreement () | |
| executeViewError (&$controller, &$xoopsUser, &$renderer) | |
Public Member Functions inherited from Legacy_Action | |
| Legacy_Action ($adminFlag=false) | |
| __construct ($adminFlag=false) | |
| hasPermission (&$controller, &$xoopsUser) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewIndex (&$controller, &$xoopsUser, &$render) | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
| executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
| $mModuleObject = null | |
| $mLog = null | |
| $mActionForm = null | |
Data Fields inherited from Legacy_Action | |
| $_mAdminFlag = false | |
Definition at line 17 of file AbstractModuleInstallAction.class.php.
| & _getInstaller | ( | $dirname | ) |
Return a procedure for this process.
| $dirname |
Reimplemented in Legacy_InstallWizardAction.
Definition at line 101 of file AbstractModuleInstallAction.class.php.
| _loadAgreement | ( | ) |
Definition at line 105 of file AbstractModuleInstallAction.class.php.
| _setupActionForm | ( | ) |
Definition at line 32 of file AbstractModuleInstallAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 57 of file AbstractModuleInstallAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $renderer ) |
Reimplemented from Legacy_Action.
Definition at line 109 of file AbstractModuleInstallAction.class.php.
| getDefaultView | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 36 of file AbstractModuleInstallAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 27 of file AbstractModuleInstallAction.class.php.
| $mActionForm = null |
Definition at line 25 of file AbstractModuleInstallAction.class.php.
| $mLog = null |
Definition at line 23 of file AbstractModuleInstallAction.class.php.
| $mModuleObject = null |
XoopsModule instance specified.
Definition at line 22 of file AbstractModuleInstallAction.class.php.