19 declare(strict_types=1);
48 return new Preferences\GUIService(
50 $this->domain_service,
55 public function process(): BookingProcess\GUIService
57 return new BookingProcess\GUIService(
59 $this->domain_service,
64 public function objects(): Objects\GUIService
66 return new Objects\GUIService(
68 $this->domain_service,
75 return new \ilBookingHelpAdapter($pool, $this->
help());
82 $this->domain_service->refinery()
88 return self::$instances[
"settings"] ??=
new Settings\GUIService(
90 $this->domain_service,
bookingHelp(\ilObjBookingPool $pool)
initGUIServices(\ILIAS\DI\Container $DIC)
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...
InternalDataService $data_service
trait GlobalDICGUIServices
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Author: Alexander Killing killing@leifos.de
static http()
Fetches the global http state from ILIAS.
InternalDomainService $domain_service
__construct(Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)
Repository internal data service.