XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
prepare (&$controller, &$xoopsUser) | |
getDefaultView (&$controller, &$xoopsUser) | |
execute (&$controller, &$xoopsUser) | |
_processConfirm (&$controller, &$xoopsUser) | |
_processSave (&$controller, &$xoopsUser) | |
executeViewInput (&$controller, &$xoopsUser, &$render) | |
executeViewIndex (&$controller, &$xoopsUser, &$render) | |
executeViewSuccess (&$controller, &$xoopsUser, &$renderer) | |
executeViewError (&$controller, &$xoopsUser, &$renderer) | |
executeViewCancel (&$controller, &$xoopsUser, &$renderer) | |
![]() | |
Legacy_Action ($adminFlag=false) | |
__construct ($adminFlag=false) | |
hasPermission (&$controller, &$xoopsUser) | |
executeViewPreview (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
$mModuleObjects = [] | |
$mFilter = null | |
$mActionForm = null | |
![]() | |
$_mAdminFlag = false | |
Definition at line 18 of file ModuleListAction.class.php.
_processConfirm | ( | & | $controller, |
& | $xoopsUser ) |
Definition at line 66 of file ModuleListAction.class.php.
_processSave | ( | & | $controller, |
& | $xoopsUser ) |
Definition at line 82 of file ModuleListAction.class.php.
execute | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 43 of file ModuleListAction.class.php.
executeViewCancel | ( | & | $controller, |
& | $xoopsUser, | ||
& | $renderer ) |
Reimplemented from Legacy_Action.
Definition at line 169 of file ModuleListAction.class.php.
executeViewError | ( | & | $controller, |
& | $xoopsUser, | ||
& | $renderer ) |
Reimplemented from Legacy_Action.
Definition at line 164 of file ModuleListAction.class.php.
executeViewIndex | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented from Legacy_Action.
Definition at line 137 of file ModuleListAction.class.php.
executeViewInput | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
To support a template writer, this sends the list of mid that actionForm kept.
$controller | |
$xoopsUser | |
$render |
Reimplemented from Legacy_Action.
Definition at line 123 of file ModuleListAction.class.php.
executeViewSuccess | ( | & | $controller, |
& | $xoopsUser, | ||
& | $renderer ) |
Reimplemented from Legacy_Action.
Definition at line 159 of file ModuleListAction.class.php.
getDefaultView | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 32 of file ModuleListAction.class.php.
prepare | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 25 of file ModuleListAction.class.php.
$mActionForm = null |
Definition at line 23 of file ModuleListAction.class.php.
$mFilter = null |
Definition at line 21 of file ModuleListAction.class.php.
$mModuleObjects = [] |
Definition at line 20 of file ModuleListAction.class.php.