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 ()
 
 unserialize ($serialized)
 
 getClassName ()
 
 getInternalIdentifier ()
 
 getProviderNameForPresentation ()
 

Private Attributes

 $serialized_string = ""
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

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

NullIdentification constructor.

Parameters
IdentificationInterface$wrapped_identification

Definition at line 22 of file LostIdentification.php.

References ILIAS\GlobalScreen\Identification\LostIdentification\$serialized_string.

23  {
24  $this->serialized_string = $serialized_string;
25  }

Member Function Documentation

◆ getClassName()

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

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 ( )

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 ( )

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)

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: