ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilInfoScreenGUI $info_screen_gui) | |
add () | |
Add info to info screen. More... | |
Protected Member Functions | |
getPoolIds () | |
Get pool ids. More... | |
getList () | |
Get reservation list. More... | |
Protected Attributes | |
ilInfoScreenGUI | $info_screen_gui |
int | $context_obj_id |
ilObjUseBookDBRepository | $use_book_repo |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Embeds booking information into info screen
Definition at line 23 of file class.ilBookingInfoScreenAdapter.php.
ilBookingInfoScreenAdapter::__construct | ( | ilInfoScreenGUI | $info_screen_gui | ) |
Definition at line 29 of file class.ilBookingInfoScreenAdapter.php.
References $DIC, $info_screen_gui, and ilInfoScreenGUI\getContextObjId().
ilBookingInfoScreenAdapter::add | ( | ) |
Add info to info screen.
Definition at line 72 of file class.ilBookingInfoScreenAdapter.php.
References $info_screen_gui, ilObject\_lookupTitle(), ilInfoScreenGUI\addSection(), ilDatePresentation\formatDate(), getList(), and IL_CAL_DATE.
|
protected |
Get reservation list.
Definition at line 54 of file class.ilBookingInfoScreenAdapter.php.
References $context_obj_id, Vendor\Package\$f, getPoolIds(), ilArrayUtil\sortArray(), ilArrayUtil\stableSortArray(), and ilBookingReservation\STATUS_CANCELLED.
Referenced by add().
|
protected |
Get pool ids.
Definition at line 43 of file class.ilBookingInfoScreenAdapter.php.
References $ref_id, and ilObject\_lookupObjId().
Referenced by getList().
|
protected |
Definition at line 26 of file class.ilBookingInfoScreenAdapter.php.
Referenced by getList().
|
protected |
Definition at line 25 of file class.ilBookingInfoScreenAdapter.php.
Referenced by __construct(), and add().
|
protected |
Definition at line 27 of file class.ilBookingInfoScreenAdapter.php.