|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| prepare (&$controller, &$xoopsUser) | |
| _setupActionForm () | |
| hasPermission (&$controller, &$xoopsUser) | |
| _getMaxHit () | |
| getDefaultView (&$controller, &$xoopsUser) | |
| _doSearch (&$client, &$xoopsUser, &$params) | |
| execute (&$controller, &$xoopsUser) | |
| executeViewIndex (&$controller, &$xoopsUser, &$render) | |
| _getTemplateName () | |
| _getSelectedMids () | |
| executeViewError (&$controller, &$xoopsUser, &$render) | |
Public Member Functions inherited from Legacy_Action | |
| Legacy_Action ($adminFlag=false) | |
| __construct ($adminFlag=false) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
| executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
| $mActionForm = null | |
| $mSearchResults = [] | |
| $mModules = [] | |
| $mConfig = [] | |
Data Fields inherited from Legacy_Action | |
| $_mAdminFlag = false | |
Definition at line 22 of file SearchResultsAction.class.php.
| _doSearch | ( | & | $client, |
| & | $xoopsUser, | ||
| & | $params ) |
Definition at line 113 of file SearchResultsAction.class.php.
| _getMaxHit | ( | ) |
Definition at line 58 of file SearchResultsAction.class.php.
| _getSelectedMids | ( | ) |
Definition at line 150 of file SearchResultsAction.class.php.
| _getTemplateName | ( | ) |
Definition at line 145 of file SearchResultsAction.class.php.
| _setupActionForm | ( | ) |
Definition at line 42 of file SearchResultsAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 123 of file SearchResultsAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 162 of file SearchResultsAction.class.php.
| executeViewIndex | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 128 of file SearchResultsAction.class.php.
| getDefaultView | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 63 of file SearchResultsAction.class.php.
| hasPermission | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 48 of file SearchResultsAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 30 of file SearchResultsAction.class.php.
| $mActionForm = null |
Definition at line 24 of file SearchResultsAction.class.php.
| $mConfig = [] |
Definition at line 28 of file SearchResultsAction.class.php.
| $mModules = [] |
Definition at line 26 of file SearchResultsAction.class.php.
| $mSearchResults = [] |
Definition at line 25 of file SearchResultsAction.class.php.