| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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) | |
| getPluginId () | |
| getProviderNameForPresentation () | |
  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 () | |
| unserialize ($serialized) | |
| getClassName () | |
| getInternalIdentifier () | |
| __serialize () | |
| __unserialize (array $data) | |
Protected Attributes | |
| string | $plugin_id = "" | 
  Protected Attributes inherited from ILIAS\GlobalScreen\Identification\AbstractIdentification | |
| 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().
 Here is the call graph for this function:| 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().