|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| prepare (&$controller, &$xoopsUser) | |
| _getId () | |
| & | _getHandler () |
| isEnableCreate () | |
| _setupActionForm () | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewError (&$controller, &$xoopsUser, &$render) | |
| executeViewCancel (&$controller, &$xoopsUser, &$render) | |
| doApprove ($comment) | |
| doUpdate ($comment) | |
Public Member Functions inherited from Legacy_AbstractEditAction | |
| _setupObject () | |
| getDefaultView (&$controller, &$xoopsUser) | |
| execute (&$controller, &$xoopsUser) | |
| _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) | |
Static Public Member Functions | |
| loadCallbackFile (&$comment) | |
Additional Inherited Members | |
Data Fields inherited from Legacy_AbstractEditAction | |
| $mObject = null | |
| $mObjectHandler = null | |
| $mActionForm = null | |
Data Fields inherited from Legacy_Action | |
| $_mAdminFlag = false | |
Definition at line 20 of file CommentEditAction.class.php.
| & _getHandler | ( | ) |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 38 of file CommentEditAction.class.php.
| _getId | ( | ) |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 33 of file CommentEditAction.class.php.
| _setupActionForm | ( | ) |
Choose appropriate ActionForm by the value of com_status.
Reimplemented from Legacy_AbstractEditAction.
Definition at line 52 of file CommentEditAction.class.php.
| doApprove | ( | $comment | ) |
Definition at line 140 of file CommentEditAction.class.php.
| doUpdate | ( | $comment | ) |
Definition at line 166 of file CommentEditAction.class.php.
| executeViewCancel | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 102 of file CommentEditAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 97 of file CommentEditAction.class.php.
| executeViewInput | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 65 of file CommentEditAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 92 of file CommentEditAction.class.php.
| isEnableCreate | ( | ) |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 44 of file CommentEditAction.class.php.
|
static |
| $comment |
Definition at line 112 of file CommentEditAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser ) |
Override. At first, call _setupObject().
| $controller | |
| $xoopsUser |
Reimplemented from Legacy_AbstractEditAction.
Definition at line 27 of file CommentEditAction.class.php.