|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class PluginSerializer. More...
Inheritance diagram for ILIAS\GlobalScreen\Identification\Serializer\PluginSerializer:
Collaboration diagram for ILIAS\GlobalScreen\Identification\Serializer\PluginSerializer:Public Member Functions | ||||||||||
| unserialize (string $serialized_string, IdentificationMap $map, ProviderFactory $provider_factory) | ||||||||||
| ||||||||||
| canHandle (string $serialized_identification) | ||||||||||
| @inheritDoc More... | ||||||||||
Public Member Functions inherited from ILIAS\GlobalScreen\Identification\Serializer\SerializerInterface | ||||||||||
| serialize (IdentificationInterface $identification) | ||||||||||
| The string MUST be shorter than 64 characters. More... | ||||||||||
| unserialize (string $serialized_string, IdentificationMap $map, ProviderFactory $provider_factory) | ||||||||||
| canHandle (string $serialized_identification) | ||||||||||
Protected Attributes | |
| const | DIVIDER = '|' |
Additional Inherited Members | |
Data Fields inherited from ILIAS\GlobalScreen\Identification\Serializer\SerializerInterface | |
| const | MAX_LENGTH = 255 |
Class PluginSerializer.
Definition at line 34 of file PluginSerializer.php.
| ILIAS\GlobalScreen\Identification\Serializer\PluginSerializer::canHandle | ( | string | $serialized_identification | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Identification\Serializer\SerializerInterface.
Definition at line 76 of file PluginSerializer.php.
| ILIAS\GlobalScreen\Identification\Serializer\PluginSerializer::unserialize | ( | string | $serialized_string, |
| IdentificationMap | $map, | ||
| ProviderFactory | $provider_factory | ||
| ) |
| string | $serialized_string | |
| IdentificationMap | $map | |
| ProviderFactory | $provider_factory |
Implements ILIAS\GlobalScreen\Identification\Serializer\SerializerInterface.
Definition at line 60 of file PluginSerializer.php.
References Vendor\Package\$f, ILIAS\GlobalScreen\Provider\ProviderFactory\getProviderByClassName(), ILIAS\GlobalScreen\Provider\ProviderFactory\isInstanceCreationPossible(), and ILIAS\GlobalScreen\Provider\ProviderFactory\isRegistered().
Here is the call graph for this function:
|
protected |
Definition at line 36 of file PluginSerializer.php.