ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Class IdentificationProviderInterface. More...
Public Member Functions | |
identifier (string $identifier_string) | |
fromSerializedString (string $serialized_string) | |
Class IdentificationProviderInterface.
Definition at line 26 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, ILIAS\GlobalScreen\Identification\ToolIdentificationProvider, and ILIAS\GlobalScreen\Identification\CoreIdentificationProvider.