ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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... | |
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.
ilNavigationHistoryGUI::handleNavigationRequest | ( | ) |
Handle navigation request.
Definition at line 96 of file class.ilNavigationHistoryGUI.php.
References $_GET, $_POST, $ilCtrl, $items, and ilUtil\redirect().
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().