ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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 () | |
__serialize () | |
__unserialize (array $data) | |
Protected Attributes | |
string | $plugin_id = "" |
![]() | |
SerializerInterface | $serializer |
string | $provider_presentation_name |
string | $internal_identifier = '' |
string | $classname = '' |
Class PluginIdentification.
Definition at line 32 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 39 of file PluginIdentification.php.
References ILIAS\GlobalScreen\Identification\PluginIdentification\$plugin_id, and ILIAS\GlobalScreen\Provider\__construct().
ILIAS\GlobalScreen\Identification\PluginIdentification::getPluginId | ( | ) |
Definition at line 58 of file PluginIdentification.php.
References ILIAS\GlobalScreen\Identification\PluginIdentification\$plugin_id.
ILIAS\GlobalScreen\Identification\PluginIdentification::getProviderNameForPresentation | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 66 of file PluginIdentification.php.
References ILIAS\GlobalScreen\Identification\PluginIdentification\$plugin_id.
|
protected |
Definition at line 34 of file PluginIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\PluginIdentification\__construct(), ILIAS\GlobalScreen\Identification\PluginIdentification\getPluginId(), and ILIAS\GlobalScreen\Identification\PluginIdentification\getProviderNameForPresentation().