3 declare(strict_types=1);
    26         if ($cat_info != null) {
    37         $recipients = $notification->getRecipients();
    38         if (count($recipients) > 0) {
    39             $str_notification = 
"";
    40             foreach ($recipients as $rcp) {
    41                 switch ($rcp[
'type']) {
    43                         $str_notification .= $this->
getUserName($rcp[
'usr_id']) . 
"<br>";
    46                         $str_notification .= $rcp[
'email'] . 
"<br>";
 addCalendarInfo(array $cat_info)
 
addEventDescription(array $a_app)
Add event description. 
 
addInfoSection(string $a_txt)
Add info section. 
 
ilAppointmentPresentationPublicGUI class presents modal information for public appointments. 
 
addInfoProperty(string $a_txt, string $a_val)
Add info property. 
 
addEventLocation(array $a_app)
Add event location. 
 
getUserName(int $a_user_id, bool $a_force_name=false)
Get (linked if possible) user name. 
 
collectPropertiesAndActions()