ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
GUIService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Blog\ReadingTime
;
22
23
use
ILIAS\Blog\InternalDataService
;
24
use
ILIAS\Blog\InternalDomainService
;
25
use
ILIAS\Blog\InternalGUIService
;
26
use
ILIAS\Blog\Settings\SettingsGUI
;
27
28
class
GUIService
29
{
30
public
function
__construct
(
31
protected
InternalDataService
$data
,
32
protected
InternalDomainService
$domain,
33
protected
InternalGUIService
$gui
34
) {
35
}
36
37
public
function
settingsGUI
(
int
$obj_id):
BlogSettingsGUI
38
{
39
return
new
BlogSettingsGUI
(
40
$obj_id
41
);
42
}
43
}
ILIAS\Blog\ReadingTime\GUIService
Definition:
GUIService.php:28
InternalDataService
$data
$data
Definition:
ltiregistration.php:29
ILIAS\Blog\ReadingTime\GUIService\settingsGUI
settingsGUI(int $obj_id)
Definition:
GUIService.php:37
ILIAS\Blog\ReadingTime\GUIService\__construct
__construct(protected InternalDataService $data, protected InternalDomainService $domain, protected InternalGUIService $gui)
Definition:
GUIService.php:30
InternalGUIService
InternalDomainService
ILIAS\Blog\InternalDomainService
Definition:
class.InternalDomainService.php:37
SettingsGUI
ILIAS\Blog\ReadingTime\BlogSettingsGUI
Definition:
class.BlogSettingsGUI.php:28
ILIAS\Blog\InternalDataService
Definition:
class.InternalDataService.php:29
ILIAS\Blog\InternalGUIService
Definition:
class.InternalGUIService.php:28
ILIAS\Blog\ReadingTime
Definition:
class.BlogSettingsGUI.php:21
components
ILIAS
Blog
ReadingTime
GUIService.php
Generated on Sun Aug 31 2025 23:02:24 for ILIAS by
1.8.13 (using
Doxyfile
)