| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider:
 Collaboration diagram for ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider:Public Member Functions | |
| __construct (Provider $provider, SerializerInterface $serializer, IdentificationMap $map) | |
| CoreIdentificationProvider constructor.  More... | |
| fromSerializedString (string $serialized_string) | |
  Public Member Functions inherited from ILIAS\GlobalScreen\Identification\IdentificationProviderInterface | |
| identifier (string $identifier_string) | |
Protected Attributes | |
| IdentificationMap | $map | 
| Provider | $provider | 
| Serializer SerializerInterface | $serializer | 
| string | $class_name = '' | 
Static Protected Attributes | |
| static array | $instances = [] | 
Definition at line 30 of file AbstractIdentificationProvider.php.
| ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider::__construct | ( | Provider | $provider, | 
| SerializerInterface | $serializer, | ||
| IdentificationMap | $map | ||
| ) | 
CoreIdentificationProvider constructor.
| Provider | $provider | |
| SerializerInterface | $serializer | |
| IdentificationMap | $map | 
Definition at line 45 of file AbstractIdentificationProvider.php.
References ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider\$map, ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider\$provider, and ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider\$serializer.
| ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider::fromSerializedString | ( | string | $serialized_string | ) | 
| string | $serialized_string | 
PhpParamsInspection
Implements ILIAS\GlobalScreen\Identification\IdentificationProviderInterface.
Definition at line 57 of file AbstractIdentificationProvider.php.
      
  | 
  protected | 
Definition at line 36 of file AbstractIdentificationProvider.php.
      
  | 
  staticprotected | 
Definition at line 37 of file AbstractIdentificationProvider.php.
      
  | 
  protected | 
Definition at line 32 of file AbstractIdentificationProvider.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider\__construct().
      
  | 
  protected | 
Definition at line 33 of file AbstractIdentificationProvider.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider\__construct().
      
  | 
  protected | 
Definition at line 35 of file AbstractIdentificationProvider.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider\__construct().