ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
GUIService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Wiki\Settings
;
22
23
use
ILIAS\Wiki\InternalDataService
;
24
use
ILIAS\Wiki\InternalDomainService
;
25
use
ILIAS\Wiki\InternalGUIService
;
26
27
class
GUIService
28
{
29
public
function
__construct
(
30
protected
InternalDataService
$data
,
31
protected
InternalDomainService
$domain,
32
protected
InternalGUIService
$gui
33
) {
34
}
35
36
public
function
settingsGUI
(
int
$obj_id,
int
$ref_id
):
SettingsGUI
37
{
38
return
new
SettingsGUI
(
39
$this->data,
40
$this->domain,
41
$this->gui,
42
$obj_id,
43
$ref_id
44
);
45
}
46
47
}
$data
$data
Definition:
ltiregistration.php:29
InternalDataService
ILIAS\Wiki\InternalDataService
Wiki internal data service.
Definition:
class.InternalDataService.php:31
ILIAS\Wiki\Settings\GUIService\__construct
__construct(protected InternalDataService $data, protected InternalDomainService $domain, protected InternalGUIService $gui)
Definition:
GUIService.php:29
$ref_id
$ref_id
Definition:
ltiauth.php:65
ILIAS\Wiki\Settings
Definition:
class.SettingsGUI.php:21
ILIAS\Wiki\Settings\SettingsGUI
Definition:
class.SettingsGUI.php:28
ILIAS\Wiki\InternalDomainService
Definition:
class.InternalDomainService.php:34
ILIAS\Wiki\Settings\GUIService\settingsGUI
settingsGUI(int $obj_id, int $ref_id)
Definition:
GUIService.php:36
ILIAS\Wiki\InternalGUIService
Definition:
class.InternalGUIService.php:29
ILIAS\Wiki\Settings\GUIService
Definition:
GUIService.php:27
InternalDomainService
InternalGUIService
components
ILIAS
Wiki
Settings
GUIService.php
Generated on Wed Sep 3 2025 23:02:28 for ILIAS by
1.8.13 (using
Doxyfile
)