|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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 |
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.
Here is the call graph for this function:| ilObjectCustomUserFieldHistory::delete | ( | ) |
Definition at line 102 of file class.ilObjectCustomUserFieldHistory.php.
References $query.
| 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, $query, $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 $query, $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 $query, 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.