ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Class PluginIdentification. More...
Public Member Functions | |
__construct (protected string $plugin_id, string $internal_identifier, string $classname, SerializerInterface $serializer, string $provider_presentation_name) | |
getPluginId () | |
getProviderNameForPresentation () | |
![]() | |
__construct (protected string $internal_identifier, protected string $classname, protected SerializerInterface $serializer, protected string $provider_presentation_name) | |
CoreIdentification constructor. More... | |
serialize () | |
unserialize ($serialized) | |
getClassName () | |
getInternalIdentifier () | |
__serialize () | |
__unserialize (array $data) | |
Class PluginIdentification.
Definition at line 33 of file PluginIdentification.php.
ILIAS\GlobalScreen\Identification\PluginIdentification::__construct | ( | protected string | $plugin_id, |
string | $internal_identifier, | ||
string | $classname, | ||
SerializerInterface | $serializer, | ||
string | $provider_presentation_name | ||
) |
Definition at line 38 of file PluginIdentification.php.
References ILIAS\GlobalScreen\Provider\__construct().
ILIAS\GlobalScreen\Identification\PluginIdentification::getPluginId | ( | ) |
Definition at line 56 of file PluginIdentification.php.
ILIAS\GlobalScreen\Identification\PluginIdentification::getProviderNameForPresentation | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 65 of file PluginIdentification.php.