ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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 Sun Apr 13 2025 20:01:35 for ILIAS by
1.8.13 (using
Doxyfile
)