ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
GUIService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\COPage\PC\Paragraph
;
22
23
use
ILIAS\COPage\InternalGUIService
;
24
use
ILIAS\COPage\InternalDomainService
;
25
26
class
GUIService
27
{
28
public
function
__construct
(
29
protected
InternalDomainService
$domain_service,
30
protected
InternalGUIService
$gui_service
31
) {
32
}
33
34
public
function
menu
():
MenuGUI
35
{
36
global
$DIC
;
37
$style_service =
$DIC
->contentStyle()->internal();
38
return
new
MenuGUI
(
39
$this->domain_service,
40
$this->gui_service,
41
$style_service
42
);
43
}
44
}
ILIAS\COPage\InternalDomainService
Definition:
class.InternalDomainService.php:36
ILIAS\COPage\InternalGUIService
Definition:
class.InternalGUIService.php:31
ILIAS\COPage\PC\Paragraph\GUIService
Definition:
GUIService.php:27
ILIAS\COPage\PC\Paragraph\GUIService\__construct
__construct(protected InternalDomainService $domain_service, protected InternalGUIService $gui_service)
Definition:
GUIService.php:28
ILIAS\COPage\PC\Paragraph\GUIService\menu
menu()
Definition:
GUIService.php:34
ILIAS\COPage\PC\Paragraph\MenuGUI
Definition:
MenuGUI.php:27
ILIAS\COPage\PC\Paragraph
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ParagraphCommandActionHandler.php:19
$DIC
global $DIC
Definition:
shib_login.php:26
components
ILIAS
COPage
PC
Paragraph
GUIService.php
Generated on Sat Dec 13 2025 23:01:57 for ILIAS by
1.9.4 (using
Doxyfile
)