ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct (protected Provider $provider, protected SerializerInterface $serializer, protected IdentificationMap $map) | |
CoreIdentificationProvider constructor. More... | |
fromSerializedString (string $serialized_string) | |
![]() | |
identifier (string $identifier_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 |
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.