|
ILIAS
Release_4_2_x_branch Revision 61807
|
This class provides user interface methods for history entries. More...
Collaboration diagram for ilHistoryGUI:Public Member Functions | |
| ilHistoryGUI ($a_obj_id, $a_obj_type="") | |
| getHistoryTable ($a_header_params, $a_user_comment=false) | |
| get history table | |
| getVersionsTable ($a_header_params, $a_user_comment=false, $a_callback=null) | |
| get versions table | |
Data Fields | |
| $obj_id | |
| $lng | |
| $tpl | |
This class provides user interface methods for history entries.
Definition at line 12 of file class.ilHistoryGUI.php.
| ilHistoryGUI::getHistoryTable | ( | $a_header_params, | |
$a_user_comment = false |
|||
| ) |
get history table
Definition at line 41 of file class.ilHistoryGUI.php.
References $_GET, $cmd, $ref_id, ilHistory\_getEntriesForObject(), ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), ilObject\_lookupTitle(), ilDatePresentation\formatDate(), ilUtil\getImagePath(), and IL_CAL_DATETIME.
Referenced by ilObjLinkResourceGUI\history(), and ilObjContentObjectGUI\history().
Here is the call graph for this function:
Here is the caller graph for this function:| ilHistoryGUI::getVersionsTable | ( | $a_header_params, | |
$a_user_comment = false, |
|||
$a_callback = null |
|||
| ) |
get versions table
Definition at line 193 of file class.ilHistoryGUI.php.
References $_GET, $ref_id, ilHistory\_getEntriesForObject(), ilObjUser\_lookupName(), ilDatePresentation\formatDate(), and IL_CAL_DATETIME.
Referenced by ilObjFileGUI\versions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilHistoryGUI::ilHistoryGUI | ( | $a_obj_id, | |
$a_obj_type = "" |
|||
| ) |
Definition at line 18 of file class.ilHistoryGUI.php.
References $ilCtrl, $lng, and ilObject\_lookupType().
Here is the call graph for this function:| ilHistoryGUI::$lng |
Definition at line 15 of file class.ilHistoryGUI.php.
Referenced by ilHistoryGUI().
| ilHistoryGUI::$obj_id |
Definition at line 14 of file class.ilHistoryGUI.php.
| ilHistoryGUI::$tpl |
Definition at line 16 of file class.ilHistoryGUI.php.