|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
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 | |
Definition at line 19 of file BlockEditAction.class.php.
| & _getHandler | ( | ) |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 49 of file BlockEditAction.class.php.
| _getId | ( | ) |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 26 of file BlockEditAction.class.php.
| _getOptionForm | ( | ) |
Gets rendered HTML buffer of the block optional edit form.
Definition at line 225 of file BlockEditAction.class.php.
| _hasVisibleOptionForm | ( | ) |
Gets a value indicating whether the option form needs the row in the table to display its form.
Definition at line 216 of file BlockEditAction.class.php.
| _isEditable | ( | ) |
Return true if the target object can be edited. This private method exists to control subclass actions.
Reimplemented in Legacy_BlockInstallEditAction, and Legacy_CustomBlockEditAction.
Definition at line 67 of file BlockEditAction.class.php.
| _setupActionForm | ( | ) |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 55 of file BlockEditAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 88 of file BlockEditAction.class.php.
| executeViewCancel | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 247 of file BlockEditAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 242 of file BlockEditAction.class.php.
| executeViewInput | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 154 of file BlockEditAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 231 of file BlockEditAction.class.php.
| getDefaultView | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 76 of file BlockEditAction.class.php.
| isEnableCreate | ( | ) |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 44 of file BlockEditAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 31 of file BlockEditAction.class.php.
| $_mOptionForm = null |
Definition at line 24 of file BlockEditAction.class.php.