|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| prepare (&$controller, &$xoopsUser, $moduleConfig) | |
| & | _getHandler () |
| & | _getFilterForm () |
| & | _getPageNavi () |
| _getBaseUrl () | |
| execute (&$controller, &$xoopsUser) | |
| executeViewIndex (&$controller, &$xoopsUser, &$render) | |
| _processConfirm (&$controller, &$xoopsUser) | |
| _processSave (&$controller, &$xoopsUser) | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$renderer) | |
| executeViewError (&$controller, &$xoopsUser, &$renderer) | |
| executeViewCancel (&$controller, &$xoopsUser, &$renderer) | |
| getExtraURL () | |
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) | |
Static Public Member Functions | |
| static | renderOtherUrlControl (&$buf, $params) |
| static | renderHiddenControl (&$buf, $params) |
Data Fields | |
| $mUserObjects = [] | |
| $mActionForm = null | |
| $mpageArr = [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100, 0] | |
| $mExtraURL = '' | |
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 20 of file UserSearchListAction.class.php.
| _getBaseUrl | ( | ) |
Reimplemented from User_AbstractListAction.
Definition at line 54 of file UserSearchListAction.class.php.
| & _getFilterForm | ( | ) |
Reimplemented from User_AbstractListAction.
Definition at line 39 of file UserSearchListAction.class.php.
| & _getHandler | ( | ) |
Reimplemented from User_AbstractListAction.
Definition at line 33 of file UserSearchListAction.class.php.
| & _getPageNavi | ( | ) |
Reimplemented from User_AbstractListAction.
Definition at line 45 of file UserSearchListAction.class.php.
| _processConfirm | ( | & | $controller, |
| & | $xoopsUser ) |
Definition at line 97 of file UserSearchListAction.class.php.
| _processSave | ( | & | $controller, |
| & | $xoopsUser ) |
Definition at line 115 of file UserSearchListAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from User_Action.
Definition at line 59 of file UserSearchListAction.class.php.
| executeViewCancel | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $renderer ) |
Reimplemented from User_Action.
Definition at line 192 of file UserSearchListAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $renderer ) |
Reimplemented from User_Action.
Definition at line 187 of file UserSearchListAction.class.php.
| executeViewIndex | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 84 of file UserSearchListAction.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 164 of file UserSearchListAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $renderer ) |
Reimplemented from User_Action.
Definition at line 182 of file UserSearchListAction.class.php.
| getExtraURL | ( | ) |
Definition at line 198 of file UserSearchListAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser, | ||
| $moduleConfig ) |
Reimplemented from User_Action.
Definition at line 27 of file UserSearchListAction.class.php.
|
static |
Definition at line 237 of file UserSearchListAction.class.php.
|
static |
Definition at line 211 of file UserSearchListAction.class.php.
| $mActionForm = null |
Definition at line 23 of file UserSearchListAction.class.php.
| $mExtraURL = '' |
Definition at line 25 of file UserSearchListAction.class.php.
| $mpageArr = [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100, 0] |
Definition at line 24 of file UserSearchListAction.class.php.
| $mUserObjects = [] |
Definition at line 22 of file UserSearchListAction.class.php.