|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
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 | |
Definition at line 15 of file AbstractEditAction.class.php.
| _doExecute | ( | ) |
Definition at line 93 of file AbstractEditAction.class.php.
| & _getHandler | ( | ) |
Definition at line 25 of file AbstractEditAction.class.php.
| _getId | ( | ) |
Definition at line 21 of file AbstractEditAction.class.php.
| _setupActionForm | ( | ) |
Reimplemented in Legacy_CommentEditAction.
Definition at line 29 of file AbstractEditAction.class.php.
| _setupObject | ( | ) |
Definition at line 33 of file AbstractEditAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 68 of file AbstractEditAction.class.php.
| getDefaultView | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 57 of file AbstractEditAction.class.php.
| isEnableCreate | ( | ) |
Definition at line 46 of file AbstractEditAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Reimplemented in Legacy_CommentEditAction.
Definition at line 51 of file AbstractEditAction.class.php.
| $mActionForm = null |
Definition at line 19 of file AbstractEditAction.class.php.
| $mObject = null |
Definition at line 17 of file AbstractEditAction.class.php.
| $mObjectHandler = null |
Definition at line 18 of file AbstractEditAction.class.php.