XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
Legacy_Action ($adminFlag=false) | |
__construct ($adminFlag=false) | |
hasPermission (&$controller, &$xoopsUser) | |
prepare (&$controller, &$xoopsUser) | |
getDefaultView (&$controller, &$xoopsUser) | |
execute (&$controller, &$xoopsUser) | |
executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
executeViewError (&$controller, &$xoopsUser, &$render) | |
executeViewIndex (&$controller, &$xoopsUser, &$render) | |
executeViewInput (&$controller, &$xoopsUser, &$render) | |
executeViewPreview (&$controller, &$xoopsUser, &$render) | |
executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
$_mAdminFlag = false | |
Definition at line 193 of file ActionFrame.class.php.
__construct | ( | $adminFlag = false | ) |
Definition at line 205 of file ActionFrame.class.php.
execute | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented in Legacy_NotifyDeleteAction.
Definition at line 231 of file ActionFrame.class.php.
executeViewCancel | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Definition at line 256 of file ActionFrame.class.php.
executeViewError | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Definition at line 240 of file ActionFrame.class.php.
executeViewIndex | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Definition at line 244 of file ActionFrame.class.php.
executeViewInput | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented in Legacy_CommentListAction, Legacy_ImagecategoryListAction, Legacy_ModuleInstallAction, Legacy_ModuleListAction, and Legacy_SmilesListAction.
Definition at line 248 of file ActionFrame.class.php.
executeViewPreview | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Definition at line 252 of file ActionFrame.class.php.
executeViewSuccess | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented in Legacy_ModuleInstallAction.
Definition at line 236 of file ActionFrame.class.php.
getDefaultView | ( | & | $controller, |
& | $xoopsUser ) |
Definition at line 226 of file ActionFrame.class.php.
hasPermission | ( | & | $controller, |
& | $xoopsUser ) |
Definition at line 210 of file ActionFrame.class.php.
Legacy_Action | ( | $adminFlag = false | ) |
Definition at line 200 of file ActionFrame.class.php.
prepare | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented in Legacy_CommentEditAction.
Definition at line 222 of file ActionFrame.class.php.
$_mAdminFlag = false |
@access private
Definition at line 198 of file ActionFrame.class.php.