|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Navigation History of Repository Items. More...
Collaboration diagram for ilNavigationHistory: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 | ( | ) |
Constructor.
| int | $a_id |
Definition at line 47 of file class.ilNavigationHistory.php.
References $_SESSION, $DIC, $items, and user().
Here is the call graph for this function:| 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(), and getItems().
Referenced by ilObjIndividualAssessmentGUI\addToNavigationHistory(), and ilObjForumGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilNavigationHistory::deleteDBEntries | ( | ) |
Delete DB entries.
return
Definition at line 210 of file class.ilNavigationHistory.php.
| ilNavigationHistory::deleteSessionEntries | ( | ) |
Delete session entries.
return
Definition at line 231 of file class.ilNavigationHistory.php.
References $_SESSION.
| 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(), IL_COMP_SERVICE, and ilPlugin\lookupNameForId().
Referenced by addItem().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().