19 declare(strict_types=1);
49 $this->domain_service,
62 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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getProcessClass($with_schedule=true)
getProcessClassForPool(\ilObjBookingPool $pool)
InternalDataService $data_service
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
Author: Alexander Killing killing@leifos.de
InternalDomainService $domain_service
Repository internal data service.
ProcessUtilGUI(\ilObjBookingPool $pool, object $parent_gui)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(InternalDataService $data_service, InternalDomainService $domain_service, InternalGUIService $gui_service)