ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 (ilObjBookingPool $pool, int $booking_object_id, string $seed="", int $context_obj_id=0) | |
executeCommand () | |
week () | |
First step in booking process. More... | |
book () | |
Triggered from object list week view for booking a single object / confirmation for. More... | |
assignParticipants () | |
showNumberForm () | |
processNumberForm () | |
checkAvailability (bool $incl_recurrence=true, int $nr=0, string $message="") | |
displayPostInfo () | |
deliverPostFile () | |
back () | |
Protected Member Functions | |
showNoPermission () | |
selectObjects () | |
getBookgingObjectTitle () | |
getNumberForm (int $from, int $to) | |
getRecurrenceForm () | |
getMissingAvailabilityMessage (array $missing) | |
bookAvailableItems (?int $recurrence=null, ?ilDateTime $until=null) | |
getBookAvailableTarget (int $obj_id, string $slot, int $recurrence, int $nr, int $until) | |
Protected Attributes | |
ILIAS BookingManager Access AccessManager | $access |
ilLogger | $log |
ILIAS BookingManager BookingProcess ObjectSelectionManager | $object_selection |
ILIAS BookingManager Objects ObjectsManager | $object_manager |
ILIAS BookingManager Reservations ReservationManager | $reservation |
ILIAS BookingManager BookingProcess ProcessUtilGUI | $util_gui |
ILIAS BookingManager InternalRepoService | $repo |
ILIAS BookingManager BookingProcess BookingProcessManager | $process |
ILIAS HTTP Services | $http |
ILIAS BookingManager InternalGUIService | $gui |
array | $raw_post_data |
ILIAS BookingManager StandardGUIRequest | $book_request |
ilObjBookingPool | $pool |
int | $booking_object_id |
int | $user_id_to_book |
int | $user_id_assigner |
string | $seed |
ilBookingHelpAdapter | $help |
int | $context_obj_id |
ilCtrl | $ctrl |
ilGlobalTemplateInterface | $tpl |
ilLanguage | $lng |
ilTabsGUI | $tabs_gui |
ilObjUser | $user |
int | $book_obj_id |
array | $rsv_ids = [] |
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 Booking process ui class
Definition at line 23 of file class.ilBookingProcessWithScheduleGUI.php.
ilBookingProcessWithScheduleGUI::__construct | ( | ilObjBookingPool | $pool, |
int | $booking_object_id, | ||
string | $seed = "" , |
||
int | $context_obj_id = 0 |
||
) |
Definition at line 52 of file class.ilBookingProcessWithScheduleGUI.php.
References $booking_object_id, $context_obj_id, $DIC, $pool, $seed, $user_id_assigner, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ilObject\getId(), ILIAS\Repository\help(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
ilBookingProcessWithScheduleGUI::assignParticipants | ( | ) |
Implements ILIAS\BookingManager\BookingProcess\BookingProcessGUI.
Definition at line 246 of file class.ilBookingProcessWithScheduleGUI.php.
ilBookingProcessWithScheduleGUI::back | ( | ) |
Implements ILIAS\BookingManager\BookingProcess\BookingProcessGUI.
Definition at line 549 of file class.ilBookingProcessWithScheduleGUI.php.
Referenced by showNoPermission().
ilBookingProcessWithScheduleGUI::book | ( | ) |
Triggered from object list week view for booking a single object / confirmation for.
Implements ILIAS\BookingManager\BookingProcess\BookingProcessGUI.
Definition at line 208 of file class.ilBookingProcessWithScheduleGUI.php.
References $seed, $tpl, $user_id_to_book, ilCalendarUserSettings\_getInstanceByUserId(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\UICore\GlobalTemplate\setContent(), and ILIAS\Repository\user().
|
protected |
Definition at line 474 of file class.ilBookingProcessWithScheduleGUI.php.
References $message, $user_id_to_book, ILIAS\Repository\access(), IL_CAL_UNIX, ILIAS\Repository\int(), ILIAS\Repository\lng(), and showNoPermission().
ilBookingProcessWithScheduleGUI::checkAvailability | ( | bool | $incl_recurrence = true , |
int | $nr = 0 , |
||
string | $message = "" |
||
) |
Definition at line 384 of file class.ilBookingProcessWithScheduleGUI.php.
References $message, ILIAS\Repository\ctrl(), getBookAvailableTarget(), getBookgingObjectTitle(), getMissingAvailabilityMessage(), getRecurrenceForm(), IL_CAL_UNIX, ILIAS\Repository\int(), ILIAS\Repository\lng(), and send().
Referenced by processNumberForm().
ilBookingProcessWithScheduleGUI::deliverPostFile | ( | ) |
Definition at line 541 of file class.ilBookingProcessWithScheduleGUI.php.
ilBookingProcessWithScheduleGUI::displayPostInfo | ( | ) |
Implements ILIAS\BookingManager\BookingProcess\BookingProcessGUI.
Definition at line 532 of file class.ilBookingProcessWithScheduleGUI.php.
ilBookingProcessWithScheduleGUI::executeCommand | ( | ) |
Definition at line 108 of file class.ilBookingProcessWithScheduleGUI.php.
References $ctrl, ilCtrl\getCmd(), and ilCtrl\getNextClass().
|
protected |
Definition at line 517 of file class.ilBookingProcessWithScheduleGUI.php.
References ILIAS\Repository\ctrl().
Referenced by checkAvailability().
|
protected |
Definition at line 268 of file class.ilBookingProcessWithScheduleGUI.php.
Referenced by checkAvailability(), processNumberForm(), and showNumberForm().
|
protected |
Definition at line 460 of file class.ilBookingProcessWithScheduleGUI.php.
References Vendor\Package\$f, ilDatePresentation\formatDate(), IL_CAL_UNIX, and ILIAS\Repository\lng().
Referenced by checkAvailability().
|
protected |
ilCtrlException | |
ilDateTimeException |
Definition at line 278 of file class.ilBookingProcessWithScheduleGUI.php.
References ILIAS\Repository\ctrl(), ilDatePresentation\formatPeriod(), IL_CAL_UNIX, and ILIAS\Repository\lng().
Referenced by processNumberForm(), and showNumberForm().
|
protected |
Definition at line 363 of file class.ilBookingProcessWithScheduleGUI.php.
References IL_CAL_UNIX, and ILIAS\Repository\lng().
Referenced by checkAvailability(), and processNumberForm().
ilBookingProcessWithScheduleGUI::processNumberForm | ( | ) |
Definition at line 309 of file class.ilBookingProcessWithScheduleGUI.php.
References $message, checkAvailability(), ILIAS\Repository\ctrl(), getBookgingObjectTitle(), getNumberForm(), and getRecurrenceForm().
|
protected |
Definition at line 189 of file class.ilBookingProcessWithScheduleGUI.php.
References ILIAS\Repository\ctrl().
|
protected |
Definition at line 134 of file class.ilBookingProcessWithScheduleGUI.php.
References back(), and ILIAS\Repository\lng().
Referenced by bookAvailableItems().
ilBookingProcessWithScheduleGUI::showNumberForm | ( | ) |
Definition at line 251 of file class.ilBookingProcessWithScheduleGUI.php.
References $book_obj_id, ILIAS\Repository\ctrl(), getBookgingObjectTitle(), getNumberForm(), and ILIAS\Repository\lng().
ilBookingProcessWithScheduleGUI::week | ( | ) |
First step in booking process.
Definition at line 147 of file class.ilBookingProcessWithScheduleGUI.php.
References Vendor\Package\$bar, $seed, $tpl, ilCalendarUserSettings\_getInstanceByUserId(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\UICore\GlobalTemplate\setContent(), ILIAS\UICore\GlobalTemplate\setRightContent(), and ILIAS\Repository\user().
|
protected |
Definition at line 25 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 49 of file class.ilBookingProcessWithScheduleGUI.php.
Referenced by showNumberForm().
|
protected |
Definition at line 36 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 38 of file class.ilBookingProcessWithScheduleGUI.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilBookingProcessWithScheduleGUI.php.
Referenced by __construct().
|
protected |
Definition at line 44 of file class.ilBookingProcessWithScheduleGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 34 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 42 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 33 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 46 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 26 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 28 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 27 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 37 of file class.ilBookingProcessWithScheduleGUI.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 35 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 31 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 29 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 50 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 41 of file class.ilBookingProcessWithScheduleGUI.php.
Referenced by __construct(), book(), and week().
|
protected |
Definition at line 47 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 45 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 48 of file class.ilBookingProcessWithScheduleGUI.php.
|
protected |
Definition at line 40 of file class.ilBookingProcessWithScheduleGUI.php.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilBookingProcessWithScheduleGUI.php.
Referenced by book(), and bookAvailableItems().
|
protected |
Definition at line 30 of file class.ilBookingProcessWithScheduleGUI.php.