3 declare(strict_types=1);
18 $f = $DIC->ui()->factory();
19 $r = $DIC->ui()->renderer();
23 $users_resp =
$appointment[
'event']->readResponsibleUsers();
29 $users_list = array();
30 foreach ($users_resp as
$user) {
31 $users_list[] = $this->
getUserName($user[
'user_id']);
33 if (count($users_list) > 0) {
34 $this->
addInfoProperty($this->
lng->txt(
"cal_responsible"), implode(
"<br>", $users_list));
addListItemProperty(string $a_txt, string $a_val)
Add list item property.
addInfoSection(string $a_txt)
Add info section.
addInfoProperty(string $a_txt, string $a_val)
Add info property.
addLastUpdate(array $a_app)
Add last update.
getUserName(int $a_user_id, bool $a_force_name=false)
Get (linked if possible) user name.
addCommonSection(array $a_app, int $a_obj_id=0, ?array $cat_info=null, bool $a_container_info=false)
ilAppointmentPresentationMilestoneGUI class presents milestones information.
collectPropertiesAndActions()