ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
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 ()
 
 __serialize ()
 
 __unserialize (array $data)
 

Private Attributes

string $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 35 of file LostIdentification.php.

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

36  {
37  $this->serialized_string = $serialized_string;
38  }

Member Function Documentation

◆ __serialize()

ILIAS\GlobalScreen\Identification\LostIdentification::__serialize ( )
Returns
array{data: string}

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 82 of file LostIdentification.php.

References ILIAS\GlobalScreen\Identification\LostIdentification\serialize().

82  : array
83  {
84  return ['data' => $this->serialize()];
85  }
+ Here is the call graph for this function:

◆ __unserialize()

ILIAS\GlobalScreen\Identification\LostIdentification::__unserialize ( array  $data)

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 87 of file LostIdentification.php.

References ILIAS\GlobalScreen\Identification\LostIdentification\unserialize().

87  : void
88  {
89  $this->unserialize($data['data']);
90  }
+ Here is the call graph for this function:

◆ getClassName()

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

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 58 of file LostIdentification.php.

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

◆ getInternalIdentifier()

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

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 66 of file LostIdentification.php.

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

◆ getProviderNameForPresentation()

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

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 74 of file LostIdentification.php.

74  : string
75  {
76  return "Lost";
77  }

◆ serialize()

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

◆ unserialize()

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

Definition at line 51 of file LostIdentification.php.

Referenced by ILIAS\GlobalScreen\Identification\LostIdentification\__unserialize().

51  : void
52  {
53  }
+ Here is the caller graph for this function:

Field Documentation

◆ $serialized_string

string ILIAS\GlobalScreen\Identification\LostIdentification::$serialized_string
private

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