|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class PluginIdentification. More...
Inheritance diagram for ILIAS\GlobalScreen\Identification\PluginIdentification:
Collaboration diagram for ILIAS\GlobalScreen\Identification\PluginIdentification: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... | |
Public Member Functions inherited from ILIAS\GlobalScreen\Identification\AbstractIdentification | |
| __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().
Here is the call graph for this function:| 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.