|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
class ilEventMembers More...
Collaboration diagram for ilEventParticipants: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 () | |
| setExcused (bool $a_stat) | |
| getExcused () | |
| updateExcusedForUser (int $a_usr_id, bool $a_status) | |
| Update excused status. More... | |
| setContact ($a_status) | |
| getContact () | |
| isNotificationEnabled () | |
| setNotificationEnabled ($value) | |
| updateUser () | |
| getUser ($a_usr_id) | |
| getParticipants () | |
| isRegistered ($a_usr_id) | |
| hasParticipated ($a_usr_id) | |
| isExcused (int $a_usr_id) | |
| isContact ($a_usr_id) | |
| Check if user is contact. More... | |
| 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) | |
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 | |
| $contact = 0 | |
| $registered = [] | |
| $participated = [] | |
| $excused = [] | |
| $contacts = [] | |
Private Attributes | |
| $notificationEnabled | |
class ilEventMembers
Definition at line 13 of file class.ilEventParticipants.php.
| ilEventParticipants::__construct | ( | $a_event_id | ) |
|
static |
Definition at line 474 of file class.ilEventParticipants.php.
References $DIC, $ilDB, $query, $res, and ilLPMarks\deleteObject().
Referenced by ilObjSession\delete().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 489 of file class.ilEventParticipants.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilObjUser\delete().
Here is the caller graph for this function:
|
static |
Definition at line 324 of file class.ilEventParticipants.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilLPStatusEvent\_getStatusInfo().
Here is the caller graph for this function:
|
static |
Definition at line 308 of file class.ilEventParticipants.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilLPStatusEvent\_getStatusInfo().
Here is the caller graph for this function:
|
static |
Definition at line 340 of file class.ilEventParticipants.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilLPStatusEvent\determineStatus().
Here is the caller graph for this function:
|
static |
Definition at line 356 of file class.ilEventParticipants.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilSessionParticipants\_isParticipant(), ilLPStatusEvent\determineStatus(), ilObjSessionGUI\joinObject(), and ilObjSessionGUI\showJoinRequestButton().
Here is the caller graph for this function:| ilEventParticipants::_lookupComment | ( | $a_event_id, | |
| $a_usr_id | |||
| ) |
Definition at line 457 of file class.ilEventParticipants.php.
|
static |
Definition at line 450 of file class.ilEventParticipants.php.
|
static |
Definition at line 372 of file class.ilEventParticipants.php.
References $DIC, $ilDB, $query, $res, and ilLPStatusWrapper\_updateStatus().
Referenced by ilObjSessionGUI\joinObject(), and register().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 410 of file class.ilEventParticipants.php.
References $DIC, $ilDB, $query, $res, ilLPStatusWrapper\_updateStatus(), and handleAutoFill().
Referenced by ilObjSessionGUI\joinObject(), and unregister().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 274 of file class.ilEventParticipants.php.
References $DIC, $ilDB, $query, $res, and ilLPStatusWrapper\_updateStatus().
Referenced by updateParticipation().
Here is the call graph for this function:
Here is the caller graph for this function:| ilEventParticipants::getComment | ( | ) |
Definition at line 90 of file class.ilEventParticipants.php.
References $comment.
Referenced by updateUser().
Here is the caller graph for this function:| ilEventParticipants::getContact | ( | ) |
Definition at line 167 of file class.ilEventParticipants.php.
References $contact.
Referenced by updateUser().
Here is the caller graph for this function:| ilEventParticipants::getEventId | ( | ) |
Definition at line 465 of file class.ilEventParticipants.php.
References $event_id.
Referenced by register(), unregister(), updateParticipation(), and updateUser().
Here is the caller graph for this function:| ilEventParticipants::getExcused | ( | ) |
Definition at line 122 of file class.ilEventParticipants.php.
References $excused.
Referenced by updateUser().
Here is the caller graph for this function:| ilEventParticipants::getMark | ( | ) |
Definition at line 82 of file class.ilEventParticipants.php.
Referenced by updateUser().
Here is the caller graph for this function:| ilEventParticipants::getParticipants | ( | ) |
Definition at line 233 of file class.ilEventParticipants.php.
| ilEventParticipants::getParticipated | ( | ) |
Definition at line 98 of file class.ilEventParticipants.php.
References $participated.
Referenced by updateUser().
Here is the caller graph for this function:| ilEventParticipants::getRegistered | ( | ) |
Definition at line 106 of file class.ilEventParticipants.php.
References $registered.
Referenced by updateUser().
Here is the caller graph for this function:| ilEventParticipants::getUser | ( | $a_usr_id | ) |
Definition at line 228 of file class.ilEventParticipants.php.
| ilEventParticipants::getUserId | ( | ) |
Definition at line 74 of file class.ilEventParticipants.php.
Referenced by updateUser().
Here is the caller graph for this function:
|
staticprotected |
Trigger auto-fill from waiting list.
| int | $a_obj_id |
Definition at line 573 of file class.ilEventParticipants.php.
References $sess.
Referenced by _unregister(), and updateUser().
Here is the caller graph for this function:| ilEventParticipants::hasParticipated | ( | $a_usr_id | ) |
Definition at line 243 of file class.ilEventParticipants.php.
| ilEventParticipants::isContact | ( | $a_usr_id | ) |
Check if user is contact.
| $a_usr_id |
Definition at line 263 of file class.ilEventParticipants.php.
| ilEventParticipants::isExcused | ( | int | $a_usr_id | ) |
| int | $a_usr_id |
Definition at line 252 of file class.ilEventParticipants.php.
| ilEventParticipants::isNotificationEnabled | ( | ) |
Definition at line 175 of file class.ilEventParticipants.php.
References $notificationEnabled.
Referenced by updateUser().
Here is the caller graph for this function:| ilEventParticipants::isRegistered | ( | $a_usr_id | ) |
Definition at line 238 of file class.ilEventParticipants.php.
| ilEventParticipants::register | ( | $a_usr_id | ) |
Definition at line 405 of file class.ilEventParticipants.php.
References _register(), and getEventId().
Here is the call graph for this function:| ilEventParticipants::setComment | ( | $a_comment | ) |
Definition at line 86 of file class.ilEventParticipants.php.
References comment().
Here is the call graph for this function:| ilEventParticipants::setContact | ( | $a_status | ) |
| bool | $a_status |
Definition at line 159 of file class.ilEventParticipants.php.
| ilEventParticipants::setEventId | ( | $a_event_id | ) |
Definition at line 469 of file class.ilEventParticipants.php.
| ilEventParticipants::setExcused | ( | bool | $a_stat | ) |
| bool | $a_stat |
Definition at line 114 of file class.ilEventParticipants.php.
| ilEventParticipants::setMark | ( | $a_mark | ) |
Definition at line 78 of file class.ilEventParticipants.php.
| ilEventParticipants::setNotificationEnabled | ( | $value | ) |
| boolean | $value |
Definition at line 183 of file class.ilEventParticipants.php.
| ilEventParticipants::setParticipated | ( | $a_status | ) |
Definition at line 94 of file class.ilEventParticipants.php.
| ilEventParticipants::setRegistered | ( | $a_status | ) |
Definition at line 102 of file class.ilEventParticipants.php.
| ilEventParticipants::setUserId | ( | $a_usr_id | ) |
Definition at line 70 of file class.ilEventParticipants.php.
| ilEventParticipants::unregister | ( | $a_usr_id | ) |
Definition at line 445 of file class.ilEventParticipants.php.
References _unregister(), and getEventId().
Here is the call graph for this function:| ilEventParticipants::updateExcusedForUser | ( | int | $a_usr_id, |
| bool | $a_status | ||
| ) |
Update excused status.
| int | $a_usr_id | |
| bool | $a_status |
Definition at line 133 of file class.ilEventParticipants.php.
References $query, and ilDBConstants\T_INTEGER.
| ilEventParticipants::updateParticipation | ( | $a_usr_id, | |
| $a_status | |||
| ) |
Definition at line 269 of file class.ilEventParticipants.php.
References _updateParticipation(), and getEventId().
Here is the call graph for this function:| ilEventParticipants::updateUser | ( | ) |
Definition at line 188 of file class.ilEventParticipants.php.
References $DIC, $ilDB, $query, $res, ilLPStatusWrapper\_updateStatus(), getComment(), getContact(), getEventId(), getExcused(), getMark(), getParticipated(), getRegistered(), getUserId(), handleAutoFill(), and isNotificationEnabled().
Here is the call graph for this function:
|
protected |
Definition at line 20 of file class.ilEventParticipants.php.
Referenced by getContact().
|
protected |
Definition at line 40 of file class.ilEventParticipants.php.
| ilEventParticipants::$event_id = null |
Definition at line 42 of file class.ilEventParticipants.php.
Referenced by getEventId().
|
protected |
Definition at line 35 of file class.ilEventParticipants.php.
Referenced by getExcused().
| ilEventParticipants::$ilDB |
Definition at line 16 of file class.ilEventParticipants.php.
Referenced by __construct(), _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().
|
private |
Definition at line 47 of file class.ilEventParticipants.php.
Referenced by isNotificationEnabled().
|
protected |
Definition at line 30 of file class.ilEventParticipants.php.
Referenced by getParticipated().
|
protected |
Definition at line 25 of file class.ilEventParticipants.php.
Referenced by getRegistered().
| ilEventParticipants::$tree |
Definition at line 17 of file class.ilEventParticipants.php.
Referenced by __construct().