ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
class.GUIService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Blog\Presentation
;
22
23
use
ILIAS\Blog\InternalDomainService
;
24
use
ILIAS\Blog\InternalGUIService
;
25
26
class
GUIService
27
{
28
protected
InternalGUIService
$gui
;
29
protected
InternalDomainService
$domain
;
30
31
public
function
__construct
(
32
InternalDomainService
$domain,
33
InternalGUIService
$gui
34
) {
35
$this->domain =
$domain
;
36
$this->gui =
$gui
;
37
}
38
39
public
function
util
():
Util
40
{
41
return
new
Util
();
42
}
43
}
ILIAS\Blog\Presentation\GUIService\__construct
__construct(InternalDomainService $domain, InternalGUIService $gui)
Definition:
class.GUIService.php:31
InternalGUIService
InternalDomainService
ILIAS\Blog\Presentation\GUIService\util
util()
Definition:
class.GUIService.php:39
ILIAS\Blog\InternalDomainService
Definition:
class.InternalDomainService.php:37
ILIAS\Blog\Presentation
Definition:
class.GUIService.php:21
ILIAS\Blog\Presentation\GUIService
Definition:
class.GUIService.php:26
ILIAS\Blog\Presentation\Util
Definition:
Util.php:23
ILIAS\Blog\InternalGUIService
Definition:
class.InternalGUIService.php:28
ILIAS\Blog\Presentation\GUIService\$gui
InternalGUIService $gui
Definition:
class.GUIService.php:28
ILIAS\Blog\Presentation\GUIService\$domain
InternalDomainService $domain
Definition:
class.GUIService.php:29
components
ILIAS
Blog
Presentation
Service
class.GUIService.php
Generated on Wed Sep 3 2025 23:02:24 for ILIAS by
1.8.13 (using
Doxyfile
)