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
PluginIdentification.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
namespace
ILIAS\GlobalScreen\Identification
;
21
22
use
ILIAS\GlobalScreen\Identification\Serializer\SerializerInterface
;
23
32
class
PluginIdentification
extends
AbstractIdentification
implements
IdentificationInterface
33
{
37
protected
$plugin_id
=
""
;
38
42
public
function
__construct
(
43
string
$plugin_id
,
44
string
$internal_identifier
,
45
string
$classname
,
46
SerializerInterface
$serializer
,
47
string
$provider_presentation_name
48
) {
49
parent::__construct
(
50
$internal_identifier,
51
$classname,
52
$serializer,
53
$provider_presentation_name
54
);
55
$this->plugin_id =
$plugin_id
;
56
}
57
61
public
function
getPluginId
() : string
62
{
63
return
$this->plugin_id
;
64
}
65
69
public
function
getProviderNameForPresentation
() : string
70
{
71
return
$this->plugin_id
;
72
}
73
}
ILIAS\GlobalScreen\Identification\PluginIdentification\__construct
__construct(string $plugin_id, string $internal_identifier, string $classname, SerializerInterface $serializer, string $provider_presentation_name)
Definition:
PluginIdentification.php:42
ILIAS\GlobalScreen\Identification\AbstractIdentification\$serializer
$serializer
Definition:
AbstractIdentification.php:36
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:29
ILIAS\GlobalScreen\Identification\PluginIdentification\getProviderNameForPresentation
getProviderNameForPresentation()
Definition:
PluginIdentification.php:69
ILIAS\GlobalScreen\Identification\PluginIdentification
Class PluginIdentification.
Definition:
PluginIdentification.php:32
ILIAS\GlobalScreen\Identification\PluginIdentification\$plugin_id
$plugin_id
Definition:
PluginIdentification.php:37
ILIAS\GlobalScreen\Identification\AbstractIdentification\$classname
$classname
Definition:
AbstractIdentification.php:48
ILIAS\GlobalScreen\Identification\AbstractIdentification\$internal_identifier
$internal_identifier
Definition:
AbstractIdentification.php:44
ILIAS\GlobalScreen\Identification\PluginIdentification\getPluginId
getPluginId()
Definition:
PluginIdentification.php:61
ILIAS\GlobalScreen\Identification\AbstractIdentification
Definition:
AbstractIdentification.php:31
ILIAS\GlobalScreen\Identification\AbstractIdentification\$provider_presentation_name
$provider_presentation_name
Definition:
AbstractIdentification.php:40
ILIAS\GlobalScreen\Identification\Serializer\SerializerInterface
Interface SerializerInterface.
Definition:
SerializerInterface.php:31
SerializerInterface
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:40
ILIAS\GlobalScreen\Identification
Definition:
AbstractIdentification.php:21
src
GlobalScreen
Identification
PluginIdentification.php
Generated on Fri Apr 4 2025 21:01:48 for ILIAS by
1.8.13 (using
Doxyfile
)