|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| prepare (&$controller, &$xoopsUser) | |
| & | _getHandler () |
| & | _getPageNavi () |
| & | _getFilterForm () |
| _getBaseUrl () | |
| executeViewIndex (&$controller, &$xoopsUser, &$render) | |
| execute (&$controller, &$xoopsUser) | |
| _processConfirm (&$controller, &$xoopsUser) | |
| _processSave (&$controller, &$xoopsUser) | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$renderer) | |
| executeViewError (&$controller, &$xoopsUser, &$renderer) | |
| executeViewCancel (&$controller, &$xoopsUser, &$renderer) | |
Public Member Functions inherited from Legacy_AbstractListAction | |
| getDefaultView (&$controller, &$xoopsUser) | |
Public Member Functions inherited from Legacy_Action | |
| Legacy_Action ($adminFlag=false) | |
| __construct ($adminFlag=false) | |
| hasPermission (&$controller, &$xoopsUser) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
| $mCommentObjects = [] | |
| $mActionForm = null | |
| $mpageArr = [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100, 0] | |
Data Fields inherited from Legacy_AbstractListAction | |
| $mObjects = [] | |
| $mFilter = null | |
Data Fields inherited from Legacy_Action | |
| $_mAdminFlag = false | |
Definition at line 21 of file CommentListAction.class.php.
| _getBaseUrl | ( | ) |
Reimplemented from Legacy_AbstractListAction.
Definition at line 54 of file CommentListAction.class.php.
| & _getFilterForm | ( | ) |
Reimplemented from Legacy_AbstractListAction.
Definition at line 48 of file CommentListAction.class.php.
| & _getHandler | ( | ) |
Reimplemented from Legacy_AbstractListAction.
Definition at line 33 of file CommentListAction.class.php.
| & _getPageNavi | ( | ) |
Reimplemented from Legacy_AbstractListAction.
Definition at line 39 of file CommentListAction.class.php.
| _processConfirm | ( | & | $controller, |
| & | $xoopsUser ) |
Definition at line 124 of file CommentListAction.class.php.
| _processSave | ( | & | $controller, |
| & | $xoopsUser ) |
Definition at line 142 of file CommentListAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 108 of file CommentListAction.class.php.
| executeViewCancel | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $renderer ) |
Reimplemented from Legacy_Action.
Definition at line 346 of file CommentListAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $renderer ) |
Reimplemented from Legacy_Action.
Definition at line 341 of file CommentListAction.class.php.
| executeViewIndex | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 59 of file CommentListAction.class.php.
| executeViewInput | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
To support a template writer, this send the list of mid that actionForm kept.
| $controller | |
| $xoopsUser | |
| $render |
Reimplemented from Legacy_Action.
Definition at line 317 of file CommentListAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $renderer ) |
Reimplemented from Legacy_Action.
Definition at line 336 of file CommentListAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 27 of file CommentListAction.class.php.
| $mActionForm = null |
Definition at line 24 of file CommentListAction.class.php.
| $mCommentObjects = [] |
Definition at line 23 of file CommentListAction.class.php.
| $mpageArr = [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100, 0] |
Definition at line 25 of file CommentListAction.class.php.