XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
Legacy_BlockEditAction Class Reference
Inheritance diagram for Legacy_BlockEditAction:
Legacy_AbstractEditAction Legacy_Action Legacy_BlockInstallEditAction Legacy_CustomBlockEditAction

Public Member Functions

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

Data Fields

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

Detailed Description

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

Member Function Documentation

◆ _getHandler()

& _getHandler ( )

Reimplemented from Legacy_AbstractEditAction.

Definition at line 49 of file BlockEditAction.class.php.

◆ _getId()

_getId ( )

Reimplemented from Legacy_AbstractEditAction.

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

◆ _getOptionForm()

_getOptionForm ( )

Gets rendered HTML buffer of the block optional edit form.

Definition at line 225 of file BlockEditAction.class.php.

◆ _hasVisibleOptionForm()

_hasVisibleOptionForm ( )

Gets a value indicating whether the option form needs the row in the table to display its form.

Remarks
This method is requred for the compatibility with XOOPS2.
Returns
bool

Definition at line 216 of file BlockEditAction.class.php.

◆ _isEditable()

_isEditable ( )

Return true if the target object can be edited. This private method exists to control subclass actions.

Returns
bool

Reimplemented in Legacy_BlockInstallEditAction, and Legacy_CustomBlockEditAction.

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

◆ _setupActionForm()

_setupActionForm ( )

Reimplemented from Legacy_AbstractEditAction.

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

◆ execute()

execute ( & $controller,
& $xoopsUser )

Reimplemented from Legacy_AbstractEditAction.

Definition at line 88 of file BlockEditAction.class.php.

◆ executeViewCancel()

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

Reimplemented from Legacy_Action.

Definition at line 247 of file BlockEditAction.class.php.

◆ executeViewError()

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

Reimplemented from Legacy_Action.

Definition at line 242 of file BlockEditAction.class.php.

◆ executeViewInput()

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

Reimplemented from Legacy_Action.

Definition at line 154 of file BlockEditAction.class.php.

◆ executeViewSuccess()

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

Reimplemented from Legacy_Action.

Definition at line 231 of file BlockEditAction.class.php.

◆ getDefaultView()

getDefaultView ( & $controller,
& $xoopsUser )

Reimplemented from Legacy_AbstractEditAction.

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

◆ isEnableCreate()

isEnableCreate ( )

Reimplemented from Legacy_AbstractEditAction.

Definition at line 44 of file BlockEditAction.class.php.

◆ prepare()

prepare ( & $controller,
& $xoopsUser )

Reimplemented from Legacy_AbstractEditAction.

Definition at line 31 of file BlockEditAction.class.php.

Field Documentation

◆ $_mOptionForm

$_mOptionForm = null

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


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