XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
prepare (&$controller, &$xoopsUser, $moduleConfig) | |
getDefaultView (&$controller, &$xoopsUser) | |
_addErrorMessage ($msg) | |
execute (&$controller, &$xoopsUser) | |
_fetchZipAvatarImages (&$files, &$avatarimages) | |
_fetchTarAvatarImages (&$files, &$avatarimages) | |
_saveAvatarImages (&$avatarimages) | |
executeViewInput (&$controller, &$xoopsUser, &$render) | |
executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
executeViewError (&$controller, &$xoopsUser, &$render) | |
executeViewCancel (&$controller, &$xoopsUser, &$render) | |
![]() | |
User_Action () | |
isSecure () | |
getPageTitle () | |
hasPermission (&$controller, &$xoopsUser, $moduleConfig) | |
executeViewIndex (&$controller, &$xoopsUser, &$render) | |
executeViewPreview (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
$mActionForm = null | |
$mErrorMessages = [] | |
$mAllowedExts = ['gif' =>'image/gif', 'jpg' =>'image/jpeg', 'jpeg' =>'image/jpeg', 'png' =>'image/png'] | |
Additional Inherited Members | |
![]() | |
_getPageAction () | |
_getPagetitle () | |
Definition at line 10 of file AvatarUploadAction.class.php.
_addErrorMessage | ( | $msg | ) |
Definition at line 28 of file AvatarUploadAction.class.php.
_fetchTarAvatarImages | ( | & | $files, |
& | $avatarimages ) |
Definition at line 99 of file AvatarUploadAction.class.php.
_fetchZipAvatarImages | ( | & | $files, |
& | $avatarimages ) |
Definition at line 84 of file AvatarUploadAction.class.php.
_saveAvatarImages | ( | & | $avatarimages | ) |
Definition at line 114 of file AvatarUploadAction.class.php.
execute | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented from User_Action.
Definition at line 33 of file AvatarUploadAction.class.php.
executeViewCancel | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented from User_Action.
Definition at line 183 of file AvatarUploadAction.class.php.
executeViewError | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented from User_Action.
Definition at line 173 of file AvatarUploadAction.class.php.
executeViewInput | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented from User_Action.
Definition at line 162 of file AvatarUploadAction.class.php.
executeViewSuccess | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented from User_Action.
Definition at line 168 of file AvatarUploadAction.class.php.
getDefaultView | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented from User_Action.
Definition at line 23 of file AvatarUploadAction.class.php.
prepare | ( | & | $controller, |
& | $xoopsUser, | ||
$moduleConfig ) |
Reimplemented from User_Action.
Definition at line 17 of file AvatarUploadAction.class.php.
$mActionForm = null |
Definition at line 12 of file AvatarUploadAction.class.php.
$mAllowedExts = ['gif' =>'image/gif', 'jpg' =>'image/jpeg', 'jpeg' =>'image/jpeg', 'png' =>'image/png'] |
Definition at line 14 of file AvatarUploadAction.class.php.
$mErrorMessages = [] |
Definition at line 13 of file AvatarUploadAction.class.php.