ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Navigation History of Repository Items. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
addItem ( $a_ref_id, $a_link, $a_type, $a_title="", $a_sub_obj_id="", $a_goto_link="") | |
Add an item to the stack. More... | |
getItems () | |
Get navigation item stack. More... | |
deleteDBEntries () | |
Delete DB entries. More... | |
deleteSessionEntries () | |
Delete session entries. More... | |
Protected Attributes | |
$user | |
$db | |
$tree | |
$obj_definition | |
$plugin_admin | |
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 70 of file class.ilNavigationHistory.php.
References $_SESSION, $a_type, $db, $id, $ilDB, $ilUser, $items, $key, $user, ilObject\_exists(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), array, and getItems().
Referenced by ilObjIndividualAssessmentGUI\addToNavigationHistory(), ilObjForumGUI\executeCommand(), and ilObjForumGUI\getForumObjects().
ilNavigationHistory::deleteDBEntries | ( | ) |
ilNavigationHistory::deleteSessionEntries | ( | ) |
Delete session entries.
Definition at line 231 of file class.ilNavigationHistory.php.
References $_SESSION, and array.
ilNavigationHistory::getItems | ( | ) |
Get navigation item stack.
Definition at line 135 of file class.ilNavigationHistory.php.
References $db, $ilDB, $ilUser, $items, $obj_definition, $plugin_admin, $title, $tree, $user, ilLink\_getLink(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), array, IL_COMP_SERVICE, and ilPlugin\lookupNameForId().
Referenced by addItem().
|
protected |
Definition at line 22 of file class.ilNavigationHistory.php.
Referenced by addItem(), deleteDBEntries(), and getItems().
|
private |
Definition at line 40 of file class.ilNavigationHistory.php.
Referenced by __construct(), addItem(), and getItems().
|
protected |
Definition at line 32 of file class.ilNavigationHistory.php.
Referenced by getItems().
|
protected |
Definition at line 37 of file class.ilNavigationHistory.php.
Referenced by getItems().
|
protected |
Definition at line 27 of file class.ilNavigationHistory.php.
Referenced by getItems().
|
protected |
Definition at line 17 of file class.ilNavigationHistory.php.
Referenced by addItem(), deleteDBEntries(), and getItems().