ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ ilDoc Overview
NotificationServices.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
22
namespace
ILIAS\GlobalScreen\Scope\Notification
;
23
24
use
ILIAS\GlobalScreen\Scope\Notification\Factory\NotificationFactory
;
25
30
class
NotificationServices
31
{
32
private
NotificationFactory
$notification_factory
;
33
34
public
function
__construct
()
35
{
36
$this->notification_factory =
new
NotificationFactory
();
37
}
38
39
43
public
function
factory
():
NotificationFactory
44
{
45
return
$this->notification_factory
;
46
}
47
}
ILIAS\GlobalScreen\Scope\Notification\NotificationServices\__construct
__construct()
Definition:
NotificationServices.php:34
ILIAS\GlobalScreen\Scope\Notification\Factory\NotificationFactory
Class NotificationFactory.
Definition:
NotificationFactory.php:29
NotificationFactory
ILIAS\GlobalScreen\Scope\Notification\NotificationServices\factory
factory()
Definition:
NotificationServices.php:43
ILIAS\GlobalScreen\Scope\Notification
PhpIncompatibleReturnTypeInspection
ILIAS\GlobalScreen\Scope\Notification\NotificationServices\$notification_factory
NotificationFactory $notification_factory
Definition:
NotificationServices.php:32
ILIAS\GlobalScreen\Scope\Notification\NotificationServices
Class NotificationServices.
Definition:
NotificationServices.php:30
components
ILIAS
GlobalScreen
src
Scope
Notification
NotificationServices.php
Generated on Tue Sep 2 2025 23:03:09 for ILIAS by
1.8.13 (using
Doxyfile
)