ILIAS  release_8 Revision v8.24
class.GUIService.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
22
26
31{
35
36 public function __construct(
40 ) {
41 $this->data_service = $data_service;
42 $this->domain_service = $domain_service;
43 $this->gui_service = $gui_service;
44 }
45
47 {
48 return new \ilBookingPreferencesGUI($pool);
49 }
50}
__construct(InternalDataService $data_service, InternalDomainService $domain_service, InternalGUIService $gui_service)
Booking preferences ui 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...