|
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) | |
| getDefaultView (&$controller, &$xoopsUser) | |
| execute (&$controller, &$xoopsUser) | |
| _doExecute () | |
| _resize () | |
| _getResizedSize ( $width, $height, $maxWidth, $maxHeight) | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewError (&$controller, &$xoopsUser, &$render) | |
| _getId () | |
| & | _getHandler () |
| _setupActionForm () | |
| _doExecute () | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewError (&$controller, &$xoopsUser, &$render) | |
| executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Public Member Functions inherited from User_AbstractEditAction | |
| _setupObject () | |
Public Member Functions inherited from User_Action | |
| User_Action () | |
| getPageTitle () | |
| executeViewIndex (&$controller, &$xoopsUser, &$render) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
| $mAvatarWidth = 0 | |
| $mAvatarHeight = 0 | |
| $mAvatarMaxfilesize = 0 | |
| $_mMinPost = 0 | |
| $_mAllowUpload = false | |
| $mFilter | |
| $mSystemAvatars = [] | |
| $mAvatarSelectForm = null | |
Data Fields inherited from User_AbstractEditAction | |
| $mObject = null | |
| $mObjectHandler = null | |
| $mActionForm = null | |
| $mConfig | |
Protected Member Functions | |
| _getPagetitle () | |
| _getPageAction () | |
Definition at line 32 of file AvatarEditAction.class.php.
| _doExecute | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 250 of file AvatarEditAction.class.php.
| _doExecute | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 34 of file AvatarEditAction.class.php.
| & _getHandler | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 102 of file AvatarEditAction.class.php.
| & _getHandler | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 22 of file AvatarEditAction.class.php.
| _getId | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 97 of file AvatarEditAction.class.php.
| _getId | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 17 of file AvatarEditAction.class.php.
|
protected |
_getPageAction
| void |
Reimplemented from User_AbstractEditAction.
Definition at line 127 of file AvatarEditAction.class.php.
|
protected |
_getPageTitle
| void |
Reimplemented from User_Action.
Definition at line 115 of file AvatarEditAction.class.php.
| _getResizedSize | ( | $width, | |
| $height, | |||
| $maxWidth, | |||
| $maxHeight ) |
Get _resized size.
| int | $width | |
| int | $height | |
| int | $maxWidth | |
| int | $maxHeight |
| $width | * int ** |
| $height | * int ** |
| $maxWidth | * int ** |
| $maxHeight | * int ** |
Definition at line 351 of file AvatarEditAction.class.php.
| _resize | ( | ) |
Resize image resource.
| void |
Definition at line 299 of file AvatarEditAction.class.php.
| _setupActionForm | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 138 of file AvatarEditAction.class.php.
| _setupActionForm | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 28 of file AvatarEditAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from User_AbstractEditAction.
Definition at line 220 of file AvatarEditAction.class.php.
| executeViewCancel | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 86 of file AvatarEditAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 382 of file AvatarEditAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 81 of file AvatarEditAction.class.php.
| executeViewInput | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 361 of file AvatarEditAction.class.php.
| executeViewInput | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 69 of file AvatarEditAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 377 of file AvatarEditAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 76 of file AvatarEditAction.class.php.
| getDefaultView | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from User_AbstractEditAction.
Definition at line 196 of file AvatarEditAction.class.php.
| hasPermission | ( | & | $controller, |
| & | $xoopsUser, | ||
| $moduleConfig ) |
Reimplemented from User_Action.
Definition at line 167 of file AvatarEditAction.class.php.
| isEnableCreate | ( | ) |
@access protected
Reimplemented from User_AbstractEditAction.
Definition at line 144 of file AvatarEditAction.class.php.
| isSecure | ( | ) |
Reimplemented from User_Action.
Definition at line 152 of file AvatarEditAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser, | ||
| $moduleConfig ) |
Reimplemented from User_AbstractEditAction.
Definition at line 85 of file AvatarEditAction.class.php.
| $_mAllowUpload = false |
Definition at line 57 of file AvatarEditAction.class.php.
| $_mMinPost = 0 |
Definition at line 52 of file AvatarEditAction.class.php.
| $mAvatarHeight = 0 |
Definition at line 42 of file AvatarEditAction.class.php.
| $mAvatarMaxfilesize = 0 |
Definition at line 47 of file AvatarEditAction.class.php.
| $mAvatarSelectForm = null |
Definition at line 73 of file AvatarEditAction.class.php.
| $mAvatarWidth = 0 |
Definition at line 37 of file AvatarEditAction.class.php.
| $mFilter |
Definition at line 62 of file AvatarEditAction.class.php.
| $mSystemAvatars = [] |
Definition at line 67 of file AvatarEditAction.class.php.