|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| getDefaultView (&$controller, &$xoopsUser) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$renderer) | |
| executeViewError (&$controller, &$xoopsUser, &$renderer) | |
Public Member Functions inherited from Legacy_Action | |
| Legacy_Action ($adminFlag=false) | |
| __construct ($adminFlag=false) | |
| hasPermission (&$controller, &$xoopsUser) | |
| prepare (&$controller, &$xoopsUser) | |
| execute (&$controller, &$xoopsUser) | |
| executeViewIndex (&$controller, &$xoopsUser, &$render) | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
| executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
| $mModuleObject = null | |
| $mInstalledFlag = false | |
Data Fields inherited from Legacy_Action | |
| $_mAdminFlag = false | |
This action will show the information of a module specified to user.
Definition at line 18 of file ModuleInfoAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $renderer ) |
Reimplemented from Legacy_Action.
Definition at line 66 of file ModuleInfoAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $renderer ) |
Reimplemented from Legacy_Action.
Definition at line 59 of file ModuleInfoAction.class.php.
| getDefaultView | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 26 of file ModuleInfoAction.class.php.
| $mInstalledFlag = false |
Definition at line 24 of file ModuleInfoAction.class.php.
| $mModuleObject = null |
XoopsModule instance specified.
Definition at line 23 of file ModuleInfoAction.class.php.