ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ 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:32
ILIAS\Notifications\Service\__construct
__construct(protected Container $dic)
Definition:
Service.php:30
ILIAS\Notifications
Services
Notifications
classes
Service
Service.php
Generated on Wed Sep 10 2025 14:11:35 for ILIAS by
1.8.13 (using
Doxyfile
)