Home
last modified time | relevance | path

Searched refs:a_notification (Results 1 – 10 of 10) sorted by relevance

/dports/www/ilias6/ILIAS-6.14/Services/Membership/classes/
H A Dclass.ilParticipant.php576 public function updateNotification($a_usr_id, $a_notification) argument
582 $this->participants_status[$a_usr_id]['notification'] = (int) $a_notification;
590 "notification = " . $ilDB->quote((int) $a_notification, 'integer') . " " .
596 $ilDB->quote((int) $a_notification, 'integer') . ", " .
H A Dclass.ilParticipants.php941 public function updateNotification($a_usr_id, $a_notification) argument
947 $this->participants_status[$a_usr_id]['notification'] = (int) $a_notification;
955 "notification = " . $ilDB->quote((int) $a_notification, 'integer') . " " .
961 $ilDB->quote((int) $a_notification, 'integer') . ", " .
/dports/www/ilias/ILIAS-5.4.25/Services/Membership/classes/
H A Dclass.ilParticipant.php583 public function updateNotification($a_usr_id, $a_notification) argument
589 $this->participants_status[$a_usr_id]['notification'] = (int) $a_notification;
597 "notification = " . $ilDB->quote((int) $a_notification, 'integer') . " " .
603 $ilDB->quote((int) $a_notification, 'integer') . ", " .
H A Dclass.ilParticipants.php934 public function updateNotification($a_usr_id, $a_notification) argument
940 $this->participants_status[$a_usr_id]['notification'] = (int) $a_notification;
948 "notification = " . $ilDB->quote((int) $a_notification, 'integer') . " " .
954 $ilDB->quote((int) $a_notification, 'integer') . ", " .
/dports/www/ilias/ILIAS-5.4.25/Modules/Forum/classes/
H A Dclass.ilForumPost.php474 public function setNotification($a_notification) argument
476 $this->notification = $a_notification;
/dports/www/ilias6/ILIAS-6.14/Modules/Forum/classes/
H A Dclass.ilForumPost.php474 public function setNotification($a_notification) argument
476 $this->notification = $a_notification;
/dports/www/ilias/ILIAS-5.4.25/Modules/Survey/classes/
H A Dclass.ilObjSurvey.php4835 public function setMailNotification($a_notification) argument
4837 $this->mailnotification = ($a_notification) ? true : false;
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/classes/
H A Dclass.ilObjSurvey.php4628 public function setMailNotification($a_notification) argument
4630 $this->mailnotification = ($a_notification) ? true : false;
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilObjTest.php10423 public function setMailNotification($a_notification) argument
10425 $this->mailnotification = $a_notification;
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilObjTest.php10584 public function setMailNotification($a_notification) argument
10586 $this->mailnotification = $a_notification;