ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
NotificationServices.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Scope\Notification
;
2
3
use
ILIAS\GlobalScreen\Scope\Notification\Factory\NotificationFactory
;
4
use
ILIAS\GlobalScreen\SingletonTrait
;
5
11
class
NotificationServices
12
{
13
use
SingletonTrait
;
14
15
19
public
function
factory
() :
NotificationFactory
20
{
21
return
$this->
get
(NotificationFactory::class);
22
}
23
}
ILIAS\GlobalScreen\Scope\Notification\Factory\NotificationFactory
Class NotificationFactory.
Definition:
NotificationFactory.php:9
NotificationFactory
ILIAS\GlobalScreen\SingletonTrait
trait SingletonTrait
Class SingletonTrait.
Definition:
SingletonTrait.php:9
ILIAS\GlobalScreen\Scope\Notification\NotificationServices\factory
factory()
Definition:
NotificationServices.php:19
ILIAS\GlobalScreen\Scope\Notification
ILIAS\GlobalScreen\Scope\Notification\NotificationServices
Class NotificationServices.
Definition:
NotificationServices.php:11
src
GlobalScreen
Scope
Notification
NotificationServices.php
Generated on Mon Sep 1 2025 20:01:42 for ILIAS by
1.8.13 (using
Doxyfile
)