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

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
 

Detailed Description

Definition at line 17 of file AbstractModuleInstallAction.class.php.

Member Function Documentation

◆ _getInstaller()

& _getInstaller ( $dirname)

Return a procedure for this process.

Parameters
$dirname

Reimplemented in Legacy_InstallWizardAction.

Definition at line 101 of file AbstractModuleInstallAction.class.php.

◆ _loadAgreement()

_loadAgreement ( )

Definition at line 105 of file AbstractModuleInstallAction.class.php.

◆ _setupActionForm()

_setupActionForm ( )

Definition at line 32 of file AbstractModuleInstallAction.class.php.

◆ execute()

execute ( & $controller,
& $xoopsUser )

Reimplemented from Legacy_Action.

Definition at line 57 of file AbstractModuleInstallAction.class.php.

◆ executeViewError()

executeViewError ( & $controller,
& $xoopsUser,
& $renderer )

Reimplemented from Legacy_Action.

Definition at line 109 of file AbstractModuleInstallAction.class.php.

◆ getDefaultView()

getDefaultView ( & $controller,
& $xoopsUser )

Reimplemented from Legacy_Action.

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

◆ prepare()

prepare ( & $controller,
& $xoopsUser )

Reimplemented from Legacy_Action.

Definition at line 27 of file AbstractModuleInstallAction.class.php.

Field Documentation

◆ $mActionForm

$mActionForm = null

Definition at line 25 of file AbstractModuleInstallAction.class.php.

◆ $mLog

$mLog = null

Definition at line 23 of file AbstractModuleInstallAction.class.php.

◆ $mModuleObject

$mModuleObject = null

XoopsModule instance specified.

Definition at line 22 of file AbstractModuleInstallAction.class.php.


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