|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Editing history for object custom user fields. More...
Collaboration diagram for ilObjectCustomUserFieldHistory:Public Member Functions | |
| __construct ($a_obj_id, $a_user_id) | |
| Constructor. More... | |
| setUpdateUser ($a_id) | |
| Set update user. More... | |
| getUpdateUser () | |
| get update user More... | |
| setEditingTime (ilDateTime $dt) | |
| Set editing time. More... | |
| getEditingTime () | |
| Get editing time. More... | |
| save () | |
| Save entry. More... | |
| delete () | |
| Delete one entry. More... | |
Static Public Member Functions | |
| static | lookupEntriesByObjectId ($a_obj_id) |
| Get entries by obj_id @global type $ilDB. More... | |
Protected Member Functions | |
| read () | |
| read entry @global type $ilDB More... | |
Private Attributes | |
| $obj_id = 0 | |
| $user_id = 0 | |
| $update_user = 0 | |
| $editing_time = null | |
Editing history for object custom user fields.
Definition at line 11 of file class.ilObjectCustomUserFieldHistory.php.
| ilObjectCustomUserFieldHistory::__construct | ( | $a_obj_id, | |
| $a_user_id | |||
| ) |
Constructor.
| type | $a_obj_id | |
| type | $a_user_id |
Definition at line 23 of file class.ilObjectCustomUserFieldHistory.php.
References read().
Here is the call graph for this function:| ilObjectCustomUserFieldHistory::delete | ( | ) |
Delete one entry.
Definition at line 111 of file class.ilObjectCustomUserFieldHistory.php.
| ilObjectCustomUserFieldHistory::getEditingTime | ( | ) |
Get editing time.
Definition at line 84 of file class.ilObjectCustomUserFieldHistory.php.
References $editing_time.
| ilObjectCustomUserFieldHistory::getUpdateUser | ( | ) |
get update user
Definition at line 66 of file class.ilObjectCustomUserFieldHistory.php.
References $update_user.
Referenced by save().
Here is the caller graph for this function:
|
static |
Get entries by obj_id @global type $ilDB.
| type | $a_obj_id |
Definition at line 36 of file class.ilObjectCustomUserFieldHistory.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, and ilTimeZone\UTC.
Referenced by ilCourseParticipantsTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilSubscriberTableGUI\readSubscriberData(), and ilWaitingListTableGUI\readUserData().
Here is the caller graph for this function:
|
protected |
read entry @global type $ilDB
Definition at line 125 of file class.ilObjectCustomUserFieldHistory.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, setEditingTime(), setUpdateUser(), and ilTimeZone\UTC.
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectCustomUserFieldHistory::save | ( | ) |
Save entry.
Definition at line 92 of file class.ilObjectCustomUserFieldHistory.php.
References $ilDB, $query, getUpdateUser(), IL_CAL_DATETIME, and ilTimeZone\UTC.
Here is the call graph for this function:| ilObjectCustomUserFieldHistory::setEditingTime | ( | ilDateTime | $dt | ) |
Set editing time.
| ilDateTime | $dt |
Definition at line 75 of file class.ilObjectCustomUserFieldHistory.php.
Referenced by read().
Here is the caller graph for this function:| ilObjectCustomUserFieldHistory::setUpdateUser | ( | $a_id | ) |
Set update user.
| int | $a_id |
Definition at line 57 of file class.ilObjectCustomUserFieldHistory.php.
Referenced by read().
Here is the caller graph for this function:
|
private |
Definition at line 16 of file class.ilObjectCustomUserFieldHistory.php.
Referenced by getEditingTime().
|
private |
Definition at line 13 of file class.ilObjectCustomUserFieldHistory.php.
|
private |
Definition at line 15 of file class.ilObjectCustomUserFieldHistory.php.
Referenced by getUpdateUser().
|
private |
Definition at line 14 of file class.ilObjectCustomUserFieldHistory.php.