|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Editing history for object custom user fields. More...
Collaboration diagram for ilObjectCustomUserFieldHistory:Public Member Functions | |
| __construct (int $a_obj_id, int $a_user_id) | |
| setUpdateUser (int $a_id) | |
| getUpdateUser () | |
| setEditingTime (ilDateTime $dt) | |
| getEditingTime () | |
| save () | |
| delete () | |
Static Public Member Functions | |
| static | lookupEntriesByObjectId (int $a_obj_id) |
Protected Member Functions | |
| read () | |
Protected Attributes | |
| ilDBInterface | $db |
Private Attributes | |
| int | $obj_id = 0 |
| int | $user_id = 0 |
| int | $update_user = 0 |
| ilDateTime | $editing_time = null |
Editing history for object custom user fields.
Definition at line 26 of file class.ilObjectCustomUserFieldHistory.php.
| ilObjectCustomUserFieldHistory::__construct | ( | int | $a_obj_id, |
| int | $a_user_id | ||
| ) |
Definition at line 34 of file class.ilObjectCustomUserFieldHistory.php.
Here is the call graph for this function:| ilObjectCustomUserFieldHistory::delete | ( | ) |
Definition at line 102 of file class.ilObjectCustomUserFieldHistory.php.
| ilObjectCustomUserFieldHistory::getEditingTime | ( | ) |
Definition at line 81 of file class.ilObjectCustomUserFieldHistory.php.
References $editing_time.
| ilObjectCustomUserFieldHistory::getUpdateUser | ( | ) |
Definition at line 71 of file class.ilObjectCustomUserFieldHistory.php.
References $update_user.
Referenced by save().
Here is the caller graph for this function:
|
static |
| ilDateTimeException |
Definition at line 48 of file class.ilObjectCustomUserFieldHistory.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, ILIAS\Repository\int(), and ilTimeZone\UTC.
Referenced by ilCourseParticipantsTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilSubscriberTableGUI\readSubscriberData(), and ilWaitingListTableGUI\readUserData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 110 of file class.ilObjectCustomUserFieldHistory.php.
References $res, 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 | ( | ) |
Definition at line 86 of file class.ilObjectCustomUserFieldHistory.php.
References getUpdateUser(), IL_CAL_DATETIME, ilDBConstants\T_TIMESTAMP, and ilTimeZone\UTC.
Here is the call graph for this function:| ilObjectCustomUserFieldHistory::setEditingTime | ( | ilDateTime | $dt | ) |
Definition at line 76 of file class.ilObjectCustomUserFieldHistory.php.
Referenced by read().
Here is the caller graph for this function:| ilObjectCustomUserFieldHistory::setUpdateUser | ( | int | $a_id | ) |
Definition at line 66 of file class.ilObjectCustomUserFieldHistory.php.
Referenced by read().
Here is the caller graph for this function:
|
protected |
Definition at line 32 of file class.ilObjectCustomUserFieldHistory.php.
|
private |
Definition at line 31 of file class.ilObjectCustomUserFieldHistory.php.
Referenced by getEditingTime().
|
private |
Definition at line 28 of file class.ilObjectCustomUserFieldHistory.php.
|
private |
Definition at line 30 of file class.ilObjectCustomUserFieldHistory.php.
Referenced by getUpdateUser().
|
private |
Definition at line 29 of file class.ilObjectCustomUserFieldHistory.php.