ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class IdentificationProviderInterface. More...
Public Member Functions | |
identifier (string $identifier_string) | |
fromSerializedString (string $serialized_string) | |
Class IdentificationProviderInterface.
Definition at line 8 of file IdentificationProviderInterface.php.
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface::fromSerializedString | ( | string | $serialized_string | ) |
string | $serialized_string |
Implemented in ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider.
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface::identifier | ( | string | $identifier_string | ) |
string | $identifier_string | this is a identifier which is only known to your component. The GlobalScreen services uses this string together with e.g. the classname of your provider to stack items or to ask your provider for further infos. The identification you get can be serialized and is used e.g. to store in database and cache. you don't need to take care of storing this. |
Implemented in ILIAS\GlobalScreen\Identification\PluginIdentificationProvider, and ILIAS\GlobalScreen\Identification\CoreIdentificationProvider.