ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class PluginIdentification. More...
Public Member Functions | |
__construct (string $plugin_id, string $internal_identifier, string $classname, SerializerInterface $serializer, string $provider_presentation_name) | |
getPluginId () | |
getProviderNameForPresentation () | |
![]() | |
__construct (string $internal_identifier, string $classname, SerializerInterface $serializer, string $provider_presentation_name) | |
CoreIdentification constructor. More... | |
serialize () | |
unserialize ($serialized) | |
getClassName () | |
getInternalIdentifier () | |
Protected Attributes | |
$plugin_id = "" | |
![]() | |
$provider_presentation_name | |
$serializer | |
$internal_identifier = '' | |
$classname = '' | |
Class PluginIdentification.
Definition at line 15 of file PluginIdentification.php.
ILIAS\GlobalScreen\Identification\PluginIdentification::__construct | ( | string | $plugin_id, |
string | $internal_identifier, | ||
string | $classname, | ||
SerializerInterface | $serializer, | ||
string | $provider_presentation_name | ||
) |
Definition at line 27 of file PluginIdentification.php.
References ILIAS\GlobalScreen\Identification\PluginIdentification\$plugin_id, and ILIAS\GlobalScreen\Provider\__construct().
ILIAS\GlobalScreen\Identification\PluginIdentification::getPluginId | ( | ) |
Definition at line 37 of file PluginIdentification.php.
References ILIAS\GlobalScreen\Identification\PluginIdentification\$plugin_id.
ILIAS\GlobalScreen\Identification\PluginIdentification::getProviderNameForPresentation | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 46 of file PluginIdentification.php.
References ILIAS\GlobalScreen\Identification\PluginIdentification\$plugin_id.
|
protected |
Definition at line 21 of file PluginIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\PluginIdentification\__construct(), ILIAS\GlobalScreen\Identification\PluginIdentification\getPluginId(), and ILIAS\GlobalScreen\Identification\PluginIdentification\getProviderNameForPresentation().