|
ILIAS
release_8 Revision v8.24
|
User Interface Class for Navigation History. More...
Inheritance diagram for ilNavigationHistoryGUI:
Collaboration diagram for ilNavigationHistoryGUI: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().
Here is the call graph for this function:| ilNavigationHistoryGUI::executeCommand | ( | ) |
Definition at line 46 of file class.ilNavigationHistoryGUI.php.
References $ctrl, and ilCtrl\getNextClass().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ilNavigationHistoryGUI::handleNavigationRequest | ( | ) |
Definition at line 122 of file class.ilNavigationHistoryGUI.php.
References $ctrl, $nav_history, and ilUtil\redirect().
Here is the call graph for this function:| ilNavigationHistoryGUI::removeEntries | ( | ) |
Definition at line 149 of file class.ilNavigationHistoryGUI.php.
References $nav_history, and ilNavigationHistory\deleteDBEntries().
Here is the call graph for this function:
|
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.