|
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 ilCourseUserData:Public Member Functions | |
| __construct (int $a_user_id, int $a_field_id=0) | |
| setValue (string $a_value) | |
| getValue () | |
| update () | |
| delete () | |
| create () | |
Static Public Member Functions | |
| static | _getValuesByObjId (int $a_obj_id) |
| static | _checkRequired (int $a_usr_id, int $a_obj_id) |
| static | _deleteByUser (int $a_user_id) |
| static | _deleteByField (int $a_field_id) |
Protected Attributes | |
| ilDBInterface | $db |
Private Member Functions | |
| read () | |
Private Attributes | |
| int | $user_id |
| int | $field_id |
| string | $value |
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
Definition at line 25 of file class.ilCourseUserData.php.
| ilCourseUserData::__construct | ( | int | $a_user_id, |
| int | $a_field_id = 0 |
||
| ) |
Definition at line 33 of file class.ilCourseUserData.php.
Here is the call graph for this function:
|
static |
Definition at line 66 of file class.ilCourseUserData.php.
References $DIC, $ilDB, $query, $res, ilCourseDefinedFieldDefinition\_getRequiredFieldIds(), and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilObjCourseGUI\checkAgreement(), ilObjGroupGUI\checkAgreement(), and ilMemberAgreementGUI\init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 99 of file class.ilCourseUserData.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilCourseDefinedFieldDefinition\_deleteByContainer(), and ilCourseDefinedFieldDefinition\delete().
Here is the caller graph for this function:
|
static |
Definition at line 89 of file class.ilCourseUserData.php.
|
static |
Definition at line 45 of file class.ilCourseUserData.php.
References $DIC, $ilDB, $query, $res, ilCourseDefinedFieldDefinition\_getFieldIds(), ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilObjGroupGUI\addCustomData(), ilBookingReservationsTableGUI\getItems(), ilAttendanceList\getNonMemberUserData(), ilCourseMembershipGUI\getPrintMemberData(), ilCourseParticipantsTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilMemberExport\readCourseSpecificFieldsData(), ilSubscriberTableGUI\readSubscriberData(), and ilWaitingListTableGUI\readUserData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCourseUserData::create | ( | ) |
Definition at line 134 of file class.ilCourseUserData.php.
References $query, $res, and getValue().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCourseUserData::delete | ( | ) |
Definition at line 126 of file class.ilCourseUserData.php.
| ilCourseUserData::getValue | ( | ) |
Definition at line 115 of file class.ilCourseUserData.php.
References $value.
Referenced by create().
Here is the caller graph for this function:
|
private |
Definition at line 146 of file class.ilCourseUserData.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, and setValue().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCourseUserData::setValue | ( | string | $a_value | ) |
Definition at line 110 of file class.ilCourseUserData.php.
Referenced by read().
Here is the caller graph for this function:| ilCourseUserData::update | ( | ) |
Definition at line 120 of file class.ilCourseUserData.php.
References create().
Here is the call graph for this function:
|
protected |
Definition at line 31 of file class.ilCourseUserData.php.
|
private |
Definition at line 28 of file class.ilCourseUserData.php.
|
private |
Definition at line 27 of file class.ilCourseUserData.php.
|
private |
Definition at line 29 of file class.ilCourseUserData.php.
Referenced by getValue().