ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
AbstractNotificationProvider.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Scope\Notification\Provider
;
2
3
use
ILIAS\DI\Container
;
4
use
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface
;
5
use
ILIAS\GlobalScreen\Provider\AbstractProvider
;
6
use
ILIAS\GlobalScreen\Scope\Notification\Factory\NotificationFactory
;
7
13
abstract
class
AbstractNotificationProvider
extends
AbstractProvider
implements
NotificationProvider
14
{
15
19
protected
$dic
;
23
protected
$if
;
27
protected
$notification_factory
;
28
29
33
public
function
__construct
(
Container
$dic
)
34
{
35
parent::__construct
($dic);
36
$this->notification_factory = $this->
globalScreen
()->notifications()->factory();
37
$this->
if
= $this->
globalScreen
()->identification()->core($this);
38
}
39
}
IdentificationProviderInterface
ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen
globalScreen()
Definition:
AbstractProvider.php:36
ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider
Interface AbstractNotificationProvider.
Definition:
AbstractNotificationProvider.php:13
AbstractProvider
ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider\$if
$if
Definition:
AbstractNotificationProvider.php:23
ILIAS\GlobalScreen\Scope\Notification\Provider
Definition:
AbstractNotificationPluginProvider.php:1
NotificationFactory
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php:17
Container
ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider\$dic
$dic
Definition:
AbstractNotificationProvider.php:19
ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider\__construct
__construct(Container $dic)
Definition:
AbstractNotificationProvider.php:33
ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider
Interface NotificationProvider.
Definition:
NotificationProvider.php:11
ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider\$notification_factory
$notification_factory
Definition:
AbstractNotificationProvider.php:27
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:30
ILIAS\GlobalScreen\Provider\AbstractProvider
Definition:
AbstractProvider.php:11
src
GlobalScreen
Scope
Notification
Provider
AbstractNotificationProvider.php
Generated on Mon Sep 1 2025 20:01:42 for ILIAS by
1.8.13 (using
Doxyfile
)