ILIAS
Release_4_0_x_branch Revision 61816
|
class ilEventMembers More...
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 | _isRegistered ($a_usr_id, $a_event_id) |
Data Fields | |
$ilErr | |
$ilDB | |
$tree | |
$lng | |
$event_id = null |
class ilEventMembers
Definition at line 33 of file class.ilEventParticipants.php.
ilEventParticipants::__read | ( | ) |
Definition at line 345 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, and getEventId().
Referenced by ilEventParticipants().
ilEventParticipants::_deleteByEvent | ( | $a_event_id | ) |
Definition at line 324 of file class.ilEventParticipants.php.
References $ilDB, $query, and $res.
Referenced by ilObjSession\delete().
ilEventParticipants::_deleteByUser | ( | $a_usr_id | ) |
Definition at line 333 of file class.ilEventParticipants.php.
References $ilDB, $query, and $res.
Referenced by ilObjUser\delete().
ilEventParticipants::_getParticipated | ( | $a_event_id | ) |
Definition at line 186 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLPStatusEvent\_getStatusInfo().
ilEventParticipants::_getRegistered | ( | $a_event_id | ) |
Definition at line 171 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLPStatusEvent\_getStatusInfo().
|
static |
Definition at line 201 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilObjSessionGUI\infoScreen(), ilObjSessionGUI\joinObject(), and ilObjSessionGUI\updateMembersObject().
ilEventParticipants::_lookupComment | ( | $a_event_id, | |
$a_usr_id | |||
) |
Definition at line 299 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLPEventListGUI\__readComment().
ilEventParticipants::_lookupMark | ( | $a_event_id, | |
$a_usr_id | |||
) |
Definition at line 284 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLPEventListGUI\__readMark().
ilEventParticipants::_register | ( | $a_usr_id, | |
$a_event_id | |||
) |
Definition at line 216 of file class.ilEventParticipants.php.
References $ilDB, $query, and $res.
Referenced by ilObjSessionGUI\joinObject(), register(), and ilObjSessionGUI\registerObject().
ilEventParticipants::_unregister | ( | $a_usr_id, | |
$a_event_id | |||
) |
Definition at line 250 of file class.ilEventParticipants.php.
References $ilDB, $query, and $res.
Referenced by ilObjSessionGUI\joinObject(), unregister(), and ilObjSessionGUI\unregisterObject().
ilEventParticipants::_updateParticipation | ( | $a_usr_id, | |
$a_event_id, | |||
$a_status | |||
) |
Definition at line 141 of file class.ilEventParticipants.php.
References $ilDB, $query, and $res.
Referenced by updateParticipation().
ilEventParticipants::getComment | ( | ) |
Definition at line 74 of file class.ilEventParticipants.php.
References $comment.
Referenced by updateUser().
ilEventParticipants::getEventId | ( | ) |
Definition at line 315 of file class.ilEventParticipants.php.
References $event_id.
Referenced by __read(), register(), unregister(), updateParticipation(), and updateUser().
ilEventParticipants::getMark | ( | ) |
Definition at line 66 of file class.ilEventParticipants.php.
Referenced by updateUser().
ilEventParticipants::getParticipants | ( | ) |
Definition at line 121 of file class.ilEventParticipants.php.
ilEventParticipants::getParticipated | ( | ) |
Definition at line 82 of file class.ilEventParticipants.php.
Referenced by updateUser().
ilEventParticipants::getRegistered | ( | ) |
Definition at line 90 of file class.ilEventParticipants.php.
Referenced by updateUser().
ilEventParticipants::getUser | ( | $a_usr_id | ) |
Definition at line 116 of file class.ilEventParticipants.php.
ilEventParticipants::getUserId | ( | ) |
Definition at line 58 of file class.ilEventParticipants.php.
Referenced by updateUser().
ilEventParticipants::hasParticipated | ( | $a_usr_id | ) |
Definition at line 131 of file class.ilEventParticipants.php.
ilEventParticipants::ilEventParticipants | ( | $a_event_id | ) |
ilEventParticipants::isRegistered | ( | $a_usr_id | ) |
Definition at line 126 of file class.ilEventParticipants.php.
ilEventParticipants::register | ( | $a_usr_id | ) |
Definition at line 245 of file class.ilEventParticipants.php.
References _register(), and getEventId().
ilEventParticipants::setComment | ( | $a_comment | ) |
Definition at line 70 of file class.ilEventParticipants.php.
ilEventParticipants::setEventId | ( | $a_event_id | ) |
Definition at line 319 of file class.ilEventParticipants.php.
ilEventParticipants::setMark | ( | $a_mark | ) |
Definition at line 62 of file class.ilEventParticipants.php.
ilEventParticipants::setParticipated | ( | $a_status | ) |
Definition at line 78 of file class.ilEventParticipants.php.
ilEventParticipants::setRegistered | ( | $a_status | ) |
Definition at line 86 of file class.ilEventParticipants.php.
ilEventParticipants::setUserId | ( | $a_usr_id | ) |
Definition at line 54 of file class.ilEventParticipants.php.
Referenced by ilObjSessionGUI\updateMembersObject().
ilEventParticipants::unregister | ( | $a_usr_id | ) |
Definition at line 279 of file class.ilEventParticipants.php.
References _unregister(), and getEventId().
ilEventParticipants::updateParticipation | ( | $a_usr_id, | |
$a_status | |||
) |
Definition at line 136 of file class.ilEventParticipants.php.
References _updateParticipation(), and getEventId().
ilEventParticipants::updateUser | ( | ) |
Definition at line 94 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, getComment(), getEventId(), getMark(), getParticipated(), getRegistered(), and getUserId().
ilEventParticipants::$event_id = null |
Definition at line 40 of file class.ilEventParticipants.php.
Referenced by getEventId().
ilEventParticipants::$ilDB |
Definition at line 36 of file class.ilEventParticipants.php.
Referenced by __read(), _deleteByEvent(), _deleteByUser(), _getParticipated(), _getRegistered(), _isRegistered(), _lookupComment(), _lookupMark(), _register(), _unregister(), _updateParticipation(), ilEventParticipants(), and updateUser().
ilEventParticipants::$ilErr |
Definition at line 35 of file class.ilEventParticipants.php.
Referenced by ilEventParticipants().
ilEventParticipants::$lng |
Definition at line 38 of file class.ilEventParticipants.php.
Referenced by ilEventParticipants().
ilEventParticipants::$tree |
Definition at line 37 of file class.ilEventParticipants.php.
Referenced by ilEventParticipants().