ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilCourseParticipants Class Reference
+ Inheritance diagram for ilCourseParticipants:
+ Collaboration diagram for ilCourseParticipants:

Public Member Functions

 __construct ($a_obj_id)
 Singleton constructor. More...
 
 addSubscriber ($a_usr_id)
 Add subscriber. More...
 
 updatePassed ($a_usr_id, $a_passed, $a_manual=false, $a_no_origin=false)
 Update passed status. More...
 
 getPassedInfo ($a_usr_id)
 Get info about passed status. More...
 
 sendNotification ($a_type, $a_usr_id, $a_force_sending_mail=false)
 
 sendUnsubscribeNotificationToAdmins ($a_usr_id)
 
 sendSubscriptionRequestToAdmins ($a_usr_id)
 
 sendNotificationToAdmins ($a_usr_id)
 
 __buildStatusBody (&$user_obj)
 
- Public Member Functions inherited from ilParticipants
 __construct ($a_component_name, $a_obj_id)
 Singleton Constructor. More...
 
 getObjId ()
 get current obj_id More...
 
 getType ()
 Get object type. More...
 
 getNotificationRecipients ()
 Get admin, tutor which have notification enabled. More...
 
 getCountMembers ()
 Get number of members (not participants) More...
 
 getCountParticipants ()
 Get number of participants. More...
 
 getParticipants ()
 Get all participants ids. More...
 
 getMembers ()
 Get all members ids (admins and tutors are not members) Use get participants to fetch all. More...
 
 getAdmins ()
 Get all admins ids. More...
 
 getCountAdmins ()
 Get number of admins. More...
 
 getTutors ()
 Get all tutors ids. More...
 
 isAdmin ($a_usr_id)
 is user admin More...
 
 isTutor ($a_usr_id)
 is user tutor More...
 
 isMember ($a_usr_id)
 is user member More...
 
 isAssigned ($a_usr_id)
 check if user is assigned More...
 
 isLastAdmin ($a_usr_id)
 Check if user is last admin. More...
 
 getRoles ()
 Get course roles. More...
 
 getAssignedRoles ($a_usr_id)
 Get assigned roles. More...
 
 updateRoleAssignments ($a_usr_id, $a_roles)
 Update role assignments. More...
 
 checkLastAdmin ($a_usr_ids)
 Check if user for deletion are last admins. More...
 
 isBlocked ($a_usr_id)
 Check if user is blocked. More...
 
 hasPassed ($a_usr_id)
 Check if user has passed course. More...
 
 delete ($a_usr_id)
 Drop user from all roles. More...
 
 updateBlocked ($a_usr_id, $a_blocked)
 Update blocked status. More...
 
 updateContact ($a_usr_id, $a_contact)
 Update contact setting @global type $ilDB. More...
 
 getContacts ()
 get user ids which are confirgured as contact More...
 
 updateNotification ($a_usr_id, $a_notification)
 Update notification status. More...
 
 add ($a_usr_id, $a_role)
 Add user to course. More...
 
 deleteParticipants ($a_user_ids)
 Delete users. More...
 
 addDesktopItem ($a_usr_id)
 Add desktop item. More...
 
 dropDesktopItem ($a_usr_id)
 Drop desktop item. More...
 
 isNotificationEnabled ($a_usr_id)
 check if notification is enabled More...
 
 isContact ($a_usr_id)
 Check if user is contact. More...
 
 getAutoGeneratedRoleId ($a_role_type)
 Get role id of auto generated role type. More...
 
 isGroupingMember ($a_usr_id, $a_field='')
 Check grouping membership. More...
 
 getSubscribers ()
 get all subscribers More...
 
 getCountSubscribers ()
 get number of subscribers More...
 
 getSubscriberData ($a_usr_id)
 get subscriber data More...
 
 assignSubscribers ($a_usr_ids)
 Assign subscribers. More...
 
 assignSubscriber ($a_usr_id)
 Assign subscriber. More...
 
 autoFillSubscribers ()
 Assign subscriber. More...
 
 addSubscriber ($a_usr_id)
 Add subscriber. More...
 
 updateSubscriptionTime ($a_usr_id, $a_subtime)
 Update subscription time. More...
 
 updateSubject ($a_usr_id, $a_subject)
 update subject More...
 
 deleteSubscriber ($a_usr_id)
 Delete subsciber. More...
 
 deleteSubscribers ($a_usr_ids)
 Delete subscibers. More...
 
 isSubscriber ($a_usr_id)
 check if is subscriber More...
 
 setRoleOrderPosition ($a_user_id)
 Set role order position. More...
 

