ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Service.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Notifications
;
22
23
use
ILIAS\DI\Container
;
24
28
class
Service
29
{
30
public
function
__construct
(
protected
Container
$dic
)
31
{
32
}
33
34
public
function
system
():
ilNotificationSystem
35
{
36
return
new
ilNotificationSystem
(
37
$this->dic->rbac()->review(),
38
$this->dic->logger()->nota()
39
);
40
}
41
}
ILIAS\Notifications\Service
Definition:
Service.php:28
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php:35
Container
ILIAS\Notifications\ilNotificationSystem
Definition:
ilNotificationSystem.php:32
ILIAS\Notifications\Service\system
system()
Definition:
Service.php:34
$dic
$dic
Definition:
result.php:31
ILIAS\Notifications\Service\__construct
__construct(protected Container $dic)
Definition:
Service.php:30
ILIAS\Notifications
components
ILIAS
Notifications
classes
Service
Service.php
Generated on Sun Aug 31 2025 23:03:29 for ILIAS by
1.8.13 (using
Doxyfile
)