|
ILIAS
Release_5_0_x_branch Revision 61816
|
User Interface Class for Navigation History. More...
Collaboration diagram for ilNavigationHistoryGUI:Public Member Functions | |
| __construct () | |
| Constructor. | |
| executeCommand () | |
| Execute command. | |
| getHTML () | |
| Get HTML for navigation history. | |
| handleNavigationRequest () | |
| Handle navigation request. | |
| removeEntries () | |
| Remove all entries form list. | |
Private Attributes | |
| $items | |
User Interface Class for Navigation History.
Definition at line 13 of file class.ilNavigationHistoryGUI.php.
| ilNavigationHistoryGUI::__construct | ( | ) |
| ilNavigationHistoryGUI::executeCommand | ( | ) |
| ilNavigationHistoryGUI::getHTML | ( | ) |
Get HTML for navigation history.
Definition at line 47 of file class.ilNavigationHistoryGUI.php.
References $_GET, $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().