40 $this->
ctrl = $DIC->ctrl();
41 $this->
lng = $DIC->language();
42 $this->
user = $DIC->user();
43 $this->
access = $DIC->access();
44 $this->ref_id = $a_ref_id;
45 $this->pool_id = $a_pool_id;
47 $this->
setId(
"bkprt" . $a_ref_id);
62 $this->
setRowTemplate(
"tpl.booking_participant_row.html",
"Modules/BookingManager");
75 $this->objects = array();
77 $this->objects[$item[
"booking_object_id"]] = $item[
"title"];
82 "" => $this->
lng->txt(
'book_all'),
83 -1 => $this->
lng->txt(
'book_no_objects')
85 $this->
filter[
"object"] = $item->getValue();
90 $this->
lng->txt(
"object") .
" " . $this->
lng->txt(
"title") .
"/" . $this->
lng->txt(
"description")
96 $options = array(
"" => $this->
lng->txt(
'book_all')) +
99 $item->setOptions($options);
100 $this->
filter[
"user_id"] = $item->getValue();
110 if ($this->
filter[
"object"]) {
111 $filter[
"object"] = $this->
filter[
"object"];
113 if ($this->
filter[
"title"]) {
114 $filter[
"title"] = $this->
filter[
"title"];
116 if ($this->
filter[
"user_id"]) {
117 $filter[
"user_id"] = $this->
filter[
"user_id"];
128 $filter_object = (
int) ($filter[
"object"] ?? 0);
129 if ($filter_object > 0) {
131 } elseif ($filter_object == -1) {
133 $data = array_filter(
$data,
static function ($item) {
134 return ($item[
"obj_count"] ?? 0) == 0;
144 protected function fillRow(array $a_set): void
149 $this->tpl->setVariable(
"TXT_NAME", $a_set[
'name']);
150 $this->tpl->setCurrentBlock(
'object_titles');
151 foreach ($a_set[
'object_title'] as $obj_title) {
152 $this->tpl->setVariable(
"TXT_OBJECT", $obj_title);
153 $this->tpl->parseCurrentBlock();
156 $obj_count = (
int) ($a_set[
'obj_count'] ?? 0);
164 'text' =>
$lng->
txt(
"book_assign_object"),
177 'text' =>
$lng->
txt(
"book_deassign"),
187 'text' =>
$lng->
txt(
"book_deassign"),
193 $this->tpl->setCurrentBlock(
'actions');
194 foreach ($actions as $action) {
195 $this->tpl->setVariable(
"TXT_ACTION", $action[
'text']);
196 $this->tpl->setVariable(
"URL_ACTION", $action[
'url']);
197 $this->tpl->parseCurrentBlock();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getLinkTargetByClass( $a_class, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
getCurrentFilter()
Get current filter settings.
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setFormAction(string $a_form_action, bool $a_multipart=false)
__construct(ilBookingParticipantGUI $a_parent_obj, string $a_parent_cmd, int $a_ref_id, int $a_pool_id)
setResetCommand(string $a_val, string $a_caption="")
static getNumberOfObjectsForPool(int $a_pool_id)
Get number of booking objects for given booking pool id.
static getList(int $a_booking_pool, array $a_filter=null, int $a_object_id=null)
setDisableFilterHiding(bool $a_val=true)
getItems(array $filter)
Gather data and build rows.
setParameterByClass(string $a_class, string $a_parameter, $a_value)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getUserFilter(int $a_pool_id)
Get user data from db for an specific pool id.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addFilterItemByMetaType(string $id, int $type=self::FILTER_TEXT, bool $a_optional=false, string $caption="")
Add filter by standard type.
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setFilterCommand(string $a_val, string $a_caption="")
setDefaultOrderDirection(string $a_defaultorderdirection)
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__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)
static getList(int $a_pool_id, string $a_title=null)
Get list of booking objects.
setEnableHeader(bool $a_enableheader)
setMaxCount(int $a_max_count)
set max.