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
28{
29 public function __construct(
30 protected InternalDataService $data,
31 protected InternalDomainService $domain,
32 protected InternalGUIService $gui
33 ) {
34 }
35
36 public function settingsGUI(
37 int $obj_id,
38 int $ref_id,
39 bool $creation_mode,
40 object $parent_gui
41 ): SettingsGUI {
43 $this->data,
44 $this->domain,
45 $this->gui,
46 $obj_id,
47 $ref_id,
48 $creation_mode,
49 $parent_gui
50 );
51 }
52}
Author: Alexander Killing killing@leifos.de
__construct(protected InternalDataService $data, protected InternalDomainService $domain, protected InternalGUIService $gui)
settingsGUI(int $obj_id, int $ref_id, bool $creation_mode, object $parent_gui)
@ilCtrl_Calls ILIAS\BookingManager\Settings\SettingsGUI: ilDidacticTemplateGUI
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$ref_id
Definition: ltiauth.php:66