ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.GUIService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Style\Content\Style
;
22
23
use
ILIAS\Style\Content\Access\StyleAccessManager
;
24
use
ilObjStyleSheet
;
25
use
ilStyleCharacteristicGUI
;
26
use
ILIAS\Style\Content\InternalDomainService
;
27
use
ILIAS\Style\Content\InternalGUIService
;
28
32
class
GUIService
33
{
34
public
function
__construct
(
35
protected
InternalDomainService
$domain,
36
protected
InternalGUIService
$gui
37
) {
38
}
39
40
public
function
importModal
():
ImportModal
41
{
42
return
new
ImportModal
(
43
$this->domain,
44
$this->gui
45
);
46
}
47
48
}
ilObjStyleSheet
ILIAS\Style\Content\InternalGUIService
Content style internal ui factory.
Definition:
class.InternalGUIService.php:31
ILIAS\Style\Content\Style\ImportModal
Definition:
ImportModal.php:27
StyleAccessManager
ILIAS\Style\Content\GUIService
Facade for consumer gui interface.
Definition:
class.GUIService.php:31
ilStyleCharacteristicGUI
InternalDomainService
ILIAS\Style\Content\Style\GUIService\importModal
importModal()
Definition:
class.GUIService.php:40
ILIAS\Style\Content\Style
Definition:
class.GUIService.php:21
ILIAS\Style\Content\Style\GUIService\__construct
__construct(protected InternalDomainService $domain, protected InternalGUIService $gui)
Definition:
class.GUIService.php:34
ILIAS\Style\Content\InternalDomainService
Definition:
class.InternalDomainService.php:35
InternalGUIService
components
ILIAS
Style
Content
Style
class.GUIService.php
Generated on Sun Aug 31 2025 23:02:23 for ILIAS by
1.8.13 (using
Doxyfile
)