Static Public Member Functions

static _getInstanceByObjId ($a_obj_id)
 Get singleton instance. More...
 
static getMemberRoles ($a_ref_id)
 Get member roles. More...
 
static _updatePassed ($a_obj_id, $a_usr_id, $a_passed, $a_manual=false, $a_no_origin=false)
 Update passed status (static) More...
 
static getDateTimeOfPassed ($a_obj_id, $a_usr_id)
 
static getPassedUsersForObjects (array $a_obj_ids, array $a_usr_ids)
 
- Static Public Member Functions inherited from ilParticipants
static getInstanceByObjId ($a_obj_id)
 Get instance by obj type. More...
 
static hasParticipantListAccess ($a_obj_id, $a_usr_id=null)
 Check if (current) user has access to the participant list. More...
 
static _getMembershipByType ($a_usr_id, $a_type, $a_only_member_role=false)
 get membership by type Get course or group membership More...
 
static _isParticipant ($a_ref_id, $a_usr_id)
 Static function to check if a user is a participant of the container object. More...
 
static lookupNumberOfParticipants ($a_ref_id)
 Lookup the number of participants (crs admins, tutors, members, grp admins, members) More...
 
static lookupNumberOfMembers ($a_ref_id)
 Lookup number of members @global ilRbacReview $rbacreview @global <type> $ilObjDataCache. More...
 
static _isBlocked ($a_obj_id, $a_usr_id)
 Check if user is blocked. More...
 
static _hasPassed ($a_obj_id, $a_usr_id)
 Check if user has passed course. More...
 
static _deleteAllEntries ($a_obj_id)
 Delete all entries Normally called for course deletion. More...
 
static _deleteUser ($a_usr_id)
 Delete user data. More...
 
static getDefaultMemberRole ($a_ref_id)
 
static lookupSubscribers ($a_obj_id)
 
static _isSubscriber ($a_obj_id, $a_usr_id)
 check if user is subscriber More...
 
static lookupSubscribersData ($a_obj_id)
 
static _getAllSupportContactsOfUser ($a_usr_id, $a_type)
 Get all support contacts for a user. More...
 

Data Fields

const COMPONENT_NAME = 'Modules/Course'
 

Static Protected Attributes

static $instances = array()
 

Additional Inherited Members

- Protected Member Functions inherited from ilParticipants
 getComponent ()
 Get component name Used for raising events. More...
 
 readParticipants ()
 Read participants. More...
 
 readParticipantsStatus ()
 Read status of participants (blocked, notification, passed) More...
 
 readSubscribers ()
 read subscribers More...
 
 readSubscriberData ($a_usr_id)
 read subscribers More...
 
- Protected Attributes inherited from ilParticipants
 $component = ''
 
 $obj_id = 0
 
 $type = ''
 
 $ref_id = 0
 
 $roles = array()
 
 $role_data = array()
 
 $roles_sorted = []
 
 $role_assignments = []
 
 $participants = array()
 
 $participants_status = array()
 
 $members = array()
 
 $tutors = array()
 
 $admins = array()
 
 $subscribers = array()
 
 $ilDB
 
 $lng
 

Detailed Description

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

Definition at line 35 of file class.ilCourseParticipants.php.

Constructor & Destructor Documentation

◆ __construct()

ilCourseParticipants::__construct (   $a_obj_id)

Singleton constructor.

@access protected

Parameters
intobj_id of container

Definition at line 48 of file class.ilCourseParticipants.php.

