XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
prepare (&$controller, &$xoopsUser) | |
hasPermission (&$controller, &$xoopsUser) | |
execute (&$contoller, &$xoopsUser) | |
executeViewInput (&$controller, &$xoopsUser, &$render) | |
executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
executeViewError (&$controller, &$xoopsUser, &$render) | |
![]() | |
Legacy_Action ($adminFlag=false) | |
__construct ($adminFlag=false) | |
getDefaultView (&$controller, &$xoopsUser) | |
executeViewIndex (&$controller, &$xoopsUser, &$render) | |
executeViewPreview (&$controller, &$xoopsUser, &$render) | |
executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
$mModules = [] | |
$mActionForm = null | |
$mErrorMessage = null | |
![]() | |
$_mAdminFlag = false | |
Definition at line 25 of file NotifyDeleteAction.class.php.
execute | ( | & | $contoller, |
& | $xoopsUser ) |
This member function is a special case. Because the confirm is must, it uses token error for displaying confirm.
$contoller | |
$xoopsUser |
Reimplemented from Legacy_Action.
Definition at line 53 of file NotifyDeleteAction.class.php.
executeViewError | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented from Legacy_Action.
Definition at line 92 of file NotifyDeleteAction.class.php.
executeViewInput | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented from Legacy_Action.
Definition at line 81 of file NotifyDeleteAction.class.php.
executeViewSuccess | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented from Legacy_Action.
Definition at line 87 of file NotifyDeleteAction.class.php.
hasPermission | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 41 of file NotifyDeleteAction.class.php.
prepare | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 32 of file NotifyDeleteAction.class.php.
$mActionForm = null |
Definition at line 28 of file NotifyDeleteAction.class.php.
$mErrorMessage = null |
Definition at line 30 of file NotifyDeleteAction.class.php.
$mModules = [] |
Definition at line 27 of file NotifyDeleteAction.class.php.