ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Class PluginSerializer. More...
Public Member Functions | ||||||||||
unserialize (string $serialized_string, IdentificationMap $map, ProviderFactory $provider_factory) | ||||||||||
| ||||||||||
canHandle (string $serialized_identification) | ||||||||||
![]() | ||||||||||
serialize (IdentificationInterface $identification) | ||||||||||
The string MUST be shorter than 64 characters. More... | ||||||||||
Protected Attributes | |
const | DIVIDER = '|' |
Additional Inherited Members | |
![]() | |
const | MAX_LENGTH = 255 |
Class PluginSerializer.
Definition at line 34 of file PluginSerializer.php.
ILIAS\GlobalScreen\Identification\Serializer\PluginSerializer::canHandle | ( | string | $serialized_identification | ) |
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().
|
protected |
Definition at line 36 of file PluginSerializer.php.