ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilAppointmentPresentationBookingPoolGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
27 {
28  public function collectPropertiesAndActions(): void
29  {
30  $a_app = $this->appointment;
31  $cat_info = $this->getCatInfo();
32 
33  $this->lng->loadLanguageModule("book");
34 
35  // context id is reservation id (see ilObjBookingPoolGUI->processBooking)
36  $res_id = $a_app['event']->getContextId();
37  $res = new ilBookingReservation($res_id);
38  $b_obj = new ilBookingObject($res->getObjectId());
39  $obj_id = $b_obj->getPoolId();
40 
41  $refs = $this->getReadableRefIds($obj_id);
42 
43  // add common section (title, description, object/calendar, location)
44  //$this->addCommonSection($a_app, $obj_id, $cat_info);
45 
46  if (count($refs) > 0) {
47  $this->addInfoSection($b_obj->getTitle());
48 
49  // object description
50  if ($b_obj->getDescription()) {
51  $this->addInfoProperty($this->lng->txt("description"), $b_obj->getDescription());
52  }
53 
54  $this->addObjectLinks($obj_id, $this->appointment);
55 
56  //object info (course, grp...)
57  //$this->addContainerInfo($obj_id);
58 
59  //link to personal bookings
60  $this->addCalendarInfo($cat_info);
61 
62  // section: booking information
63  if ($b_obj->getDescription() || $b_obj->getFile()) {
64  $this->addInfoSection($this->lng->txt("book_booking_information"));
65  }
66 
67  $ref_id = current($refs);
68 
69  $this->ctrl->setParameterByClass("ilObjBookingPoolGUI", "ref_id", $ref_id);
70  $this->ctrl->setParameterByClass("ilbookingobjectgui", "object_id", $res->getObjectId());
71 
72  // info file
73  if ($b_obj->getFile()) {
74  $this->has_files = true;
75  $link = $this->ctrl->getLinkTargetByClass(array("ilRepositoryGUI",
76  "ilObjBookingPoolGUI",
77  "ilbookingobjectgui"
78  ), "deliverInfo");
79 
80  $link = $this->ui->renderer()->render(
81  $this->ui->factory()->button()->shy($b_obj->getFile(), $link)
82  );
83 
84  $this->addInfoProperty($this->lng->txt("book_additional_info_file"), $link);
85  }
86 
87  // post file
88  $array_info = array();
89  if (($text = $b_obj->getPostText()) != "") {
91  $a_app['event']->getStart(),
92  $a_app['event']->getEnd()
93  );
94  $text = str_replace("[OBJECT]", $b_obj->getTitle(), $text);
95  $text = str_replace("[PERIOD]", $period, $text);
96  $array_info[] = $text;
97  }
98  if ($b_obj->getPostFile()) {
99  $this->has_files = true;
100 
101  $link = $this->ctrl->getLinkTargetByClass(array("ilRepositoryGUI",
102  "ilObjBookingPoolGUI",
103  "ilbookingobjectgui",
104  "ilBookingProcessGUI"
105  ), "deliverPostFile");
106 
107  $array_info[] = $this->ui->renderer()->render(
108  $this->ui->factory()->button()->shy($b_obj->getPostFile(), $link)
109  );
110  }
111  if ($array_info) {
112  $this->addInfoProperty($this->lng->txt("book_post_booking_information"), implode("<br>", $array_info));
113  }
114  }
115 
116  $this->ctrl->setParameterByClass('ilcalendarappointmentgui', 'app_id', $a_app['event']->getEntryId());
117  $this->addAction(
118  $this->lng->txt("cal_ch_cancel_booking"),
119  $this->ctrl->getLinkTargetByClass('ilcalendarappointmentgui', 'cancelBooking')
120  );
121 
122  if (count($refs) > 0) {
123  $this->addAction($this->lng->txt("book_open"), ilLink::_getStaticLink(current($refs)));
124  }
125 
126  $this->addMetaData('book', $obj_id, "bobj", $res->getObjectId());
127  }
128 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$res
Definition: ltiservices.php:66
addObjectLinks(int $obj_id, ?array $a_appointment=null)
Add object link.
addInfoSection(string $a_txt)
Add info section.
addInfoProperty(string $a_txt, string $a_val)
Add info property.
$ref_id
Definition: ltiauth.php:65
addAction(string $a_txt, string $a_link)
Add action.
addMetaData(string $a_obj_type, int $a_obj_id, ?string $a_sub_obj_type=null, ?int $a_sub_obj_id=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static formatPeriod(ilDateTime $start, ilDateTime $end, bool $a_skip_starting_day=false, ?ilObjUser $user=null)
Format a period of two dates Shows: 14.