|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 | |
Protected Attributes | |
| $user | |
Definition at line 18 of file class.ilSearchController.php.
| ilSearchController::__construct | ( | ) |
Constructor @access public.
Definition at line 34 of file class.ilSearchController.php.
References $DIC, $ilias, $lng, $tpl, and user().
Here is the call graph for this function:| & ilSearchController::executeCommand | ( | ) |
Definition at line 71 of file class.ilSearchController.php.
References $DIC, ilSearchSettings\_getSearchSettingRefId(), ANONYMOUS_USER_ID, getLastClass(), setLastClass(), and user().
Here is the call graph for this function:| ilSearchController::getLastClass | ( | ) |
Definition at line 50 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 66 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 26 of file class.ilSearchController.php.
| ilSearchController::$ilias = null |
Definition at line 27 of file class.ilSearchController.php.
Referenced by __construct().
| ilSearchController::$lng = null |
Definition at line 28 of file class.ilSearchController.php.
Referenced by __construct().
|
protected |
Definition at line 24 of file class.ilSearchController.php.
| const ilSearchController::TYPE_USER_SEARCH = -1 |
Definition at line 20 of file class.ilSearchController.php.
Referenced by ilMainMenuSearchGUI\getHTML().