|
ILIAS
release_4-3 Revision
|
Navigation History of Repository Items. More...
Collaboration diagram for ilNavigationHistory:Public Member Functions | |
| __construct () | |
| Constructor. | |
| addItem ($a_ref_id, $a_link, $a_type, $a_title="", $a_sub_obj_id="", $a_goto_link="") | |
| Add an item to the stack. | |
| getItems () | |
| Get navigation item stack. | |
| deleteDBEntries () | |
| Delete DB entries. | |
| deleteSessionEntries () | |
| Delete session entries. | |
Private Attributes | |
| $items | |
Navigation History of Repository Items.
Definition at line 12 of file class.ilNavigationHistory.php.
| ilNavigationHistory::__construct | ( | ) |
| ilNavigationHistory::addItem | ( | $a_ref_id, | |
| $a_link, | |||
| $a_type, | |||
$a_title = "", |
|||
$a_sub_obj_id = "", |
|||
$a_goto_link = "" |
|||
| ) |
Add an item to the stack.
If ref_id is already used, the item is moved to the top.
Definition at line 40 of file class.ilNavigationHistory.php.
References $_SESSION, $ilUser, $items, ilObject\_exists(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), and getItems().
Here is the call graph for this function:| ilNavigationHistory::deleteDBEntries | ( | ) |
Delete DB entries.
| @return |
Definition at line 166 of file class.ilNavigationHistory.php.
References $ilUser.
| ilNavigationHistory::deleteSessionEntries | ( | ) |
Delete session entries.
| @return |
Definition at line 185 of file class.ilNavigationHistory.php.
References $_SESSION.
| ilNavigationHistory::getItems | ( | ) |
Get navigation item stack.
Definition at line 104 of file class.ilNavigationHistory.php.
References $ilUser, $items, $title, ilLink\_getLink(), ilObject\_lookupObjId(), and ilObject\_lookupTitle().
Referenced by addItem().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 15 of file class.ilNavigationHistory.php.
Referenced by __construct(), addItem(), and getItems().