|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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) | |
| fromSerializedString (string $serialized_string) | |
Protected Attributes | |
| $map | |
| $provider | |
| $serializer | |
| $class_name = '' | |
Static Protected Attributes | |
| static | $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 60 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 |
@noinspection PhpParamsInspection
Implements ILIAS\GlobalScreen\Identification\IdentificationProviderInterface.
Definition at line 72 of file AbstractIdentificationProvider.php.
|
protected |
Definition at line 48 of file AbstractIdentificationProvider.php.
|
staticprotected |
Definition at line 52 of file AbstractIdentificationProvider.php.
|
protected |
Definition at line 35 of file AbstractIdentificationProvider.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider\__construct(), and ILIAS\GlobalScreen\Identification\PluginIdentificationProvider\__construct().
|
protected |
Definition at line 39 of file AbstractIdentificationProvider.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider\__construct(), and ILIAS\GlobalScreen\Identification\PluginIdentificationProvider\__construct().
|
protected |
Definition at line 44 of file AbstractIdentificationProvider.php.
Referenced by ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider\__construct(), and ILIAS\GlobalScreen\Identification\PluginIdentificationProvider\__construct().