|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilSearchController:Public Member Functions | |
| __construct () | |
| 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::__construct | ( | ) |
Constructor @access public.
Definition at line 30 of file class.ilSearchController.php.
| & ilSearchController::executeCommand | ( | ) |
Definition at line 66 of file class.ilSearchController.php.
References $DIC, ilSearchSettings\_getSearchSettingRefId(), getLastClass(), and setLastClass().
Here is the call graph for this function:| ilSearchController::getLastClass | ( | ) |
Definition at line 45 of file class.ilSearchController.php.
References $_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::setLastClass | ( | $a_class | ) |
Definition at line 61 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 __construct().
| ilSearchController::$lng = null |
Definition at line 24 of file class.ilSearchController.php.
Referenced by __construct().
| const ilSearchController::TYPE_USER_SEARCH = -1 |
Definition at line 20 of file class.ilSearchController.php.