ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
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
ProviderFactory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
namespace
ILIAS\GlobalScreen\Provider
;
21
22
use
ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider
;
23
use
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\ItemInformation
;
24
use
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider
;
25
use
ILIAS\GlobalScreen\Scope\MetaBar\Provider\StaticMetaBarProvider
;
26
use
ILIAS\GlobalScreen\Scope\Notification\Provider\NotificationProvider
;
27
use
ILIAS\GlobalScreen\Scope\Tool\Provider\DynamicToolProvider
;
28
33
interface
ProviderFactory
34
{
38
public
function
getModificationProvider
() : array;
39
43
public
function
getMainBarProvider
() : array;
44
48
public
function
getMainBarItemInformation
() :
ItemInformation
;
49
53
public
function
getToolProvider
() : array;
54
58
public
function
getMetaBarProvider
() : array;
59
63
public
function
getNotificationsProvider
() : array;
64
69
public
function
getProviderByClassName
(
string
$class_name) :
Provider
;
70
75
public
function
isInstanceCreationPossible
(
string
$class_name) : bool;
76
81
public
function
isRegistered
(
string
$class_name) : bool;
82
}
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\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
NotificationProvider
DynamicToolProvider
ILIAS\GlobalScreen\Provider\ProviderFactory\getModificationProvider
getModificationProvider()
ILIAS\GlobalScreen\Provider\ProviderFactory\getMetaBarProvider
getMetaBarProvider()
ILIAS\GlobalScreen\Provider\ProviderFactory
Interface ProviderFactory.
Definition:
ProviderFactory.php:33
ILIAS\GlobalScreen\Provider
Definition:
AbstractPluginProvider.php:20
ILIAS\GlobalScreen\Provider\ProviderFactory\getMainBarProvider
getMainBarProvider()
src
GlobalScreen
Provider
ProviderFactory.php
Generated on Thu Apr 3 2025 21:01:35 for ILIAS by
1.8.13 (using
Doxyfile
)