ILIAS
release_8 Revision v8.19
|
Class IdentificationProviderInterface. More...
Public Member Functions | |
contextAwareIdentifier (string $identifier_string, bool $ignore_context=false) | |
![]() | |
identifier (string $identifier_string) | |
fromSerializedString (string $serialized_string) | |
Class IdentificationProviderInterface.
Definition at line 26 of file ToolIdentificationProviderInterface.php.
ILIAS\GlobalScreen\Identification\ToolIdentificationProviderInterface::contextAwareIdentifier | ( | string | $identifier_string, |
bool | $ignore_context = false |
||
) |
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. |
bool | $ignore_context |
Implemented in ILIAS\GlobalScreen\Identification\ToolIdentificationProvider.