ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ILIAS\GlobalScreen\Identification\IdentificationProviderInterface Interface Reference

Class IdentificationProviderInterface. More...

+ Inheritance diagram for ILIAS\GlobalScreen\Identification\IdentificationProviderInterface:
+ Collaboration diagram for ILIAS\GlobalScreen\Identification\IdentificationProviderInterface:

Public Member Functions

 identifier (string $identifier_string)
 
 fromSerializedString (string $serialized_string)
 

Detailed Description

Member Function Documentation

◆ fromSerializedString()

ILIAS\GlobalScreen\Identification\IdentificationProviderInterface::fromSerializedString ( string  $serialized_string)
Parameters
string$serialized_string
Returns
IdentificationInterface

Implemented in ILIAS\GlobalScreen\Identification\AbstractIdentificationProvider.

◆ identifier()

ILIAS\GlobalScreen\Identification\IdentificationProviderInterface::identifier ( string  $identifier_string)
Parameters
string$identifier_stringthis 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.
Returns
IdentificationInterface use this CoreIdentification to put into your GlobalScreen-elements.

Implemented in ILIAS\GlobalScreen\Identification\PluginIdentificationProvider, and ILIAS\GlobalScreen\Identification\CoreIdentificationProvider.


The documentation for this interface was generated from the following file: