ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
GUIService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Portfolio\Settings
;
22
23
use
ILIAS\Portfolio\InternalDataService
;
24
use
ILIAS\Portfolio\InternalDomainService
;
25
use
ILIAS\Portfolio\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,
bool
$in_repository,
int
$ref_id
= 0):
SettingsGUI
37
{
38
return
new
SettingsGUI
(
39
$this->data,
40
$this->domain,
41
$this->gui,
42
$obj_id,
43
$in_repository,
44
$ref_id
45
);
46
}
47
48
}
ILIAS\COPage\InternalDataService
Repository internal data service.
Definition:
class.InternalDataService.php:28
ILIAS\COPage\InternalDomainService
Definition:
class.InternalDomainService.php:36
ILIAS\COPage\InternalGUIService
Definition:
class.InternalGUIService.php:30
ILIAS\Portfolio\InternalDataService
Definition:
class.InternalDataService.php:26
ILIAS\Portfolio\InternalDomainService
Definition:
class.InternalDomainService.php:29
ILIAS\Portfolio\InternalGUIService
Definition:
class.InternalGUIService.php:27
ILIAS\Portfolio\Settings\GUIService
Definition:
GUIService.php:28
ILIAS\Portfolio\Settings\GUIService\settingsGUI
settingsGUI(int $obj_id, bool $in_repository, int $ref_id=0)
Definition:
GUIService.php:36
ILIAS\Portfolio\Settings\GUIService\__construct
__construct(protected InternalDataService $data, protected InternalDomainService $domain, protected InternalGUIService $gui)
Definition:
GUIService.php:29
ILIAS\Portfolio\Settings\SettingsGUI
Definition:
class.SettingsGUI.php:29
$ref_id
$ref_id
Definition:
ltiauth.php:66
$data
$data
Definition:
ltiregistration.php:29
ILIAS\Portfolio\Settings
Definition:
class.SettingsGUI.php:21
components
ILIAS
Portfolio
Settings
GUIService.php
Generated on Sat Oct 18 2025 23:02:39 for ILIAS by
1.9.4 (using
Doxyfile
)