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
PluginProviderHelper.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\GlobalScreen\Provider
;
4
5
use
ILIAS\DI\Container
;
6
use
ILIAS\GlobalScreen\Identification\PluginIdentificationProvider
;
7
use
ilPlugin
;
8
14
trait
PluginProviderHelper
15
{
16
20
protected
$plugin
;
24
protected
$if
;
25
26
30
final
public
function
__construct
(
Container
$dic
,
ilPlugin
$plugin
)
31
{
32
parent::__construct
($dic);
33
$this->plugin =
$plugin
;
34
$this->
if
= $this->globalScreen()->identification()->plugin($plugin->
getId
(), $this);
35
}
36
37
41
final
public
function
getProviderNameForPresentation
() : string
42
{
43
return
$this->plugin->getPluginName();
44
}
45
46
50
final
public
function
getPluginID
() : string
51
{
52
return
$this->plugin->getId();
53
}
54
55
59
final
public
function
id
() :
PluginIdentificationProvider
60
{
61
return
$this->if
;
62
}
63
}
ILIAS\GlobalScreen\Identification\PluginIdentificationProvider
Class PluginIdentificationProvider.
Definition:
PluginIdentificationProvider.php:13
ILIAS\GlobalScreen\Provider\$if
$if
Definition:
PluginProviderHelper.php:24
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php:17
ILIAS\GlobalScreen\Provider\getPluginID
getPluginID()
Definition:
PluginProviderHelper.php:50
XapiProxy\$plugin
$plugin
Definition:
xapiproxy.php:8
ilPlugin\getId
getId()
Definition:
class.ilPlugin.php:131
Container
PluginIdentificationProvider
ILIAS\GlobalScreen\Provider\getProviderNameForPresentation
getProviderNameForPresentation()
Definition:
PluginProviderHelper.php:41
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:30
ILIAS\GlobalScreen\Provider\id
id()
Definition:
PluginProviderHelper.php:59
$dic
$dic
Definition:
result.php:13
PluginProviderHelper
ILIAS\GlobalScreen\Provider
Definition:
AbstractPluginProvider.php:1
ILIAS\__construct
__construct($a_client_id=0)
Constructor setup ILIAS global object public.
Definition:
class.ilias.php:109
ilPlugin
src
GlobalScreen
Provider
PluginProviderHelper.php
Generated on Sat Apr 5 2025 20:01:37 for ILIAS by
1.8.13 (using
Doxyfile
)