| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
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  | 
        ||
| ) | 
      
  | 
  static | 
Definition at line 66 of file class.ilCourseUserData.php.
References $DIC, $ilDB, $res, ilCourseDefinedFieldDefinition\_getRequiredFieldIds(), and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilObjGroupGUI\checkAgreement(), ilObjCourseGUI\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, and $res.
Referenced by ilCourseDefinedFieldDefinition\_deleteByContainer(), and ilCourseDefinedFieldDefinition\delete().
 Here is the caller graph for this function:
      
  | 
  static | 
      
  | 
  static | 
Definition at line 45 of file class.ilCourseUserData.php.
References $DIC, $ilDB, $res, ilCourseDefinedFieldDefinition\_getFieldIds(), ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilObjectCustomUserFieldsPlaceholderValues\__construct(), ilObjGroupGUI\addCustomData(), ilBookingReservationsTableGUI\getItems(), ilAttendanceList\getNonMemberUserData(), ilCourseMembershipGUI\getPrintMemberData(), ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilMemberExport\readCourseSpecificFieldsData(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), and ilMemberAgreementGUI\setCourseDefinedFieldValues().
 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 $res, and getValue().
Referenced by update().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilCourseUserData::delete | ( | ) | 
| 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 $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(), ilMemberAgreementGUI\saveCourseDefinedFields(), and ilRegistrationGUI\validateCustomFields().
 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().