ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.GUIService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
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
46 public function ilBookBulkCreationGUI(
47 \ilObjBookingPool $pool
50 $this->domain_service,
51 $this->gui_service,
52 $pool
53 );
54 }
55
56}
Author: Alexander Killing killing@leifos.de
__construct(InternalDataService $data_service, InternalDomainService $domain_service, InternalGUIService $gui_service)
ilBookBulkCreationGUI(\ilObjBookingPool $pool)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
return['delivery_method'=> 'php',]
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...