ILIAS
Release_4_0_x_branch Revision 61816
|
This class provides user interface methods for history entries. More...
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) | |
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, $login, $name, $ref_id, ilHistory\_getEntriesForObject(), ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), ilObject\_lookupTitle(), ilDatePresentation\formatDate(), ilUtil\getImagePath(), and IL_CAL_DATETIME.
Referenced by ilObjContentObjectGUI\history(), and ilObjLinkResourceGUI\historyObject().
ilHistoryGUI::getVersionsTable | ( | $a_header_params, | |
$a_user_comment = false |
|||
) |
get versions table
Definition at line 193 of file class.ilHistoryGUI.php.
References $_GET, $name, $ref_id, ilHistory\_getEntriesForObject(), ilObjUser\_lookupName(), ilDatePresentation\formatDate(), and IL_CAL_DATETIME.
Referenced by ilObjFileGUI\versionsObject().
ilHistoryGUI::ilHistoryGUI | ( | $a_obj_id, | |
$a_obj_type = "" |
|||
) |
Definition at line 18 of file class.ilHistoryGUI.php.
References $ilCtrl, $lng, and ilObject\_lookupType().
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.