ILIAS
trunk Revision v11.0_alpha-1753-gb21ca8c4367
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
ProviderFactory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Provider
;
22
23
use
ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider
;
24
use
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\ItemInformation
;
25
use
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider
;
26
use
ILIAS\GlobalScreen\Scope\MetaBar\Provider\StaticMetaBarProvider
;
27
use
ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider
;
28
use
ILIAS\GlobalScreen\Scope\Tool\Provider\DynamicToolProvider
;
29
use
ILIAS\GlobalScreen\Scope\Footer\Provider\StaticFooterProvider
;
30
34
interface
ProviderFactory
35
{
39
public
function
getModificationProvider
(): array;
40
44
public
function
getMainBarProvider
(): array;
45
49
public
function
getFooterProvider
(): array;
50
54
public
function
getMainBarItemInformation
():
ItemInformation
;
55
56
public
function
getFooterItemInformation
():
\ILIAS\GlobalScreen\Scope\Footer\Collector\Information\ItemInformation
;
57
61
public
function
getToolProvider
(): array;
62
66
public
function
getMetaBarProvider
(): array;
67
71
public
function
getNotificationsProvider
(): array;
72
77
public
function
getProviderByClassName
(
string
$class_name):
Provider
;
78
83
public
function
isInstanceCreationPossible
(
string
$class_name): bool;
84
89
public
function
isRegistered
(
string
$class_name): bool;
90
}
ILIAS\GlobalScreen\Provider\ProviderFactory\getProviderByClassName
getProviderByClassName(string $class_name)
ILIAS\GlobalScreen\Provider\ProviderFactory\isRegistered
isRegistered(string $class_name)
ILIAS\GlobalScreen\Provider\ProviderFactory\getNotificationsProvider
getNotificationsProvider()
StaticMainMenuProvider
ILIAS\GlobalScreen\Provider\ProviderFactory\getToolProvider
getToolProvider()
ILIAS\GlobalScreen\Provider\Provider
Interface Provider.
Definition:
Provider.php:26
ILIAS\GlobalScreen\Scope\Footer\Collector\Information\ItemInformation
Definition:
ItemInformation.php:30
ILIAS\GlobalScreen\Provider\ProviderFactory\getMainBarItemInformation
getMainBarItemInformation()
StaticMetaBarProvider
ILIAS\GlobalScreen\Provider\ProviderFactory\isInstanceCreationPossible
isInstanceCreationPossible(string $class_name)
ItemInformation
ModificationProvider
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\ItemInformation
Class ItemInformation.
Definition:
ItemInformation.php:32
ILIAS\GlobalScreen\Provider\ProviderFactory\getFooterProvider
getFooterProvider()
NotificationProvider
DynamicToolProvider
StaticFooterProvider
ILIAS\GlobalScreen\Provider\ProviderFactory\getModificationProvider
getModificationProvider()
ILIAS\GlobalScreen\Provider\ProviderFactory\getMetaBarProvider
getMetaBarProvider()
ILIAS\GlobalScreen\Provider\ProviderFactory
Definition:
ProviderFactory.php:34
ILIAS\GlobalScreen\Provider\ProviderFactory\getFooterItemInformation
getFooterItemInformation()
ILIAS\GlobalScreen\Provider
Definition:
AbstractPluginProvider.php:20
ILIAS\GlobalScreen\Provider\ProviderFactory\getMainBarProvider
getMainBarProvider()
components
ILIAS
GlobalScreen
src
Provider
ProviderFactory.php
Generated on Thu Apr 10 2025 23:03:17 for ILIAS by
1.8.13 (using
Doxyfile
)