ILIAS
Release_4_2_x_branch Revision 61807
|
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. |
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, $ilDB, $items, ilObject\_exists(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), and getItems().
ilNavigationHistory::getItems | ( | ) |
Get navigation item stack.
Definition at line 89 of file class.ilNavigationHistory.php.
References $ilDB, $items, $title, ilLink\_getLink(), ilObject\_lookupObjId(), and ilObject\_lookupTitle().
Referenced by addItem().
|
private |
Definition at line 15 of file class.ilNavigationHistory.php.
Referenced by __construct(), addItem(), and getItems().