|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
User Interface Class for Navigation History. More...
Collaboration diagram for ilNavigationHistoryGUI:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| getHTML () | |
| Get HTML for navigation history. More... | |
| handleNavigationRequest () | |
| Handle navigation request. More... | |
| removeEntries () | |
| Remove all entries form list. More... | |
Private Attributes | |
| $items | |
User Interface Class for Navigation History.
@ilCtrl_Calls ilNavigationHistoryGUI:
Definition at line 13 of file class.ilNavigationHistoryGUI.php.
| ilNavigationHistoryGUI::__construct | ( | ) |
| ilNavigationHistoryGUI::executeCommand | ( | ) |
Execute command.
Definition at line 29 of file class.ilNavigationHistoryGUI.php.
| ilNavigationHistoryGUI::getHTML | ( | ) |
Get HTML for navigation history.
Definition at line 47 of file class.ilNavigationHistoryGUI.php.
References $_GET, $html, $items, $lng, ilObject\_getIcon(), ilObject\_lookupObjId(), ilAccessKey\LAST_VISITED, and ilAdvancedSelectionListGUI\NO_ICON.
Here is the call graph for this function:| ilNavigationHistoryGUI::handleNavigationRequest | ( | ) |
Handle navigation request.
Definition at line 96 of file class.ilNavigationHistoryGUI.php.
References $_GET, $_POST, $ilCtrl, $items, and ilUtil\redirect().
Here is the call graph for this function:| ilNavigationHistoryGUI::removeEntries | ( | ) |
Remove all entries form list.
return
Definition at line 133 of file class.ilNavigationHistoryGUI.php.
|
private |
Definition at line 16 of file class.ilNavigationHistoryGUI.php.
Referenced by getHTML(), and handleNavigationRequest().