33 $f = $DIC->ui()->factory();
34 $r = $DIC->ui()->renderer();
44 if ($cat_info !=
null) {
59 $recipients = $notification->getRecipients();
60 if (count($recipients) > 0) {
61 $str_notification =
"";
62 foreach ($recipients as $rcp) {
63 switch ($rcp[
'type']) {
65 $str_notification .= $this->
getUserName($rcp[
'usr_id']) .
"<br>";
68 $str_notification .= $rcp[
'email'] .
"<br>";
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addCalendarInfo(array $cat_info)
addListItemProperty(string $a_txt, string $a_val)
Add list item property.
addEventDescription(array $a_app)
Add event description.
addInfoSection(string $a_txt)
Add info section.
addInfoProperty(string $a_txt, string $a_val)
Add info property.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
addEventLocation(array $a_app)
Add event location.
getUserName(int $a_user_id, bool $a_force_name=false)
Get (linked if possible) user name.
collectPropertiesAndActions()