ILIAS
release_8 Revision v8.19
|
User Interface Class for Navigation History. More...
Public Member Functions | |
__construct () | |
executeCommand () | |
getHTML () | |
handleNavigationRequest () | |
removeEntries () | |
Protected Attributes | |
StandardGUIRequest | $request |
ilCtrl | $ctrl |
ilNavigationHistory | $nav_history |
ilLanguage | $lng |
User Interface Class for Navigation History.
Definition at line 26 of file class.ilNavigationHistoryGUI.php.
ilNavigationHistoryGUI::__construct | ( | ) |
Definition at line 33 of file class.ilNavigationHistoryGUI.php.
References $DIC, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
ilNavigationHistoryGUI::executeCommand | ( | ) |
Definition at line 46 of file class.ilNavigationHistoryGUI.php.
References $ctrl, and ilCtrl\getNextClass().
ilNavigationHistoryGUI::getHTML | ( | ) |
Definition at line 60 of file class.ilNavigationHistoryGUI.php.
References $lng, $nav_history, ilObject\_getIcon(), ilObject\_lookupObjId(), ilAdvancedSelectionListGUI\NO_ICON, and ilLanguage\txt().
ilNavigationHistoryGUI::handleNavigationRequest | ( | ) |
Definition at line 122 of file class.ilNavigationHistoryGUI.php.
References $ctrl, $nav_history, and ilUtil\redirect().
ilNavigationHistoryGUI::removeEntries | ( | ) |
Definition at line 149 of file class.ilNavigationHistoryGUI.php.
References $nav_history, and ilNavigationHistory\deleteDBEntries().
|
protected |
Definition at line 29 of file class.ilNavigationHistoryGUI.php.
Referenced by executeCommand(), and handleNavigationRequest().
|
protected |
Definition at line 31 of file class.ilNavigationHistoryGUI.php.
Referenced by getHTML().
|
protected |
Definition at line 30 of file class.ilNavigationHistoryGUI.php.
Referenced by getHTML(), handleNavigationRequest(), and removeEntries().
|
protected |
Definition at line 28 of file class.ilNavigationHistoryGUI.php.