ILIAS
Release_4_0_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="") | |
Add an item to the stack. | |
getItems () | |
Get navigation item stack. |
Private Attributes | |
$items |
Navigation History of Repository Items.
Definition at line 31 of file class.ilNavigationHistory.php.
ilNavigationHistory::__construct | ( | ) |
ilNavigationHistory::addItem | ( | $a_ref_id, | |
$a_link, | |||
$a_type, | |||
$a_title = "" |
|||
) |
Add an item to the stack.
If ref_id is already used, the item is moved to the top.
Definition at line 61 of file class.ilNavigationHistory.php.
References $_SESSION, $items, $key, ilObject\_exists(), ilObject\_lookupObjId(), and ilObject\_lookupTitle().
ilNavigationHistory::getItems | ( | ) |
|
private |
Definition at line 34 of file class.ilNavigationHistory.php.
Referenced by __construct(), addItem(), and getItems().