ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ILIAS\GlobalScreen\Identification\LostIdentification Class Reference

Class LostIdentification. More...

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

Public Member Functions

 __construct (string $serialized_string=null)
 NullIdentification constructor. More...
 
 serialize ()
 @inheritDoc More...
 
 unserialize ($serialized)
 @inheritDoc More...
 
 getClassName ()
 @inheritDoc More...
 
 getInternalIdentifier ()
 @inheritDoc More...
 
 getProviderNameForPresentation ()
 @inheritDoc More...
 
 getClassName ()
 
 getInternalIdentifier ()
 
 getProviderNameForPresentation ()
 

Private Attributes

 $serialized_string = ""
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ILIAS\GlobalScreen\Identification\LostIdentification::__construct ( string  $serialized_string = null)

Member Function Documentation

◆ getClassName()

ILIAS\GlobalScreen\Identification\LostIdentification::getClassName ( )

@inheritDoc

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 49 of file LostIdentification.php.

49 : string
50 {
51 return "Lost";
52 }

◆ getInternalIdentifier()

ILIAS\GlobalScreen\Identification\LostIdentification::getInternalIdentifier ( )

@inheritDoc

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 58 of file LostIdentification.php.

58 : string
59 {
60 return "Lost";
61 }

◆ getProviderNameForPresentation()

ILIAS\GlobalScreen\Identification\LostIdentification::getProviderNameForPresentation ( )

@inheritDoc

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 67 of file LostIdentification.php.

67 : string
68 {
69 return "Lost";
70 }

◆ serialize()

ILIAS\GlobalScreen\Identification\LostIdentification::serialize ( )

◆ unserialize()

ILIAS\GlobalScreen\Identification\LostIdentification::unserialize (   $serialized)

@inheritDoc

Definition at line 40 of file LostIdentification.php.

41 {
42 return;
43 }

Field Documentation

◆ $serialized_string

ILIAS\GlobalScreen\Identification\LostIdentification::$serialized_string = ""
private

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