| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
class ilEventMembers More...
 Collaboration diagram for ilEventParticipants:
 Collaboration diagram for ilEventParticipants:| Public Member Functions | |
| ilEventParticipants ($a_event_id) | |
| setUserId ($a_usr_id) | |
| getUserId () | |
| setMark ($a_mark) | |
| getMark () | |
| setComment ($a_comment) | |
| getComment () | |
| setParticipated ($a_status) | |
| getParticipated () | |
| setRegistered ($a_status) | |
| getRegistered () | |
| updateUser () | |
| getUser ($a_usr_id) | |
| getParticipants () | |
| isRegistered ($a_usr_id) | |
| hasParticipated ($a_usr_id) | |
| updateParticipation ($a_usr_id, $a_status) | |
| _updateParticipation ($a_usr_id, $a_event_id, $a_status) | |
| _getRegistered ($a_event_id) | |
| _getParticipated ($a_event_id) | |
| _register ($a_usr_id, $a_event_id) | |
| register ($a_usr_id) | |
| _unregister ($a_usr_id, $a_event_id) | |
| unregister ($a_usr_id) | |
| _lookupMark ($a_event_id, $a_usr_id) | |
| _lookupComment ($a_event_id, $a_usr_id) | |
| getEventId () | |
| setEventId ($a_event_id) | |
| _deleteByEvent ($a_event_id) | |
| _deleteByUser ($a_usr_id) | |
| __read () | |
| Static Public Member Functions | |
| static | _hasParticipated ($a_usr_id, $a_event_id) | 
| static | _isRegistered ($a_usr_id, $a_event_id) | 
| Data Fields | |
| $ilErr | |
| $ilDB | |
| $tree | |
| $lng | |
| $event_id = null | |
class ilEventMembers
Definition at line 13 of file class.ilEventParticipants.php.
| ilEventParticipants::__read | ( | ) | 
Definition at line 382 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, and getEventId().
Referenced by ilEventParticipants().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::_deleteByEvent | ( | $a_event_id | ) | 
Definition at line 357 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, and ilLPMarks\deleteObject().
Referenced by ilObjSession\delete().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::_deleteByUser | ( | $a_usr_id | ) | 
Definition at line 370 of file class.ilEventParticipants.php.
References $ilDB, $query, and $res.
Referenced by ilObjUser\delete().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::_getParticipated | ( | $a_event_id | ) | 
Definition at line 182 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLPStatusEvent\_getStatusInfo().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::_getRegistered | ( | $a_event_id | ) | 
Definition at line 167 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLPStatusEvent\_getStatusInfo().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 197 of file class.ilEventParticipants.php.
References $ilDB, $query, and $res.
Referenced by ilLPStatusEvent\determineStatus().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 212 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLPStatusEvent\determineStatus(), ilObjSessionGUI\infoScreen(), ilObjSessionGUI\joinObject(), and ilObjSessionGUI\updateMembersObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::_lookupComment | ( | $a_event_id, | |
| $a_usr_id | |||
| ) | 
Definition at line 326 of file class.ilEventParticipants.php.
| ilEventParticipants::_lookupMark | ( | $a_event_id, | |
| $a_usr_id | |||
| ) | 
Definition at line 305 of file class.ilEventParticipants.php.
| ilEventParticipants::_register | ( | $a_usr_id, | |
| $a_event_id | |||
| ) | 
Definition at line 227 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, and ilLPStatusWrapper\_updateStatus().
Referenced by ilObjSessionGUI\joinObject(), register(), and ilObjSessionGUI\registerObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::_unregister | ( | $a_usr_id, | |
| $a_event_id | |||
| ) | 
Definition at line 266 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, and ilLPStatusWrapper\_updateStatus().
Referenced by ilObjSessionGUI\joinObject(), unregister(), and ilObjSessionGUI\unregisterObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::_updateParticipation | ( | $a_usr_id, | |
| $a_event_id, | |||
| $a_status | |||
| ) | 
Definition at line 132 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, and ilLPStatusWrapper\_updateStatus().
Referenced by updateParticipation().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::getComment | ( | ) | 
Definition at line 54 of file class.ilEventParticipants.php.
References $comment.
Referenced by updateUser().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::getEventId | ( | ) | 
Definition at line 348 of file class.ilEventParticipants.php.
References $event_id.
Referenced by __read(), register(), unregister(), updateParticipation(), and updateUser().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::getMark | ( | ) | 
Definition at line 46 of file class.ilEventParticipants.php.
Referenced by updateUser().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::getParticipants | ( | ) | 
Definition at line 112 of file class.ilEventParticipants.php.
| ilEventParticipants::getParticipated | ( | ) | 
Definition at line 62 of file class.ilEventParticipants.php.
Referenced by updateUser().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::getRegistered | ( | ) | 
Definition at line 70 of file class.ilEventParticipants.php.
Referenced by updateUser().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::getUser | ( | $a_usr_id | ) | 
Definition at line 107 of file class.ilEventParticipants.php.
| ilEventParticipants::getUserId | ( | ) | 
Definition at line 38 of file class.ilEventParticipants.php.
Referenced by updateUser().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::hasParticipated | ( | $a_usr_id | ) | 
Definition at line 122 of file class.ilEventParticipants.php.
| ilEventParticipants::ilEventParticipants | ( | $a_event_id | ) | 
| ilEventParticipants::isRegistered | ( | $a_usr_id | ) | 
Definition at line 117 of file class.ilEventParticipants.php.
| ilEventParticipants::register | ( | $a_usr_id | ) | 
Definition at line 261 of file class.ilEventParticipants.php.
References _register(), and getEventId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilEventParticipants::setComment | ( | $a_comment | ) | 
Definition at line 50 of file class.ilEventParticipants.php.
| ilEventParticipants::setEventId | ( | $a_event_id | ) | 
Definition at line 352 of file class.ilEventParticipants.php.
| ilEventParticipants::setMark | ( | $a_mark | ) | 
Definition at line 42 of file class.ilEventParticipants.php.
| ilEventParticipants::setParticipated | ( | $a_status | ) | 
Definition at line 58 of file class.ilEventParticipants.php.
| ilEventParticipants::setRegistered | ( | $a_status | ) | 
Definition at line 66 of file class.ilEventParticipants.php.
| ilEventParticipants::setUserId | ( | $a_usr_id | ) | 
Definition at line 34 of file class.ilEventParticipants.php.
Referenced by ilObjSessionGUI\updateMembersObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventParticipants::unregister | ( | $a_usr_id | ) | 
Definition at line 300 of file class.ilEventParticipants.php.
References _unregister(), and getEventId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilEventParticipants::updateParticipation | ( | $a_usr_id, | |
| $a_status | |||
| ) | 
Definition at line 127 of file class.ilEventParticipants.php.
References _updateParticipation(), and getEventId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilEventParticipants::updateUser | ( | ) | 
Definition at line 74 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, ilLPStatusWrapper\_updateStatus(), getComment(), getEventId(), getMark(), getParticipated(), getRegistered(), and getUserId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilEventParticipants::$event_id = null | 
Definition at line 20 of file class.ilEventParticipants.php.
Referenced by getEventId().
| ilEventParticipants::$ilDB | 
Definition at line 16 of file class.ilEventParticipants.php.
Referenced by __read(), _deleteByEvent(), _deleteByUser(), _getParticipated(), _getRegistered(), _hasParticipated(), _isRegistered(), _register(), _unregister(), _updateParticipation(), ilEventParticipants(), and updateUser().
| ilEventParticipants::$ilErr | 
Definition at line 15 of file class.ilEventParticipants.php.
Referenced by ilEventParticipants().
| ilEventParticipants::$lng | 
Definition at line 18 of file class.ilEventParticipants.php.
Referenced by ilEventParticipants().
| ilEventParticipants::$tree | 
Definition at line 17 of file class.ilEventParticipants.php.
Referenced by ilEventParticipants().