49 {
50 $this->type = 'crs';
51
52 $this->NOTIFY_DISMISS_SUBSCRIBER = 1;
53 $this->NOTIFY_ACCEPT_SUBSCRIBER = 2;
54 $this->NOTIFY_DISMISS_MEMBER = 3;
55 $this->NOTIFY_BLOCK_MEMBER = 4;
56 $this->NOTIFY_UNBLOCK_MEMBER = 5;
57 $this->NOTIFY_ACCEPT_USER = 6;
58 $this->NOTIFY_ADMINS = 7;
59 $this->NOTIFY_STATUS_CHANGED = 8;
60 $this->NOTIFY_SUBSCRIPTION_REQUEST = 9;
61
62 $this->NOTIFY_REGISTERED = 10;
63 $this->NOTIFY_UNSUBSCRIBE = 11;
64 $this->NOTIFY_WAITING_LIST = 12;
65
66 parent::__construct(self::COMPONENT_NAME,$a_obj_id);
67 }

Member Function Documentation

◆ __buildStatusBody()

ilCourseParticipants::__buildStatusBody ( $user_obj)

Definition at line 384 of file class.ilCourseParticipants.php.

385 {
386 global $ilDB;
387
388 $body = $this->lng->txt('crs_status_changed_body')."\n";
389 $body .= $this->lng->txt('login').': '.$user_obj->getLogin()."\n";
390 $body .= $this->lng->txt('role').': ';
391
392 if($this->isAdmin($user_obj->getId()))
393 {
394 $body .= $this->lng->txt('crs_admin')."\n";
395 }
396 if($this->isTutor($user_obj->getId()))
397 {
398 $body .= $this->lng->txt('crs_tutor')."\n";
399 }
400 if($this->isMember($user_obj->getId()))
401 {
402 $body .= $this->lng->txt('crs_member')."\n";
403 }
404 $body .= $this->lng->txt('status').': ';
405
406 if($this->isNotificationEnabled($user_obj->getId()))
407 {
408 $body .= $this->lng->txt("crs_notify")."\n";
409 }
410 else
411 {
412 $body .= $this->lng->txt("crs_no_notify")."\n";
413 }
414 if($this->isBlocked($user_obj->getId()))
415 {
416 $body .= $this->lng->txt("crs_blocked")."\n";
417 }
418 else
419 {
420 $body .= $this->lng->txt("crs_unblocked")."\n";
421 }
422 $passed = $this->hasPassed($user_obj->getId()) ? $this->lng->txt('yes') : $this->lng->txt('no');
423 $body .= $this->lng->txt('crs_passed').': '.$passed."\n";
424
425 return $body;
426 }
isTutor($a_usr_id)
is user tutor
isMember($a_usr_id)
is user member
isAdmin($a_usr_id)
is user admin
isNotificationEnabled($a_usr_id)
check if notification is enabled
hasPassed($a_usr_id)
Check if user has passed course.
isBlocked($a_usr_id)
Check if user is blocked.

References ilParticipants\$ilDB, ilParticipants\hasPassed(), ilParticipants\isAdmin(), ilParticipants\isBlocked(), ilParticipants\isMember(), ilParticipants\isNotificationEnabled(), and ilParticipants\isTutor().

+ Here is the call graph for this function:

◆ _getInstanceByObjId()

static ilCourseParticipants::_getInstanceByObjId (   $a_obj_id)
static

Get singleton instance.

@access public

Parameters
intobj_id

Definition at line 77 of file class.ilCourseParticipants.php.

78 {
79 if(isset(self::$instances[$a_obj_id]) and self::$instances[$a_obj_id])
80 {
81 return self::$instances[$a_obj_id];
82 }
83 return self::$instances[$a_obj_id] = new ilCourseParticipants($a_obj_id);
84 }

