ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
User Interface Class for Navigation History. More...
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... | |
Protected Attributes | |
$ctrl | |
$nav_history | |
$lng | |
Private Attributes | |
$items | |
User Interface Class for Navigation History.
Definition at line 13 of file class.ilNavigationHistoryGUI.php.
ilNavigationHistoryGUI::__construct | ( | ) |
ilNavigationHistoryGUI::executeCommand | ( | ) |
Execute command.
Definition at line 49 of file class.ilNavigationHistoryGUI.php.
References $ctrl, and $ilCtrl.
ilNavigationHistoryGUI::getHTML | ( | ) |
Get HTML for navigation history.
Definition at line 66 of file class.ilNavigationHistoryGUI.php.
References $_GET, $html, $items, $lng, $nav_history, ilObject\_getIcon(), ilObject\_lookupObjId(), ilAccessKey\LAST_VISITED, and ilAdvancedSelectionListGUI\NO_ICON.
ilNavigationHistoryGUI::handleNavigationRequest | ( | ) |
Handle navigation request.
Definition at line 134 of file class.ilNavigationHistoryGUI.php.
References $_GET, $_POST, $ctrl, $ilCtrl, $items, $nav_history, and ilUtil\redirect().
ilNavigationHistoryGUI::removeEntries | ( | ) |
Remove all entries form list.
Definition at line 167 of file class.ilNavigationHistoryGUI.php.
References $nav_history.
|
protected |
Definition at line 18 of file class.ilNavigationHistoryGUI.php.
Referenced by executeCommand(), and handleNavigationRequest().
|
private |
Definition at line 31 of file class.ilNavigationHistoryGUI.php.
Referenced by getHTML(), and handleNavigationRequest().
|
protected |
Definition at line 28 of file class.ilNavigationHistoryGUI.php.
Referenced by getHTML().
|
protected |
Definition at line 23 of file class.ilNavigationHistoryGUI.php.
Referenced by getHTML(), handleNavigationRequest(), and removeEntries().