ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
PluginIdentification.php
Go to the documentation of this file.
1
<?
php
namespace
ILIAS\GlobalScreen\Identification
;
2
3
use
ILIAS\GlobalScreen\Identification\Serializer\SerializerInterface
;
4
15
class
PluginIdentification
extends
AbstractIdentification
implements
IdentificationInterface
16
{
17
21
protected
$plugin_id
=
""
;
22
23
27
public
function
__construct
(
string
$plugin_id
,
string
$internal_identifier
,
string
$classname
,
SerializerInterface
$serializer
,
string
$provider_presentation_name
)
28
{
29
parent::__construct($internal_identifier, $classname, $serializer, $provider_presentation_name);
30
$this->plugin_id =
$plugin_id
;
31
}
32
33
37
public
function
getPluginId
() : string
38
{
39
return
$this->plugin_id
;
40
}
41
42
46
public
function
getProviderNameForPresentation
() : string
47
{
48
return
$this->plugin_id
;
49
}
50
}
ILIAS\GlobalScreen\Identification\PluginIdentification\__construct
__construct(string $plugin_id, string $internal_identifier, string $classname, SerializerInterface $serializer, string $provider_presentation_name)
Definition:
PluginIdentification.php:27
ILIAS\GlobalScreen\Identification\AbstractIdentification\$serializer
$serializer
Definition:
AbstractIdentification.php:21
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:8
ILIAS\GlobalScreen\Identification\PluginIdentification\getProviderNameForPresentation
getProviderNameForPresentation()
Definition:
PluginIdentification.php:46
ILIAS\GlobalScreen\Identification\PluginIdentification
Class PluginIdentification.
Definition:
PluginIdentification.php:15
ILIAS\GlobalScreen\Identification\PluginIdentification\$plugin_id
$plugin_id
Definition:
PluginIdentification.php:21
ILIAS\GlobalScreen\Identification\AbstractIdentification\$classname
$classname
Definition:
AbstractIdentification.php:29
ILIAS\GlobalScreen\Identification\AbstractIdentification\$internal_identifier
$internal_identifier
Definition:
AbstractIdentification.php:25
ILIAS\GlobalScreen\Identification\PluginIdentification\getPluginId
getPluginId()
Definition:
PluginIdentification.php:37
ILIAS\GlobalScreen\Identification\AbstractIdentification
Definition:
AbstractIdentification.php:11
ILIAS\GlobalScreen\Identification\AbstractIdentification\$provider_presentation_name
$provider_presentation_name
Definition:
AbstractIdentification.php:17
ILIAS\GlobalScreen\Identification\Serializer\SerializerInterface
Interface SerializerInterface.
Definition:
SerializerInterface.php:12
SerializerInterface
php
ILIAS\GlobalScreen\Identification
Definition:
AbstractIdentification.php:1
src
GlobalScreen
Identification
PluginIdentification.php
Generated on Thu Jan 16 2025 19:02:37 for ILIAS by
1.8.13 (using
Doxyfile
)