XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
Legacy_AbstractEditAction Class Reference
Inheritance diagram for Legacy_AbstractEditAction:
Legacy_Action Legacy_AbstractDeleteAction Legacy_BlockEditAction Legacy_BlockUninstallAction Legacy_CommentEditAction Legacy_ImageCreateAction Legacy_ImagecategoryEditAction Legacy_ModuleEditAction Legacy_SmilesEditAction

Public Member Functions

 _getId ()
 
_getHandler ()
 
 _setupActionForm ()
 
 _setupObject ()
 
 isEnableCreate ()
 
 prepare (&$controller, &$xoopsUser)
 
 getDefaultView (&$controller, &$xoopsUser)
 
 execute (&$controller, &$xoopsUser)
 
 _doExecute ()
 
- Public Member Functions inherited from Legacy_Action
 Legacy_Action ($adminFlag=false)
 
 __construct ($adminFlag=false)
 
 hasPermission (&$controller, &$xoopsUser)
 
 executeViewSuccess (&$controller, &$xoopsUser, &$render)
 
 executeViewError (&$controller, &$xoopsUser, &$render)
 
 executeViewIndex (&$controller, &$xoopsUser, &$render)
 
 executeViewInput (&$controller, &$xoopsUser, &$render)
 
 executeViewPreview (&$controller, &$xoopsUser, &$render)
 
 executeViewCancel (&$controller, &$xoopsUser, &$render)
 

Data Fields

 $mObject = null
 
 $mObjectHandler = null
 
 $mActionForm = null
 
- Data Fields inherited from Legacy_Action
 $_mAdminFlag = false
 

Detailed Description

Definition at line 15 of file AbstractEditAction.class.php.

Member Function Documentation

◆ _doExecute()

_doExecute ( )

Definition at line 93 of file AbstractEditAction.class.php.

◆ _getHandler()

& _getHandler ( )

Definition at line 25 of file AbstractEditAction.class.php.

◆ _getId()

_getId ( )

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

◆ _setupActionForm()

_setupActionForm ( )

Reimplemented in Legacy_CommentEditAction.

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

◆ _setupObject()

_setupObject ( )

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

◆ execute()

execute ( & $controller,
& $xoopsUser )

Reimplemented from Legacy_Action.

Definition at line 68 of file AbstractEditAction.class.php.

◆ getDefaultView()

getDefaultView ( & $controller,
& $xoopsUser )

Reimplemented from Legacy_Action.

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

◆ isEnableCreate()

isEnableCreate ( )

Definition at line 46 of file AbstractEditAction.class.php.

◆ prepare()

prepare ( & $controller,
& $xoopsUser )

Reimplemented from Legacy_Action.

Reimplemented in Legacy_CommentEditAction.

Definition at line 51 of file AbstractEditAction.class.php.

Field Documentation

◆ $mActionForm

$mActionForm = null

Definition at line 19 of file AbstractEditAction.class.php.

◆ $mObject

$mObject = null

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

◆ $mObjectHandler

$mObjectHandler = null

Definition at line 18 of file AbstractEditAction.class.php.


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