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 object $parent_obj
42 ): SettingsGUI {
44 $this->data,
45 $this->domain,
46 $this->gui,
47 $obj_id,
48 $ref_id,
49 $creation_mode,
50 $parent_gui,
51 $parent_obj
52 );
53 }
54}
settingsGUI(int $obj_id, int $ref_id, bool $creation_mode, object $parent_gui, object $parent_obj)
__construct(protected InternalDataService $data, protected InternalDomainService $domain, protected InternalGUIService $gui)
@ilCtrl_Calls ILIAS\Glossary\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