ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ 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
}
ILIAS\Repository\InternalDomainService
Definition:
class.InternalDomainService.php:28
ILIAS\Repository\InternalGUIService
Definition:
class.InternalGUIService.php:29
ILIAS\Style\Content\Access\StyleAccessManager
Manages access to content style editing.
Definition:
class.StyleAccessManager.php:30
ILIAS\Style\Content\InternalDomainService
Definition:
class.InternalDomainService.php:36
ILIAS\Style\Content\InternalGUIService
Content style internal ui factory.
Definition:
class.InternalGUIService.php:32
ILIAS\Style\Content\Style\GUIService
Definition:
class.GUIService.php:33
ILIAS\Style\Content\Style\GUIService\__construct
__construct(protected InternalDomainService $domain, protected InternalGUIService $gui)
Definition:
class.GUIService.php:34
ilObjStyleSheet
Class ilObjStyleSheet.
Definition:
class.ilObjStyleSheet.php:29
ilStyleCharacteristicGUI
Characteristics UI.
Definition:
class.ilStyleCharacteristicGUI.php:32
ILIAS\Style\Content\Style
Definition:
class.GUIService.php:21
components
ILIAS
Style
Content
Style
class.GUIService.php
Generated on Sat Dec 13 2025 23:01:56 for ILIAS by
1.9.4 (using
Doxyfile
)