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

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 ()
 

Detailed Description

Definition at line 32 of file AvatarEditAction.class.php.

Member Function Documentation

◆ _doExecute() [1/2]

_doExecute ( )

@access protected

Reimplemented from User_AbstractEditAction.

Definition at line 250 of file AvatarEditAction.class.php.

◆ _doExecute() [2/2]

_doExecute ( )

@access protected

Reimplemented from User_AbstractEditAction.

Definition at line 34 of file AvatarEditAction.class.php.

◆ _getHandler() [1/2]

& _getHandler ( )

@access protected

Reimplemented from User_AbstractEditAction.

Definition at line 102 of file AvatarEditAction.class.php.

◆ _getHandler() [2/2]

& _getHandler ( )

@access protected

Reimplemented from User_AbstractEditAction.

Definition at line 22 of file AvatarEditAction.class.php.

◆ _getId() [1/2]

_getId ( )

@access protected

Reimplemented from User_AbstractEditAction.

Definition at line 97 of file AvatarEditAction.class.php.

◆ _getId() [2/2]

_getId ( )

@access protected

Reimplemented from User_AbstractEditAction.

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

◆ _getPageAction()

_getPageAction ( )
protected

_getPageAction

Parameters
void
Returns
string

Reimplemented from User_AbstractEditAction.

Definition at line 127 of file AvatarEditAction.class.php.

◆ _getPagetitle()

_getPagetitle ( )
protected

_getPageTitle

Parameters
void
Returns
string

Reimplemented from User_Action.

Definition at line 115 of file AvatarEditAction.class.php.

◆ _getResizedSize()

_getResizedSize ( $width,
$height,
$maxWidth,
$maxHeight )

Get _resized size.

Parameters
int$width
int$height
int$maxWidth
int$maxHeight
Returns
array {}
Parameters
$width* int **
$height* int **
$maxWidth* int **
$maxHeight* int **

Definition at line 351 of file AvatarEditAction.class.php.

◆ _resize()

_resize ( )

Resize image resource.

Parameters
void
Returns
void

Definition at line 299 of file AvatarEditAction.class.php.

◆ _setupActionForm() [1/2]

_setupActionForm ( )

@access protected

Reimplemented from User_AbstractEditAction.

Definition at line 138 of file AvatarEditAction.class.php.

◆ _setupActionForm() [2/2]

_setupActionForm ( )

@access protected

Reimplemented from User_AbstractEditAction.

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

◆ execute()

execute ( & $controller,
& $xoopsUser )

Reimplemented from User_AbstractEditAction.

Definition at line 220 of file AvatarEditAction.class.php.

◆ executeViewCancel()

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

Reimplemented from User_Action.

Definition at line 86 of file AvatarEditAction.class.php.

◆ executeViewError() [1/2]

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

Reimplemented from User_Action.

Definition at line 382 of file AvatarEditAction.class.php.

◆ executeViewError() [2/2]

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

Reimplemented from User_Action.

Definition at line 81 of file AvatarEditAction.class.php.

◆ executeViewInput() [1/2]

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

Reimplemented from User_Action.

Definition at line 361 of file AvatarEditAction.class.php.

◆ executeViewInput() [2/2]

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

Reimplemented from User_Action.

Definition at line 69 of file AvatarEditAction.class.php.

◆ executeViewSuccess() [1/2]

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

Reimplemented from User_Action.

Definition at line 377 of file AvatarEditAction.class.php.

◆ executeViewSuccess() [2/2]

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

Reimplemented from User_Action.

Definition at line 76 of file AvatarEditAction.class.php.

◆ getDefaultView()

getDefaultView ( & $controller,
& $xoopsUser )

Reimplemented from User_AbstractEditAction.

Definition at line 196 of file AvatarEditAction.class.php.

◆ hasPermission()

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

Reimplemented from User_Action.

Definition at line 167 of file AvatarEditAction.class.php.

◆ isEnableCreate()

isEnableCreate ( )

@access protected

Reimplemented from User_AbstractEditAction.

Definition at line 144 of file AvatarEditAction.class.php.

◆ isSecure()

isSecure ( )

Reimplemented from User_Action.

Definition at line 152 of file AvatarEditAction.class.php.

◆ prepare()

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

Reimplemented from User_AbstractEditAction.

Definition at line 85 of file AvatarEditAction.class.php.

Field Documentation

◆ $_mAllowUpload

$_mAllowUpload = false

Definition at line 57 of file AvatarEditAction.class.php.

◆ $_mMinPost

$_mMinPost = 0

Definition at line 52 of file AvatarEditAction.class.php.

◆ $mAvatarHeight

$mAvatarHeight = 0

Definition at line 42 of file AvatarEditAction.class.php.

◆ $mAvatarMaxfilesize

$mAvatarMaxfilesize = 0

Definition at line 47 of file AvatarEditAction.class.php.

◆ $mAvatarSelectForm

$mAvatarSelectForm = null

Definition at line 73 of file AvatarEditAction.class.php.

◆ $mAvatarWidth

$mAvatarWidth = 0

Definition at line 37 of file AvatarEditAction.class.php.

◆ $mFilter

$mFilter

Definition at line 62 of file AvatarEditAction.class.php.

◆ $mSystemAvatars

$mSystemAvatars = []

Definition at line 67 of file AvatarEditAction.class.php.


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