Referenced by ilCourseXMLParser\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseObjectiveResult\__updatePassed(), ilObjCourseAccess\_checkAccess(), ilObjCourseGrouping\_checkGroupingDependencies(), ilObjCourseGUI\afterImport(), ilModulesCourseTasks\assignAdminsToCourse(), ilSoapCourseAdministration\assignCourseMember(), ilModulesCourseTasks\assignLearnersToCourse(), ilModulesCourseTasks\assignTutorsToCourse(), ilPortfolioAccessHandler\checkAccessOfUser(), ilWorkspaceAccessHandler\checkAccessOfUser(), ilForumNotification\checkParentNodeTree(), ilCourseMembershipMailNotification\createCourseStatus(), ilSoapCourseAdministration\excludeCourseMember(), ilObjCourseGUI\executeCommand(), ilObjGroupGUI\executeCommand(), ilUserImportParser\getCourseMembersObjectForRole(), ilCalendarBlockGUI\getHTML(), ilParticipants\getInstanceByObjId(), ilCourseParticipantsGroupsTableGUI\getItems(), ilLPStatusCollection\getMembers(), ilLPStatusObjectives\getMembers(), ilLPStatusEvent\getMembers(), ilCourseLP\getMembers(), ilMembershipNotifications\getParticipants(), ilTrQuery\getParticipantsForObject(), ilBadgeHandler\getUserIds(), ilObjSessionGUI\initContainer(), ilObjCourse\initCourseMembersObject(), ilMemberExport\initMembers(), ilCourseRegistrationGUI\initParticipants(), ilSoapCourseAdministration\isAssignedToCourse(), ilModulesCourseTasks\readAdminsFromCourse(), ilModulesCourseTasks\readLearnersFromCourse(), ilModulesCourseTasks\readTutorsFromCourse(), ilECSCmsCourseMemberCommandQueueHandler\refreshAssignmentStatus(), ilObjCourse\register(), and ilMembershipTest\testSubscription().

+ Here is the caller graph for this function:

◆ _updatePassed()

static ilCourseParticipants::_updatePassed (   $a_obj_id,
  $a_usr_id,
  $a_passed,
  $a_manual = false,
  $a_no_origin = false 
)
static

Update passed status (static)

@access public

Parameters
int$obj_id
int$usr_id
bool$passed
bool$a_manual
bool$a_no_origin

Definition at line 157 of file class.ilCourseParticipants.php.

158 {
159 global $ilDB, $ilUser;
160
161 // #11600
162 $origin = -1;
163 if($a_manual)
164 {
165 $origin = $ilUser->getId();
166 }
167
168 $query = "SELECT passed FROM obj_members ".
169 "WHERE obj_id = ".$ilDB->quote($a_obj_id,'integer')." ".
170 "AND usr_id = ".$ilDB->quote($a_usr_id,'integer');
171 $res = $ilDB->query($query);
172 if($res->numRows())
173 {
174 // #9284 - only needs updating when status has changed
175 $old = $ilDB->fetchAssoc($res);
176 if((int)$old["passed"] != (int)$a_passed)
177 {
178 $update_query = "UPDATE obj_members SET ".
179 "passed = ".$ilDB->quote((int) $a_passed,'integer').", ".
180 "origin = ".$ilDB->quote($origin,'integer').", ".
181 "origin_ts = ".$ilDB->quote(time(),'integer')." ".
182 "WHERE obj_id = ".$ilDB->quote($a_obj_id,'integer')." ".
183 "AND usr_id = ".$ilDB->quote($a_usr_id,'integer');
184 }
185 }
186 else
187 {
188 // when member is added we should not set any date
189 // see ilObjCourse::checkLPStatusSync()
190 if($a_no_origin && !$a_passed)
191 {
192 $origin = 0;
193 $origin_ts = 0;
194 }
195 else
196 {
197 $origin_ts = time();
198 }
199
200 $update_query = "INSERT INTO obj_members (passed,obj_id,usr_id,notification,blocked,origin,origin_ts) ".
201 "VALUES ( ".
202 $ilDB->quote((int) $a_passed,'integer').", ".
203 $ilDB->quote($a_obj_id,'integer').", ".
204 $ilDB->quote($a_usr_id,'integer').", ".
205 $ilDB->quote(0,'integer').", ".
206 $ilDB->quote(0,'integer').", ".
207 $ilDB->quote($origin,'integer').", ".
208 $ilDB->quote($origin_ts,'integer').")";
209 }
210 if(strlen($update_query))
211 {
212 $ilDB->manipulate($update_query);
213 }
214 return true;
215 }
$old
$ilUser
Definition: imgupload.php:18

References ilParticipants\$ilDB, $ilUser, $old, $query, and $res.

Referenced by ilCourseAppEventListener\handleEvent(), and updatePassed().

+ Here is the caller graph for this function:

◆ addSubscriber()

ilCourseParticipants::addSubscriber (   $a_usr_id)

Add subscriber.

@access public

Reimplemented from ilParticipants.

