|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Collaboration diagram for ilSearchController:Public Member Functions | |
| ilSearchController () | |
| Constructor @access public. More... | |
| getLastClass () | |
| setLastClass ($a_class) | |
| & | executeCommand () |
Data Fields | |
| const | TYPE_USER_SEARCH = -1 |
| $ctrl = null | |
| $ilias = null | |
| $lng = null | |
Definition at line 18 of file class.ilSearchController.php.
| & ilSearchController::executeCommand | ( | ) |
Definition at line 65 of file class.ilSearchController.php.
References ilSearchSettings\_getSearchSettingRefId(), getLastClass(), and setLastClass().
Here is the call graph for this function:| ilSearchController::getLastClass | ( | ) |
Definition at line 40 of file class.ilSearchController.php.
References $_REQUEST, $_SESSION, ilSearchSettings\getInstance(), and setLastClass().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchController::ilSearchController | ( | ) |
Constructor @access public.
Definition at line 30 of file class.ilSearchController.php.
| ilSearchController::setLastClass | ( | $a_class | ) |
Definition at line 60 of file class.ilSearchController.php.
References $_SESSION.
Referenced by executeCommand(), and getLastClass().
Here is the caller graph for this function:| ilSearchController::$ctrl = null |
Definition at line 22 of file class.ilSearchController.php.
| ilSearchController::$ilias = null |
Definition at line 23 of file class.ilSearchController.php.
Referenced by ilSearchController().
| ilSearchController::$lng = null |
Definition at line 24 of file class.ilSearchController.php.
Referenced by ilSearchController().
| const ilSearchController::TYPE_USER_SEARCH = -1 |
Definition at line 20 of file class.ilSearchController.php.