|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| prepare (&$controller, &$xoopsUser, $moduleConfig) | |
| _getId () | |
| & | _getHandler () |
| _setupActionForm () | |
| isEnableCreate () | |
| isSecure () | |
| hasPermission (&$controller, &$xoopsUser, $moduleConfig) | |
| _doExecute () | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewError (&$controller, &$xoopsUser, &$render) | |
Public Member Functions inherited from User_AbstractEditAction | |
| _setupObject () | |
| getDefaultView (&$controller, &$xoopsUser) | |
| execute (&$controller, &$xoopsUser) | |
Public Member Functions inherited from User_Action | |
| User_Action () | |
| getPageTitle () | |
| executeViewIndex (&$controller, &$xoopsUser, &$render) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
| executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
| $mUserCookie = '' | |
| $mSelfDelete = false | |
Data Fields inherited from User_AbstractEditAction | |
| $mObject = null | |
| $mObjectHandler = null | |
| $mActionForm = null | |
| $mConfig | |
Protected Member Functions | |
| _getPagetitle () | |
| _setDatepicker () | |
Protected Member Functions inherited from User_AbstractEditAction | |
| _getPageAction () | |
Definition at line 20 of file EditUserAction.class.php.
| _doExecute | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 106 of file EditUserAction.class.php.
| & _getHandler | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 43 of file EditUserAction.class.php.
| _getId | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 35 of file EditUserAction.class.php.
|
protected |
_getPageTitle
| void |
Reimplemented from User_Action.
Definition at line 68 of file EditUserAction.class.php.
|
protected |
Definition at line 195 of file EditUserAction.class.php.
| _setupActionForm | ( | ) |
Because editable fields are decided by the module config, this member function hands the config to the constructor of the action form.
Reimplemented from User_AbstractEditAction.
Definition at line 55 of file EditUserAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 207 of file EditUserAction.class.php.
| executeViewInput | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 122 of file EditUserAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 201 of file EditUserAction.class.php.
| hasPermission | ( | & | $controller, |
| & | $xoopsUser, | ||
| $moduleConfig ) |
Allow Conditions:
1) The current user is the target user. 2) The current user is administrators.
| $controller | |
| $xoopsUser | |
| $moduleConfig |
Reimplemented from User_Action.
Definition at line 93 of file EditUserAction.class.php.
| isEnableCreate | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 73 of file EditUserAction.class.php.
| isSecure | ( | ) |
Reimplemented from User_Action.
Definition at line 78 of file EditUserAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser, | ||
| $moduleConfig ) |
Reimplemented from User_AbstractEditAction.
Definition at line 29 of file EditUserAction.class.php.
| $mSelfDelete = false |
Definition at line 27 of file EditUserAction.class.php.
| $mUserCookie = '' |
Definition at line 25 of file EditUserAction.class.php.