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 ()
 @inheritDoc More...
 
 unserialize ($serialized)
 @inheritDoc More...
 
 getClassName ()
 @inheritDoc More...
 
 getInternalIdentifier ()
 @inheritDoc More...
 
 getProviderNameForPresentation ()
 @inheritDoc More...
 
 __serialize ()
 
 __unserialize (array $data)
 
 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)

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.

85 : array
86 {
87 return ['data' => $this->serialize()];
88 }

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

+ 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.

90 : void
91 {
92 $this->unserialize($data['data']);
93 }
$data
Definition: storeScorm.php:23

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

+ Here is the call graph for this function:

◆ getClassName()

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

@inheritDoc

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

@inheritDoc

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

@inheritDoc

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

@inheritDoc

Definition at line 46 of file LostIdentification.php.

46 : string
47 {
49 }

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

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

+ Here is the caller graph for this function:

◆ unserialize()

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

@inheritDoc

Definition at line 54 of file LostIdentification.php.

54 : void
55 {
56 }

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

+ 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: