|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| prepare (&$controller, &$xoopsUser, $moduleConfig) | |
| & | _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 User_AbstractListAction | |
| getDefaultView (&$controller, &$xoopsUser) | |
Public Member Functions inherited from User_Action | |
| User_Action () | |
| isSecure () | |
| getPageTitle () | |
| hasPermission (&$controller, &$xoopsUser, $moduleConfig) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
| $mRanksObjects = [] | |
| $mActionForm = null | |
| $mpageArr = [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100, 0] | |
Data Fields inherited from User_AbstractListAction | |
| $mObjects = [] | |
| $mFilter = null | |
Additional Inherited Members | |
Protected Member Functions inherited from User_AbstractListAction | |
| _getPageAction () | |
Protected Member Functions inherited from User_Action | |
| _getPagetitle () | |
Definition at line 11 of file RanksListAction.class.php.
| _getBaseUrl | ( | ) |
Reimplemented from User_AbstractListAction.
Definition at line 48 of file RanksListAction.class.php.
| & _getFilterForm | ( | ) |
Reimplemented from User_AbstractListAction.
Definition at line 42 of file RanksListAction.class.php.
| & _getHandler | ( | ) |
Reimplemented from User_AbstractListAction.
Definition at line 23 of file RanksListAction.class.php.
| & _getPageNavi | ( | ) |
Reimplemented from User_AbstractListAction.
Definition at line 29 of file RanksListAction.class.php.
| _processConfirm | ( | & | $controller, |
| & | $xoopsUser ) |
Definition at line 85 of file RanksListAction.class.php.
| _processSave | ( | & | $controller, |
| & | $xoopsUser ) |
Definition at line 103 of file RanksListAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from User_Action.
Definition at line 68 of file RanksListAction.class.php.
| executeViewCancel | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $renderer ) |
Reimplemented from User_Action.
Definition at line 172 of file RanksListAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $renderer ) |
Reimplemented from User_Action.
Definition at line 167 of file RanksListAction.class.php.
| executeViewIndex | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 53 of file RanksListAction.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 User_Action.
Definition at line 147 of file RanksListAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $renderer ) |
Reimplemented from User_Action.
Definition at line 162 of file RanksListAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser, | ||
| $moduleConfig ) |
Reimplemented from User_Action.
Definition at line 17 of file RanksListAction.class.php.
| $mActionForm = null |
Definition at line 14 of file RanksListAction.class.php.
| $mpageArr = [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100, 0] |
Definition at line 15 of file RanksListAction.class.php.
| $mRanksObjects = [] |
Definition at line 13 of file RanksListAction.class.php.