Definition at line 114 of file class.ilCourseParticipants.php.

115 {
116 global $ilAppEventHandler, $ilLog;
117
118 parent::addSubscriber($a_usr_id);
119
120 $ilLog->write(__METHOD__.': Raise new event: Modules/Course addSubscriber');
121 $ilAppEventHandler->raise(
122 "Modules/Course",
123 'addSubscriber',
124 array(
125 'obj_id' => $this->getObjId(),
126 'usr_id' => $a_usr_id
127 )
128 );
129 }
getObjId()
get current obj_id

References $ilLog, and ilParticipants\getObjId().

+ Here is the call graph for this function:

◆ getDateTimeOfPassed()

static ilCourseParticipants::getDateTimeOfPassed (   $a_obj_id,
  $a_usr_id 
)
static

Definition at line 428 of file class.ilCourseParticipants.php.

429 {
430 global $ilDB;
431
432 $sql = "SELECT origin_ts FROM obj_members".
433 " WHERE usr_id = ".$ilDB->quote($a_usr_id, "integer").
434 " AND obj_id = ".$ilDB->quote($a_obj_id, "integer").
435 " AND passed = ".$ilDB->quote(1, "integer");
436 $res = $ilDB->query($sql);
437 $res = $ilDB->fetchAssoc($res);
438 if($res["origin_ts"])
439 {
440 return date("Y-m-d H:i:s", $res["origin_ts"]);
441 }
442 }
date( 'd-M-Y', $objPHPExcel->getProperties() ->getCreated())

References ilParticipants\$ilDB, $res, and date.

Referenced by ilObjCourseGUI\deliverCertificateObject(), ilCourseCertificateAdapter\getCertificateVariablesForPresentation(), and ilObjCourseGUI\initHeaderAction().

+ Here is the caller graph for this function:

◆ getMemberRoles()

static ilCourseParticipants::getMemberRoles (   $a_ref_id)
static

Get member roles.

Parameters
int$a_ref_id

Definition at line 90 of file class.ilCourseParticipants.php.

91 {
92 global $rbacreview;
93
94 $lrol = $rbacreview->getRolesOfRoleFolder($a_ref_id,false);
95
96 $roles = array();
97 foreach($lrol as $role)
98 {
100 switch(substr($title,0,8))
101 {
102 case 'il_crs_a':
103 case 'il_crs_t':
104 case 'il_crs_m':
105 continue;
106
107 default:
108 $roles[$role] = $role;
109 }
110 }
111 return $roles;
112 }
static _lookupTitle($a_id)
lookup object title

References ilParticipants\$roles, $title, and ilObject\_lookupTitle().

Referenced by ilObjCourseGUI\setShowHidePrefs().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getPassedInfo()

ilCourseParticipants::getPassedInfo (   $a_usr_id)

Get info about passed status.

Parameters
int$a_usr_id
Returns
array (user_id, timestamp)

Definition at line 223 of file class.ilCourseParticipants.php.

224 {
225 global $ilDB;
226
227 $sql = "SELECT origin, origin_ts".
228 " FROM obj_members".
229 " WHERE obj_id = ".$ilDB->quote($this->obj_id, "integer").
230 " AND usr_id = ".$ilDB->quote($a_usr_id, "integer");
231 $set = $ilDB->query($sql);
232 $row = $ilDB->fetchAssoc($set);
233 if($row["origin"])
234 {
235 return array("user_id" => $row["origin"],
236 "timestamp" => new ilDateTime($row["origin_ts"], IL_CAL_UNIX));
237 }
238 }
const IL_CAL_UNIX
@classDescription Date and time handling

References ilParticipants\$ilDB, $row, and IL_CAL_UNIX.

◆ getPassedUsersForObjects()

static ilCourseParticipants::getPassedUsersForObjects ( array  $a_obj_ids,
array  $a_usr_ids 
)
static

Definition at line 444 of file class.ilCourseParticipants.php.

445 {
446 global $ilDB;
447
448 $res = array();
449
450 $sql = "SELECT usr_id,obj_id FROM obj_members".
451 " WHERE ".$ilDB->in("usr_id", $a_usr_ids, "", "integer").
452 " AND ".$ilDB->in("obj_id", $a_obj_ids, "", "integer").
453 " AND passed = ".$ilDB->quote(1, "integer");
454 $set = $ilDB->query($sql);
455 while($row = $ilDB->fetchAssoc($set))
456 {
457 $res[] = $row;
458 }
459
460 return $res;
461 }

