XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
User_AvatarUploadAction Class Reference
Inheritance diagram for User_AvatarUploadAction:
User_Action

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)
 
- Public Member Functions inherited from User_Action
 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

- Protected Member Functions inherited from User_Action
 _getPageAction ()
 
 _getPagetitle ()
 

Detailed Description

Definition at line 10 of file AvatarUploadAction.class.php.

Member Function Documentation

◆ _addErrorMessage()

_addErrorMessage ( $msg)

Definition at line 28 of file AvatarUploadAction.class.php.

◆ _fetchTarAvatarImages()

_fetchTarAvatarImages ( & $files,
& $avatarimages )

Definition at line 99 of file AvatarUploadAction.class.php.

◆ _fetchZipAvatarImages()

_fetchZipAvatarImages ( & $files,
& $avatarimages )

Definition at line 84 of file AvatarUploadAction.class.php.

◆ _saveAvatarImages()

_saveAvatarImages ( & $avatarimages)

Definition at line 114 of file AvatarUploadAction.class.php.

◆ execute()

execute ( & $controller,
& $xoopsUser )

Reimplemented from User_Action.

Definition at line 33 of file AvatarUploadAction.class.php.

◆ executeViewCancel()

executeViewCancel ( & $controller,
& $xoopsUser,
& $render )

Reimplemented from User_Action.

Definition at line 183 of file AvatarUploadAction.class.php.

◆ executeViewError()

executeViewError ( & $controller,
& $xoopsUser,
& $render )

Reimplemented from User_Action.

Definition at line 173 of file AvatarUploadAction.class.php.

◆ executeViewInput()

executeViewInput ( & $controller,
& $xoopsUser,
& $render )

Reimplemented from User_Action.

Definition at line 162 of file AvatarUploadAction.class.php.

◆ executeViewSuccess()

executeViewSuccess ( & $controller,
& $xoopsUser,
& $render )

Reimplemented from User_Action.

Definition at line 168 of file AvatarUploadAction.class.php.

◆ getDefaultView()

getDefaultView ( & $controller,
& $xoopsUser )

Reimplemented from User_Action.

Definition at line 23 of file AvatarUploadAction.class.php.

◆ prepare()

prepare ( & $controller,
& $xoopsUser,
$moduleConfig )

Reimplemented from User_Action.

Definition at line 17 of file AvatarUploadAction.class.php.

Field Documentation

◆ $mActionForm

$mActionForm = null

Definition at line 12 of file AvatarUploadAction.class.php.

◆ $mAllowedExts

$mAllowedExts = ['gif' =>'image/gif', 'jpg' =>'image/jpeg', 'jpeg' =>'image/jpeg', 'png' =>'image/png']

Definition at line 14 of file AvatarUploadAction.class.php.

◆ $mErrorMessages

$mErrorMessages = []

Definition at line 13 of file AvatarUploadAction.class.php.


The documentation for this class was generated from the following file: