ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct () | |
Constructor 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 | ( | ) |
& ilSearchController::executeCommand | ( | ) |
Definition at line 65 of file class.ilSearchController.php.
References ilSearchSettings\_getSearchSettingRefId(), getLastClass(), and setLastClass().
ilSearchController::getLastClass | ( | ) |
Definition at line 40 of file class.ilSearchController.php.
References $_SESSION, ilSearchSettings\getInstance(), and setLastClass().
Referenced by executeCommand().
ilSearchController::setLastClass | ( | $a_class | ) |
Definition at line 60 of file class.ilSearchController.php.
References $_SESSION.
Referenced by executeCommand(), and getLastClass().
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.