ILIAS
Release_4_4_x_branch Revision 61816
|
Navigation History of Repository Items. More...
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().
ilNavigationHistory::deleteDBEntries | ( | ) |
Delete DB entries.
@return |
Definition at line 174 of file class.ilNavigationHistory.php.
References $ilUser.
ilNavigationHistory::deleteSessionEntries | ( | ) |
Delete session entries.
@return |
Definition at line 193 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, ilLink\_getLink(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), IL_COMP_SERVICE, and ilPlugin\lookupNameForId().
Referenced by addItem().
|
private |
Definition at line 15 of file class.ilNavigationHistory.php.
Referenced by __construct(), addItem(), and getItems().