References ilParticipants\$ilDB, $res, and $row.

Referenced by ilCourseCertificateAdapter\_preloadListData().

+ Here is the caller graph for this function:

◆ sendNotification()

ilCourseParticipants::sendNotification (   $a_type,
  $a_usr_id,
  $a_force_sending_mail = false 
)

Definition at line 241 of file class.ilCourseParticipants.php.

242 {
243
244 global $ilObjDataCache,$ilUser;
245
246 include_once './Modules/Course/classes/class.ilCourseMembershipMailNotification.php';
248 $mail->forceSendingMail($a_force_sending_mail);
249
250 switch($a_type)
251 {
252 case $this->NOTIFY_DISMISS_SUBSCRIBER:
254 $mail->setRefId($this->ref_id);
255 $mail->setRecipients(array($a_usr_id));
256 $mail->send();
257 break;
258
259 case $this->NOTIFY_ACCEPT_SUBSCRIBER:
261 $mail->setRefId($this->ref_id);
262 $mail->setRecipients(array($a_usr_id));
263 $mail->send();
264 break;
265
266 case $this->NOTIFY_DISMISS_MEMBER:
268 $mail->setRefId($this->ref_id);
269 $mail->setRecipients(array($a_usr_id));
270 $mail->send();
271 break;
272
273 case $this->NOTIFY_BLOCK_MEMBER:
275 $mail->setRefId($this->ref_id);
276 $mail->setRecipients(array($a_usr_id));
277 $mail->send();
278 break;
279
280 case $this->NOTIFY_UNBLOCK_MEMBER:
282 $mail->setRefId($this->ref_id);
283 $mail->setRecipients(array($a_usr_id));
284 $mail->send();
285 break;
286
287 case $this->NOTIFY_ACCEPT_USER:
289 $mail->setRefId($this->ref_id);
290 $mail->setRecipients(array($a_usr_id));
291 $mail->send();
292 break;
293
294 case $this->NOTIFY_STATUS_CHANGED:
296 $mail->setRefId($this->ref_id);
297 $mail->setRecipients(array($a_usr_id));
298 $mail->send();
299 break;
300
301 case $this->NOTIFY_UNSUBSCRIBE:
303 $mail->setRefId($this->ref_id);
304 $mail->setRecipients(array($a_usr_id));
305 $mail->send();
306 break;
307
308 case $this->NOTIFY_REGISTERED:
310 $mail->setRefId($this->ref_id);
311 $mail->setRecipients(array($a_usr_id));
312 $mail->send();
313 break;
314
315 case $this->NOTIFY_WAITING_LIST:
316 include_once('./Modules/Course/classes/class.ilCourseWaitingList.php');
317 $wl = new ilCourseWaitingList($this->obj_id);
318 $pos = $wl->getPosition($a_usr_id);
319
321 $mail->setRefId($this->ref_id);
322 $mail->setRecipients(array($a_usr_id));
323 $mail->setAdditionalInformation(array('position' => $pos));
324 $mail->send();
325 break;
326
327 case $this->NOTIFY_SUBSCRIPTION_REQUEST:
328 $this->sendSubscriptionRequestToAdmins($a_usr_id);
329 break;
330
331 case $this->NOTIFY_ADMINS:
332 $this->sendNotificationToAdmins($a_usr_id);
333 return true;
334 break;
335 }
336 return true;
337 }
$a_type
Definition: workflow.php:93

References $a_type, $ilUser, sendNotificationToAdmins(), sendSubscriptionRequestToAdmins(), ilCourseMembershipMailNotification\TYPE_ACCEPTED_SUBSCRIPTION_MEMBER, ilCourseMembershipMailNotification\TYPE_ADMISSION_MEMBER, ilCourseMembershipMailNotification\TYPE_BLOCKED_MEMBER, ilCourseMembershipMailNotification\TYPE_DISMISS_MEMBER, ilCourseMembershipMailNotification\TYPE_REFUSED_SUBSCRIPTION_MEMBER, ilCourseMembershipMailNotification\TYPE_STATUS_CHANGED, ilCourseMembershipMailNotification\TYPE_SUBSCRIBE_MEMBER, ilCourseMembershipMailNotification\TYPE_UNBLOCKED_MEMBER, ilCourseMembershipMailNotification\TYPE_UNSUBSCRIBE_MEMBER, and ilCourseMembershipMailNotification\TYPE_WAITING_LIST_MEMBER.

