19declare(strict_types=1);
42 if ($cat_info !=
null) {
53 $recipients = $notification->getRecipients();
54 if (count($recipients) > 0) {
55 $str_notification =
"";
56 foreach ($recipients as $rcp) {
57 switch ($rcp[
'type']) {
59 $str_notification .= $this->
getUserName($rcp[
'usr_id']) .
"<br>";
62 $str_notification .= $rcp[
'email'] .
"<br>";
addInfoProperty(string $a_txt, string $a_val)
Add info property.
addEventLocation(array $a_app)
Add event location.
addEventDescription(array $a_app)
Add event description.
getUserName(int $a_user_id, bool $a_force_name=false)
Get (linked if possible) user name.
addCalendarInfo(array $cat_info)
addInfoSection(string $a_txt)
Add info section.
ilAppointmentPresentationPublicGUI class presents modal information for public appointments.
collectPropertiesAndActions()
Collect properties and actions.