ILIAS
release_8 Revision v8.19
◀ 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
n
o
p
r
s
t
u
v
w
x
+
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
j
l
m
p
s
t
u
+
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
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
AbstractToastProvider.php
Go to the documentation of this file.
1
<?php
18
declare(strict_types=1);
19
20
namespace
ILIAS\GlobalScreen\Scope\Toast\Provider
;
21
22
use
ILIAS\DI\Container
;
23
use
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface
;
24
use
ILIAS\GlobalScreen\Provider\AbstractProvider
;
25
use
ILIAS\UI\Component\Button\Shy
;
26
use
ILIAS\UI\Component\Link\Link
;
27
use
ILIAS\UI\Component\Symbol\Icon\Icon
;
28
use
ILIAS\UI\Component\Toast\Toast
;
29
use
ILIAS\UI\Implementation\Component\Toast\Toast
as
IToast
;
30
use
ILIAS\GlobalScreen\Scope\Toast\Factory\ToastFactory
;
31
32
abstract
class
AbstractToastProvider
extends
AbstractProvider
implements
ToastProvider
33
{
34
protected
Container
$dic
;
35
protected \ILIAS\UI\Factory
$ui_factory
;
36
protected
IdentificationProviderInterface
$if
;
37
protected
ToastFactory
$toast_factory
;
38
42
public
function
__construct
(
Container
$dic)
43
{
44
parent::__construct
($dic);
45
$this->toast_factory = $this->
globalScreen
()->toasts()->factory();
46
$this->ui_factory = $this->dic->ui()->factory();
47
$this->
if
= $this->
globalScreen
()->identification()->core($this);
48
}
49
}
Toast
ILIAS\GlobalScreen\Scope\Toast\Provider\AbstractToastProvider\$ui_factory
ILIAS UI Factory $ui_factory
Definition:
AbstractToastProvider.php:35
IdentificationProviderInterface
ILIAS\GlobalScreen\Scope\Toast\Provider\AbstractToastProvider\$dic
Container $dic
Definition:
AbstractToastProvider.php:34
ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen
globalScreen()
Definition:
AbstractProvider.php:45
AbstractProvider
Shy
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\GlobalScreen\Scope\Toast\Provider\AbstractToastProvider
Definition:
AbstractToastProvider.php:32
Icon
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php:31
Container
ILIAS\GlobalScreen\Scope\Toast\Provider\ToastProvider
Definition:
ToastProvider.php:26
ILIAS\GlobalScreen\Scope\Toast\Provider\AbstractToastProvider\__construct
__construct(Container $dic)
Definition:
AbstractToastProvider.php:42
ILIAS\GlobalScreen\Scope\Toast\Factory\ToastFactory
Definition:
ToastFactory.php:30
Link
ILIAS\GlobalScreen\Scope\Toast\Provider\AbstractToastProvider\$if
IdentificationProviderInterface $if
Definition:
AbstractToastProvider.php:36
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface
Class IdentificationProviderInterface.
Definition:
IdentificationProviderInterface.php:26
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ToastFactory
ILIAS\GlobalScreen\Scope\Toast\Provider
Definition:
AbstractToastPluginProvider.php:20
Toast
ILIAS\GlobalScreen\Scope\Toast\Provider\AbstractToastProvider\$toast_factory
ToastFactory $toast_factory
Definition:
AbstractToastProvider.php:37
ILIAS\GlobalScreen\Provider\AbstractProvider
Definition:
AbstractProvider.php:29
src
GlobalScreen
Scope
Toast
Provider
AbstractToastProvider.php
Generated on Fri Apr 4 2025 22:03:12 for ILIAS by
1.8.13 (using
Doxyfile
)