|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| _setupActionForm () | |
| isEnableCreate () | |
| _isEditable () | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewCancel (&$controller, &$xoopsUser, &$render) | |
| execute (&$controller, &$xoopsUser) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
Public Member Functions inherited from Legacy_BlockEditAction | |
| _getId () | |
| prepare (&$controller, &$xoopsUser) | |
| & | _getHandler () |
| getDefaultView (&$controller, &$xoopsUser) | |
| _hasVisibleOptionForm () | |
| _getOptionForm () | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewError (&$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) | |
Additional Inherited Members | |
Data Fields inherited from Legacy_BlockEditAction | |
| $_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 21 of file CustomBlockEditAction.class.php.
| _isEditable | ( | ) |
Return true if the target object can be edited. This private method exists to control subclass actions.
Reimplemented from Legacy_BlockEditAction.
Definition at line 34 of file CustomBlockEditAction.class.php.
| _setupActionForm | ( | ) |
Reimplemented from Legacy_BlockEditAction.
Definition at line 23 of file CustomBlockEditAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_BlockEditAction.
Definition at line 104 of file CustomBlockEditAction.class.php.
| executeViewCancel | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_BlockEditAction.
Definition at line 95 of file CustomBlockEditAction.class.php.
| executeViewInput | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_BlockEditAction.
Definition at line 39 of file CustomBlockEditAction.class.php.
| executeViewPreview | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 121 of file CustomBlockEditAction.class.php.
| isEnableCreate | ( | ) |
Reimplemented from Legacy_BlockEditAction.
Definition at line 29 of file CustomBlockEditAction.class.php.