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

Public Member Functions

 prepare (&$controller, &$xoopsUser, $moduleConfig)
 
 isSecure ()
 
 hasPermission (&$controller, &$xoopsUser, $moduleConfig)
 
 getDefaultView (&$controller, &$xoopsUser)
 
 execute (&$controller, &$xoopsUser)
 
 _doDelete (&$flag, $controller, $xoopsUser)
 
 executeViewInput (&$controller, &$xoopsUser, &$render)
 
 executeViewSuccess (&$controller, &$xoopsUser, &$render)
 
 executeViewError (&$controller, &$xoopsUser, &$render)
 
 _getId ()
 
_getHandler ()
 
 _setupActionForm ()
 
 _setupObject ()
 
 _doExecute ()
 
 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 ()
 
 getPageTitle ()
 
 executeViewIndex (&$controller, &$xoopsUser, &$render)
 
 executeViewPreview (&$controller, &$xoopsUser, &$render)
 
- Public Member Functions inherited from User_AbstractDeleteAction
 isEnableCreate ()
 

Data Fields

 $mActionForm = null
 
 $mObject = null
 
 $mSelfDelete = false
 
 $mSelfDeleteConfirmMessage = ''
 
 $_mDoDelete
 
- Data Fields inherited from User_AbstractEditAction
 $mObject = null
 
 $mObjectHandler = null
 
 $mActionForm = null
 
 $mConfig
 

Protected Member Functions

 _getPageAction ()
 
 _getPagetitle ()
 

Detailed Description

Definition at line 21 of file UserDeleteAction.class.php.

Member Function Documentation

◆ _doDelete()

_doDelete ( & $flag,
$controller,
$xoopsUser )

Exection deleting.

Parameters
$flag
$controller
$xoopsUser
Returns
void

Definition at line 135 of file UserDeleteAction.class.php.

◆ _doExecute()

_doExecute ( )

@access protected

Reimplemented from User_AbstractDeleteAction.

Definition at line 45 of file UserDeleteAction.class.php.

◆ _getHandler()

& _getHandler ( )

@access protected

Reimplemented from User_AbstractEditAction.

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

◆ _getId()

_getId ( )

@access protected

Reimplemented from User_AbstractEditAction.

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

◆ _getPageAction()

_getPageAction ( )
protected

_getPageAction

Parameters
void
Returns
string

Reimplemented from User_Action.

Definition at line 38 of file UserDeleteAction.class.php.

◆ _getPagetitle()

_getPagetitle ( )
protected

_getPageTitle

Parameters
void
Returns
string

Reimplemented from User_Action.

Definition at line 50 of file UserDeleteAction.class.php.

◆ _setupActionForm()

_setupActionForm ( )

@access protected

Reimplemented from User_AbstractEditAction.

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

◆ _setupObject()

_setupObject ( )

@access protected

Reimplemented from User_AbstractEditAction.

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

◆ execute()

execute ( & $controller,
& $xoopsUser )

FIXME: Need FORCE LOGOUT here?

Parameters
$controller
$xoopsUser
Returns
int

Reimplemented from User_Action.

Definition at line 106 of file UserDeleteAction.class.php.

◆ executeViewCancel()

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

Reimplemented from User_Action.

Definition at line 75 of file UserDeleteAction.class.php.

◆ executeViewError() [1/2]

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

Reimplemented from User_Action.

Definition at line 163 of file UserDeleteAction.class.php.

◆ executeViewError() [2/2]

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

Reimplemented from User_Action.

Definition at line 70 of file UserDeleteAction.class.php.

◆ executeViewInput() [1/2]

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

Reimplemented from User_Action.

Definition at line 149 of file UserDeleteAction.class.php.

◆ executeViewInput() [2/2]

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

Reimplemented from User_Action.

Definition at line 58 of file UserDeleteAction.class.php.

◆ executeViewSuccess() [1/2]

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

Reimplemented from User_Action.

Definition at line 157 of file UserDeleteAction.class.php.

◆ executeViewSuccess() [2/2]

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

Reimplemented from User_Action.

Definition at line 65 of file UserDeleteAction.class.php.

◆ getDefaultView()

getDefaultView ( & $controller,
& $xoopsUser )

Reimplemented from User_Action.

Definition at line 95 of file UserDeleteAction.class.php.

◆ hasPermission()

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

Reimplemented from User_Action.

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

◆ isSecure()

isSecure ( )

Reimplemented from User_Action.

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

◆ prepare()

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

Reimplemented from User_Action.

Definition at line 55 of file UserDeleteAction.class.php.

Field Documentation

◆ $_mDoDelete

$_mDoDelete

Definition at line 29 of file UserDeleteAction.class.php.

◆ $mActionForm

$mActionForm = null

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

◆ $mObject

$mObject = null

Definition at line 24 of file UserDeleteAction.class.php.

◆ $mSelfDelete

$mSelfDelete = false

Definition at line 26 of file UserDeleteAction.class.php.

◆ $mSelfDeleteConfirmMessage

$mSelfDeleteConfirmMessage = ''

Definition at line 27 of file UserDeleteAction.class.php.


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