1 <?php declare(strict_types = 1);
47 $this->domain_service,
61 return new \ilBookingProcessWithScheduleGUI(
75 return new \ilBookingProcessWithoutScheduleGUI(
90 return \ilBookingProcessWithScheduleGUI::class;
92 return \ilBookingProcessWithoutScheduleGUI::class;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Booking process ui class.
getProcessClass($with_schedule=true)
getProcessClassForPool(\ilObjBookingPool $pool)
InternalDataService $data_service
Common functions for process GUI classes.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilBookingProcessWithoutScheduleGUI(\ilObjBookingPool $pool, int $book_obj_id, int $context_obj_id)
ilBookingProcessWithScheduleGUI(\ilObjBookingPool $pool, int $book_obj_id, int $context_obj_id, string $seed)
InternalGUIService $gui_service
InternalDomainService $domain_service
Repository internal data service.
ProcessUtilGUI(\ilObjBookingPool $pool, object $parent_gui)
Booking process ui class.
__construct(InternalDataService $data_service, InternalDomainService $domain_service, InternalGUIService $gui_service)