ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Class PluginIdentification. More...
Public Member Functions | |
__construct (protected string $plugin_id, string $internal_identifier, string $classname, SerializerInterface $serializer, string $provider_presentation_name) | |
@inheritDoc More... | |
getPluginId () | |
getProviderNameForPresentation () | |
@inheritDoc More... | |
![]() | |
__construct (protected string $internal_identifier, protected string $classname, protected SerializerInterface $serializer, protected string $provider_presentation_name) | |
CoreIdentification constructor. More... | |
serialize () | |
@inheritDoc More... | |
unserialize ($serialized) | |
@inheritDoc More... | |
getClassName () | |
@inheritDoc More... | |
getInternalIdentifier () | |
@inheritDoc More... | |
__serialize () | |
__unserialize (array $data) | |
getClassName () | |
getInternalIdentifier () | |
getProviderNameForPresentation () | |
__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 | ||
) |
@inheritDoc
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 | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 65 of file PluginIdentification.php.