+ Here is the call graph for this function:

◆ sendNotificationToAdmins()

ilCourseParticipants::sendNotificationToAdmins (   $a_usr_id)

Definition at line 369 of file class.ilCourseParticipants.php.

370 {
371 global $ilDB,$ilObjDataCache;
372
373 include_once './Modules/Course/classes/class.ilCourseMembershipMailNotification.php';
376 $mail->setAdditionalInformation(array('usr_id' => $a_usr_id));
377 $mail->setRefId($this->ref_id);
378 $mail->setRecipients($this->getNotificationRecipients());
379 $mail->send();
380 return true;
381 }
getNotificationRecipients()
Get admin, tutor which have notification enabled.

References ilParticipants\$ilDB, ilParticipants\getNotificationRecipients(), and ilCourseMembershipMailNotification\TYPE_NOTIFICATION_REGISTRATION.

Referenced by sendNotification().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ sendSubscriptionRequestToAdmins()

ilCourseParticipants::sendSubscriptionRequestToAdmins (   $a_usr_id)

Definition at line 354 of file class.ilCourseParticipants.php.

355 {
356 global $ilDB,$ilObjDataCache;
357
358 include_once './Modules/Course/classes/class.ilCourseMembershipMailNotification.php';
361 $mail->setAdditionalInformation(array('usr_id' => $a_usr_id));
362 $mail->setRefId($this->ref_id);
363 $mail->setRecipients($this->getNotificationRecipients());
364 $mail->send();
365 return true;
366 }

References ilParticipants\$ilDB, ilParticipants\getNotificationRecipients(), and ilCourseMembershipMailNotification\TYPE_NOTIFICATION_REGISTRATION_REQUEST.

Referenced by sendNotification().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ sendUnsubscribeNotificationToAdmins()

ilCourseParticipants::sendUnsubscribeNotificationToAdmins (   $a_usr_id)

Definition at line 339 of file class.ilCourseParticipants.php.

340 {
341 global $ilDB,$ilObjDataCache;
342
343 include_once './Modules/Course/classes/class.ilCourseMembershipMailNotification.php';
346 $mail->setAdditionalInformation(array('usr_id' => $a_usr_id));
347 $mail->setRefId($this->ref_id);
348 $mail->setRecipients($this->getNotificationRecipients());
349 $mail->send();
350 return true;
351 }

References ilParticipants\$ilDB, ilParticipants\getNotificationRecipients(), and ilCourseMembershipMailNotification\TYPE_NOTIFICATION_UNSUBSCRIBE.

+ Here is the call graph for this function:

◆ updatePassed()

ilCourseParticipants::updatePassed (   $a_usr_id,
  $a_passed,
  $a_manual = false,
  $a_no_origin = false 
)

Update passed status.

@access public

Parameters
int$usr_id
bool$passed
bool$a_manual
bool$a_no_origin

Definition at line 140 of file class.ilCourseParticipants.php.

141 {
142 $this->participants_status[$a_usr_id]['passed'] = (int) $a_passed;
143
144 return self::_updatePassed($this->obj_id, $a_usr_id, $a_passed, $a_manual, $a_no_origin);
145 }
static _updatePassed($a_obj_id, $a_usr_id, $a_passed, $a_manual=false, $a_no_origin=false)
Update passed status (static)

References _updatePassed().

+ Here is the call graph for this function:

Field Documentation

◆ $instances

ilCourseParticipants::$instances = array()
staticprotected

Definition at line 39 of file class.ilCourseParticipants.php.

◆ COMPONENT_NAME

const ilCourseParticipants::COMPONENT_NAME = 'Modules/Course'

Definition at line 37 of file class.ilCourseParticipants.php.


The documentation for this class was generated from the following file: