|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| prepare (&$controller, &$xoopsUser, $moduleConfig) | |
| isSecure () | |
| hasPermission (&$controller, &$xoopsUser, $moduleConfig) | |
| getDefaultView (&$controller, &$xoopsUser) | |
| execute (&$controller, &$xoopsUser) | |
| _doDelete (&$flag, $controller, $xoopsUser) | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewError (&$controller, &$xoopsUser, &$render) | |
| _getId () | |
| & | _getHandler () |
| _setupActionForm () | |
| _setupObject () | |
| _doExecute () | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewError (&$controller, &$xoopsUser, &$render) | |
| executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Public Member Functions inherited from User_Action | |
| User_Action () | |
| getPageTitle () | |
| executeViewIndex (&$controller, &$xoopsUser, &$render) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
Public Member Functions inherited from User_AbstractDeleteAction | |
| isEnableCreate () | |
Data Fields | |
| $mActionForm = null | |
| $mObject = null | |
| $mSelfDelete = false | |
| $mSelfDeleteConfirmMessage = '' | |
| $_mDoDelete | |
Data Fields inherited from User_AbstractEditAction | |
| $mObject = null | |
| $mObjectHandler = null | |
| $mActionForm = null | |
| $mConfig | |
Protected Member Functions | |
| _getPageAction () | |
| _getPagetitle () | |
Definition at line 21 of file UserDeleteAction.class.php.
| _doDelete | ( | & | $flag, |
| $controller, | |||
| $xoopsUser ) |
Exection deleting.
| $flag | |
| $controller | |
| $xoopsUser |
Definition at line 135 of file UserDeleteAction.class.php.
| _doExecute | ( | ) |
@access protected
Reimplemented from User_AbstractDeleteAction.
Definition at line 45 of file UserDeleteAction.class.php.
| & _getHandler | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 22 of file UserDeleteAction.class.php.
| _getId | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 17 of file UserDeleteAction.class.php.
|
protected |
_getPageAction
| void |
Reimplemented from User_Action.
Definition at line 38 of file UserDeleteAction.class.php.
|
protected |
_getPageTitle
| void |
Reimplemented from User_Action.
Definition at line 50 of file UserDeleteAction.class.php.
| _setupActionForm | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 28 of file UserDeleteAction.class.php.
| _setupObject | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 34 of file UserDeleteAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
FIXME: Need FORCE LOGOUT here?
| $controller | |
| $xoopsUser |
Reimplemented from User_Action.
Definition at line 106 of file UserDeleteAction.class.php.
| executeViewCancel | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 75 of file UserDeleteAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 163 of file UserDeleteAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 70 of file UserDeleteAction.class.php.
| executeViewInput | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 149 of file UserDeleteAction.class.php.
| executeViewInput | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 58 of file UserDeleteAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 157 of file UserDeleteAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 65 of file UserDeleteAction.class.php.
| getDefaultView | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from User_Action.
Definition at line 95 of file UserDeleteAction.class.php.
| hasPermission | ( | & | $controller, |
| & | $xoopsUser, | ||
| $moduleConfig ) |
Reimplemented from User_Action.
Definition at line 86 of file UserDeleteAction.class.php.
| isSecure | ( | ) |
Reimplemented from User_Action.
Definition at line 81 of file UserDeleteAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser, | ||
| $moduleConfig ) |
Reimplemented from User_Action.
Definition at line 55 of file UserDeleteAction.class.php.
| $_mDoDelete |
Definition at line 29 of file UserDeleteAction.class.php.
| $mActionForm = null |
Definition at line 23 of file UserDeleteAction.class.php.
| $mObject = null |
Definition at line 24 of file UserDeleteAction.class.php.
| $mSelfDelete = false |
Definition at line 26 of file UserDeleteAction.class.php.
| $mSelfDeleteConfirmMessage = '' |
Definition at line 27 of file UserDeleteAction.class.php.