36 $this->context_obj_id = $this->info_screen_gui->getContextObjId();
48 $pool_ids = array_map(
function ($ref_id) {
50 }, $this->use_book_repo->getUsedBookingPools($this->context_obj_id));
61 $filter[
'past'] =
true;
64 $repo =
$f->getRepo();
65 $list = $repo->getListByDate(
true, null, $filter, $this->
getPoolIds());
81 foreach ($this->
getList() as $item) {
83 if ($current_pool_id != $item[
"pool_id"]) {
88 $item[
"title"] .
" (" . $item[
"counter"] .
")",
91 $current_pool_id = $item[
"pool_id"];
static sortArray( $array, $a_array_sortby, $a_array_sortorder=0, $a_numeric=false, $a_keep_keys=false)
sortArray
This repo stores infos on repository objects that are using booking managers as a service (resource m...
static _lookupTitle($a_id)
lookup object title
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
getPoolIds()
Get pool ids.
Embeds booking information into info screen.
__construct(ilInfoScreenGUI $info_screen_gui)
Constructor.
static stableSortArray($array, $a_array_sortby, $a_array_sortorder=0, $a_numeric=false)
Sort an aray using a stable sort algorithm, which preveserves the sequence of array elements which ha...
static _lookupObjId($a_id)
Factory for reservation repo.