|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider:
Collaboration diagram for ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider:Public Member Functions | |
| __construct (protected Provider $provider, protected SerializerInterface $serializer, protected 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 | |
| string | $class_name = '' |
Static Protected Attributes | |
| static array | $instances = [] |
Definition at line 31 of file AbstractIdentificationProvider.php.
| ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider::__construct | ( | protected Provider | $provider, |
| protected SerializerInterface | $serializer, | ||
| protected IdentificationMap | $map | ||
| ) |
CoreIdentificationProvider constructor.
| Provider | $provider | |
| SerializerInterface | $serializer | |
| IdentificationMap | $map |
Definition at line 42 of file AbstractIdentificationProvider.php.
| ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider::fromSerializedString | ( | string | $serialized_string | ) |
| string | $serialized_string |
@noinspection PhpParamsInspection
Implements ILIAS\GlobalScreen\Identification\IdentificationProviderInterface.
Definition at line 51 of file AbstractIdentificationProvider.php.
|
protected |
Definition at line 33 of file AbstractIdentificationProvider.php.
|
staticprotected |
Definition at line 34 of file AbstractIdentificationProvider.php.