ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning 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.
ilObjectCustomUserFieldHistory::delete | ( | ) |
ilObjectCustomUserFieldHistory::getEditingTime | ( | ) |
Definition at line 81 of file class.ilObjectCustomUserFieldHistory.php.
References $editing_time.
Referenced by save().
ilObjectCustomUserFieldHistory::getUpdateUser | ( | ) |
Definition at line 71 of file class.ilObjectCustomUserFieldHistory.php.
References $update_user.
Referenced by save().
|
static |
ilDateTimeException |
Definition at line 48 of file class.ilObjectCustomUserFieldHistory.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, ILIAS\Repository\int(), and ilTimeZone\UTC.
Referenced by ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilSubscriberTableGUI\readSubscriberData(), and ilWaitingListTableGUI\readUserData().
|
protected |
Definition at line 110 of file class.ilObjectCustomUserFieldHistory.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, setEditingTime(), setUpdateUser(), and ilTimeZone\UTC.
Referenced by __construct().
ilObjectCustomUserFieldHistory::save | ( | ) |
Definition at line 86 of file class.ilObjectCustomUserFieldHistory.php.
References $query, getEditingTime(), getUpdateUser(), IL_CAL_DATETIME, ilDBConstants\T_TIMESTAMP, and ilTimeZone\UTC.
ilObjectCustomUserFieldHistory::setEditingTime | ( | ilDateTime | $dt | ) |
Definition at line 76 of file class.ilObjectCustomUserFieldHistory.php.
Referenced by read().
ilObjectCustomUserFieldHistory::setUpdateUser | ( | int | $a_id | ) |
Definition at line 66 of file class.ilObjectCustomUserFieldHistory.php.
Referenced by read(), and ilMemberAgreementGUI\save().
|
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.