44 $this->
ctrl = $DIC->ctrl();
45 $this->
lng = $DIC->language();
46 $this->
user = $DIC->user();
47 $this->
access = $DIC->access();
48 $this->ref_id = $a_ref_id;
49 $this->book_request = $DIC->bookingManager()
54 $this->pool_id = $a_pool_id;
58 if ($this->book_request->getBookedUser() > 0) {
59 $this->user_id_to_book = $this->book_request->getBookedUser();
61 $this->
ctrl->redirect($a_parent_obj, $a_parent_cmd);
64 $user_name = $user_name_data[
'lastname'] .
", " . $user_name_data[
'firstname'];
66 $this->
ctrl->redirect($a_parent_obj,
'render');
69 $this->
setId(
"bkaobj" . $a_ref_id);
73 $this->
setTitle($this->
lng->txt(
"book_assign_object") .
": " . $user_name);
88 $this->
setRowTemplate(
"tpl.booking_assign_object_row.html",
"Modules/BookingManager");
97 foreach ($obj_items as $item) {
100 $this->
ctrl->setParameterByClass(
'ilbookingobjectgui',
'bkusr', $this->user_id_to_book);
101 $this->
ctrl->setParameterByClass(
'ilbookingobjectgui',
'object_id', $item[
'booking_object_id']);
104 'object_id' => $item[
'booking_object_id'],
105 'title' => $item[
'title'],
106 'description' => $item[
'description'],
108 'url_assign' => $this->
ctrl->getLinkTargetByClass([
"ilbookingobjectgui",
"ilbookingprocessgui"],
'book')
110 $this->
ctrl->setParameterByClass(
'ilbookingobjectgui',
'bkusr',
'');
111 $this->
ctrl->setParameterByClass(
'ilbookingobjectgui',
'object_id',
'');
112 $this->
ctrl->setParameterByClass(
'ilbookingobjectgui',
'part_view',
'');
118 protected function fillRow(array $a_set): void
121 $this->tpl->setCurrentBlock(
"available");
122 $this->tpl->setVariable(
"TXT_AVAILABLE", $a_set[
'nr_items']);
123 $this->tpl->parseCurrentBlock();
125 $this->tpl->setVariable(
"TXT_TITLE", $a_set[
'title']);
126 $this->tpl->setVariable(
"TXT_DESCRIPTION", $a_set[
'description']);
127 $this->tpl->setVariable(
"TXT_ACTION", $this->
lng->txt(
"book_assign"));
128 $this->tpl->setVariable(
"URL_ACTION", $a_set[
'url_assign']);
static getObjectReservationForUser(int $a_object_id, int $a_user_id)
static _lookupName(int $a_user_id)
lookup user name
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _exists(int $id, bool $reference=false, ?string $type=null)
checks if an object exists in object_data
ILIAS BookingManager StandardGUIRequest $book_request
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
static numAvailableFromObjectNoSchedule(int $a_obj_id)
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
__construct(ilBookingParticipantGUI $a_parent_obj, string $a_parent_cmd, int $a_ref_id, int $a_pool_id)
static getList(int $a_pool_id, string $a_title=null)
Get list of booking objects.
setEnableHeader(bool $a_enableheader)