ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
class ilEventMembers More...
Public Member Functions | |
__construct ($a_event_id) | |
Constructor. More... | |
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) | |
register ($a_usr_id) | |
unregister ($a_usr_id) | |
_lookupComment ($a_event_id, $a_usr_id) | |
getEventId () | |
setEventId ($a_event_id) | |
__read () | |
Static Public Member Functions | |
static | _updateParticipation ($a_usr_id, $a_event_id, $a_status) |
static | _getRegistered ($a_event_id) |
static | _getParticipated ($a_event_id) |
static | _hasParticipated ($a_usr_id, $a_event_id) |
static | _isRegistered ($a_usr_id, $a_event_id) |
static | _register ($a_usr_id, $a_event_id) |
static | _unregister ($a_usr_id, $a_event_id) |
static | _lookupMark ($a_event_id, $a_usr_id) |
static | _deleteByEvent ($a_event_id) |
static | _deleteByUser ($a_usr_id) |
Data Fields | |
$ilErr | |
$ilDB | |
$tree | |
$lng | |
$event_id = null | |
Static Protected Member Functions | |
static | handleAutoFill ($a_obj_id) |
Trigger auto-fill from waiting list. More... | |
Protected Attributes | |
$registered = array() | |
$participated = array() | |
class ilEventMembers
Definition at line 13 of file class.ilEventParticipants.php.
ilEventParticipants::__construct | ( | $a_event_id | ) |
ilEventParticipants::__read | ( | ) |
Definition at line 396 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, and getEventId().
Referenced by __construct().
|
static |
Definition at line 371 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, and ilLPMarks\deleteObject().
Referenced by ilObjSession\delete().
|
static |
Definition at line 384 of file class.ilEventParticipants.php.
References $ilDB, $query, and $res.
Referenced by ilObjUser\delete().
|
static |
Definition at line 194 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilLPStatusEvent\_getStatusInfo().
|
static |
Definition at line 179 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilLPStatusEvent\_getStatusInfo().
|
static |
Definition at line 209 of file class.ilEventParticipants.php.
References $ilDB, $query, and $res.
Referenced by ilLPStatusEvent\determineStatus().
|
static |
Definition at line 224 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilSessionParticipants\_isParticipant(), ilLPStatusEvent\determineStatus(), ilObjSessionGUI\joinObject(), and ilObjSessionGUI\showJoinRequestButton().
ilEventParticipants::_lookupComment | ( | $a_event_id, | |
$a_usr_id | |||
) |
Definition at line 340 of file class.ilEventParticipants.php.
|
static |
Definition at line 319 of file class.ilEventParticipants.php.
|
static |
Definition at line 239 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, and ilLPStatusWrapper\_updateStatus().
Referenced by ilObjSession\handleAutoFill(), ilObjSessionGUI\joinObject(), and register().
|
static |
Definition at line 278 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, and ilLPStatusWrapper\_updateStatus().
Referenced by ilObjSessionGUI\joinObject(), unregister(), and ilObjSessionGUI\unregisterObject().
|
static |
Definition at line 144 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, and ilLPStatusWrapper\_updateStatus().
Referenced by updateParticipation().
ilEventParticipants::getComment | ( | ) |
Definition at line 61 of file class.ilEventParticipants.php.
References $comment.
Referenced by updateUser().
ilEventParticipants::getEventId | ( | ) |
Definition at line 362 of file class.ilEventParticipants.php.
References $event_id.
Referenced by __read(), register(), unregister(), updateParticipation(), and updateUser().
ilEventParticipants::getMark | ( | ) |
Definition at line 53 of file class.ilEventParticipants.php.
Referenced by updateUser().
ilEventParticipants::getParticipants | ( | ) |
ilEventParticipants::getParticipated | ( | ) |
Definition at line 69 of file class.ilEventParticipants.php.
References $participated.
Referenced by updateUser().
ilEventParticipants::getRegistered | ( | ) |
Definition at line 77 of file class.ilEventParticipants.php.
References $registered.
Referenced by updateUser().
ilEventParticipants::getUser | ( | $a_usr_id | ) |
ilEventParticipants::getUserId | ( | ) |
Definition at line 45 of file class.ilEventParticipants.php.
Referenced by updateUser().
|
staticprotected |
Trigger auto-fill from waiting list.
int | $a_obj_id |
Definition at line 438 of file class.ilEventParticipants.php.
References $sess.
ilEventParticipants::hasParticipated | ( | $a_usr_id | ) |
Definition at line 134 of file class.ilEventParticipants.php.
ilEventParticipants::isRegistered | ( | $a_usr_id | ) |
Definition at line 129 of file class.ilEventParticipants.php.
ilEventParticipants::register | ( | $a_usr_id | ) |
Definition at line 273 of file class.ilEventParticipants.php.
References _register(), and getEventId().
Referenced by ilObjSessionGUI\assignFromWaitingListObject().
ilEventParticipants::setComment | ( | $a_comment | ) |
Definition at line 57 of file class.ilEventParticipants.php.
References comment().
ilEventParticipants::setEventId | ( | $a_event_id | ) |
Definition at line 366 of file class.ilEventParticipants.php.
ilEventParticipants::setMark | ( | $a_mark | ) |
Definition at line 49 of file class.ilEventParticipants.php.
ilEventParticipants::setParticipated | ( | $a_status | ) |
Definition at line 65 of file class.ilEventParticipants.php.
ilEventParticipants::setRegistered | ( | $a_status | ) |
Definition at line 73 of file class.ilEventParticipants.php.
ilEventParticipants::setUserId | ( | $a_usr_id | ) |
Definition at line 41 of file class.ilEventParticipants.php.
Referenced by ilObjSessionGUI\updateMembersObject().
ilEventParticipants::unregister | ( | $a_usr_id | ) |
Definition at line 314 of file class.ilEventParticipants.php.
References _unregister(), and getEventId().
ilEventParticipants::updateParticipation | ( | $a_usr_id, | |
$a_status | |||
) |
Definition at line 139 of file class.ilEventParticipants.php.
References _updateParticipation(), and getEventId().
ilEventParticipants::updateUser | ( | ) |
Definition at line 81 of file class.ilEventParticipants.php.
References $ilDB, $query, $res, ilLPStatusWrapper\_updateStatus(), getComment(), getEventId(), getMark(), getParticipated(), getRegistered(), and getUserId().
ilEventParticipants::$event_id = null |
Definition at line 23 of file class.ilEventParticipants.php.
Referenced by getEventId().
ilEventParticipants::$ilDB |
Definition at line 16 of file class.ilEventParticipants.php.
Referenced by __construct(), __read(), _deleteByEvent(), _deleteByUser(), _getParticipated(), _getRegistered(), _hasParticipated(), _isRegistered(), _register(), _unregister(), _updateParticipation(), and updateUser().
ilEventParticipants::$ilErr |
Definition at line 15 of file class.ilEventParticipants.php.
Referenced by __construct().
ilEventParticipants::$lng |
Definition at line 18 of file class.ilEventParticipants.php.
Referenced by __construct().
|
protected |
Definition at line 21 of file class.ilEventParticipants.php.
Referenced by getParticipated().
|
protected |
Definition at line 20 of file class.ilEventParticipants.php.
Referenced by getRegistered().
ilEventParticipants::$tree |
Definition at line 17 of file class.ilEventParticipants.php.
Referenced by __construct().