ILIAS  release_7 Revision v7.30-3-g800a261c036
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

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

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

39  {
40  $this->serialized_string = $serialized_string;
41  }

Member Function Documentation

◆ __serialize()

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

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 85 of file LostIdentification.php.

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

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

◆ __unserialize()

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

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 90 of file LostIdentification.php.

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

90  : void
91  {
92  $this->unserialize($data['data']);
93  }
$data
Definition: storeScorm.php:23
+ Here is the call graph for this function:

◆ getClassName()

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

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 61 of file LostIdentification.php.

61  : string
62  {
63  return "Lost";
64  }

◆ getInternalIdentifier()

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

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 69 of file LostIdentification.php.

69  : string
70  {
71  return "Lost";
72  }

◆ getProviderNameForPresentation()

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

Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.

Definition at line 77 of file LostIdentification.php.

77  : string
78  {
79  return "Lost";
80  }

◆ serialize()

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

◆ unserialize()

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

Definition at line 54 of file LostIdentification.php.

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

54  : void
55  {
56  }
+ Here is the caller graph for this function:

Field Documentation

◆ $serialized_string

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

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