|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilSearchControllerGUI:
Collaboration diagram for ilSearchControllerGUI:Public Member Functions | |
| __construct () | |
| Constructor public. More... | |
| getLastClass () | |
| setLastClass (string $a_class) | |
| setCmdClass (string $a_cmd_class) | |
| executeCommand () | |
Data Fields | |
| const | TYPE_USER_SEARCH = -1 |
Protected Attributes | |
| ilObjUser | $user |
| ilCtrl | $ctrl |
| ILIAS | $ilias |
| ilLanguage | $lng |
| ilGlobalTemplateInterface | $tpl |
| ilRbacSystem | $system |
| GlobalHttpState | $http |
| Factory | $refinery |
Definition at line 35 of file class.ilSearchControllerGUI.php.
| ilSearchControllerGUI::__construct | ( | ) |
Constructor public.
Definition at line 53 of file class.ilSearchControllerGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilSearchControllerGUI::executeCommand | ( | ) |
Definition at line 101 of file class.ilSearchControllerGUI.php.
References ilSearchSettings\_getSearchSettingRefId(), ANONYMOUS_USER_ID, ILIAS\Repository\ctrl(), getLastClass(), ILIAS\Repository\lng(), setCmdClass(), setLastClass(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilSearchControllerGUI::getLastClass | ( | ) |
Definition at line 67 of file class.ilSearchControllerGUI.php.
References ilSession\get(), ilSearchSettings\getInstance(), ILIAS\FileDelivery\http(), ILIAS\Repository\refinery(), and setLastClass().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchControllerGUI::setCmdClass | ( | string | $a_cmd_class | ) |
Definition at line 94 of file class.ilSearchControllerGUI.php.
References ILIAS\Repository\ctrl().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchControllerGUI::setLastClass | ( | string | $a_class | ) |
Definition at line 89 of file class.ilSearchControllerGUI.php.
References ilSession\set().
Referenced by executeCommand(), and getLastClass().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 40 of file class.ilSearchControllerGUI.php.
|
protected |
Definition at line 45 of file class.ilSearchControllerGUI.php.
|
protected |
Definition at line 41 of file class.ilSearchControllerGUI.php.
|
protected |
Definition at line 42 of file class.ilSearchControllerGUI.php.
|
protected |
Definition at line 46 of file class.ilSearchControllerGUI.php.
|
protected |
Definition at line 44 of file class.ilSearchControllerGUI.php.
|
protected |
Definition at line 43 of file class.ilSearchControllerGUI.php.
|
protected |
Definition at line 38 of file class.ilSearchControllerGUI.php.
| const ilSearchControllerGUI::TYPE_USER_SEARCH = -1 |
Definition at line 37 of file class.ilSearchControllerGUI.php.
Referenced by ilMainMenuSearchGUI\getHTML().