ILIAS
trunk Revision v11.0_alpha-1843-g9e1fad99175
◀ 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
PluginProviderHelper.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\DI\Container
;
23
use
ILIAS\GlobalScreen\Identification\PluginIdentificationProvider
;
24
use
ilPlugin
;
25
30
trait
PluginProviderHelper
31
{
32
protected
ilPlugin
$plugin
;
33
37
final
public
function
__construct
(
Container
$dic
,
ilPlugin
$plugin)
38
{
39
parent::__construct
($dic);
40
$this->plugin =
$plugin
;
41
$this->
if
= $this->
globalScreen
()->identification()->plugin($plugin->
getId
(), $this);
42
}
43
44
final
public
function
getProviderNameForPresentation
(): string
45
{
46
return
$this->plugin->getPluginName();
47
}
48
49
final
public
function
getPluginID
(): string
50
{
51
return
$this->plugin->getId();
52
}
53
54
final
public
function
id
():
PluginIdentificationProvider
55
{
56
return
$this->if;
57
}
58
}
ILIAS\GlobalScreen\Identification\PluginIdentificationProvider
Class PluginIdentificationProvider.
Definition:
PluginIdentificationProvider.php:32
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php:35
ILIAS\GlobalScreen\Provider\getPluginID
getPluginID()
Definition:
PluginProviderHelper.php:49
XapiProxy\$plugin
$plugin
Definition:
xapiproxy.php:27
ilPlugin\getId
getId()
Definition:
class.ilPlugin.php:100
Container
ILIAS\Repository\globalScreen
globalScreen()
Definition:
trait.GlobalDICGUIServices.php:104
ILIAS\__construct
__construct()
Constructor setup ILIAS global object public.
Definition:
class.ilias.php:76
PluginIdentificationProvider
ILIAS\GlobalScreen\Provider\getProviderNameForPresentation
getProviderNameForPresentation()
Definition:
PluginProviderHelper.php:44
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ILIAS\GlobalScreen\Provider\id
id()
Definition:
PluginProviderHelper.php:54
$dic
$dic
Definition:
result.php:31
PluginProviderHelper
ILIAS\GlobalScreen\Provider
Definition:
AbstractPluginProvider.php:20
ilPlugin
components
ILIAS
GlobalScreen
src
Provider
PluginProviderHelper.php
Generated on Thu Apr 17 2025 23:02:53 for ILIAS by
1.8.13 (using
Doxyfile
)