|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class PluginIdentification. More...
Inheritance diagram for ILIAS\GlobalScreen\Identification\PluginIdentification:
Collaboration diagram for ILIAS\GlobalScreen\Identification\PluginIdentification:Public Member Functions | |
| __construct (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 (string $internal_identifier, string $classname, SerializerInterface $serializer, string $provider_presentation_name) | |
| CoreIdentification constructor. More... | |
| serialize () | |
| @inheritDoc More... | |
| unserialize ($serialized) | |
| @inheritDoc More... | |
| getClassName () | |
| @inheritDoc More... | |
| getInternalIdentifier () | |
| @inheritDoc More... | |
| getClassName () | |
| getInternalIdentifier () | |
| getProviderNameForPresentation () | |
Protected Attributes | |
| $plugin_id = "" | |
Protected Attributes inherited from ILIAS\GlobalScreen\Identification\AbstractIdentification | |
| $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 | ||
| ) |
@inheritDoc
Definition at line 27 of file PluginIdentification.php.
References ILIAS\GlobalScreen\Identification\AbstractIdentification\$classname, ILIAS\GlobalScreen\Identification\AbstractIdentification\$internal_identifier, ILIAS\GlobalScreen\Identification\PluginIdentification\$plugin_id, ILIAS\GlobalScreen\Identification\AbstractIdentification\$provider_presentation_name, ILIAS\GlobalScreen\Identification\AbstractIdentification\$serializer, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| 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 | ( | ) |
@inheritDoc
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().