ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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 (private ?string $serialized_string=null)
 NullIdentification constructor. More...
 
 serialize ()
 
 unserialize ($serialized)
 
 getClassName ()
 
 getInternalIdentifier ()
 
 getProviderNameForPresentation ()
 
 __serialize ()
 
 __unserialize (array $data)
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

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

NullIdentification constructor.

Parameters
IdentificationInterface$wrapped_identification

Definition at line 33 of file LostIdentification.php.

34  {
35  }

Member Function Documentation

◆ __serialize()

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

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 76 of file LostIdentification.php.

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

76  : array
77  {
78  return ['data' => $this->serialize()];
79  }
+ Here is the call graph for this function:

◆ __unserialize()

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

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 81 of file LostIdentification.php.

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

81  : void
82  {
83  $this->unserialize($data['data']);
84  }
+ Here is the call graph for this function:

◆ getClassName()

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

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 55 of file LostIdentification.php.

55  : string
56  {
57  return "Lost";
58  }

◆ getInternalIdentifier()

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

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 63 of file LostIdentification.php.

63  : string
64  {
65  return "Lost";
66  }

◆ getProviderNameForPresentation()

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

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 71 of file LostIdentification.php.

71  : string
72  {
73  return "Lost";
74  }

◆ serialize()

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

Definition at line 40 of file LostIdentification.php.

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

40  : string
41  {
42  return $this->serialized_string;
43  }
+ Here is the caller graph for this function:

◆ unserialize()

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

Definition at line 48 of file LostIdentification.php.

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

48  : void
49  {
50  }
+ Here is the caller graph for this function:

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