ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 ()
 @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)
 

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.

76 : array
77 {
78 return ['data' => $this->serialize()];
79 }

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

81 : void
82 {
83 $this->unserialize($data['data']);
84 }

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

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

◆ getInternalIdentifier()

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

@inheritDoc

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

@inheritDoc

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

@inheritDoc

Definition at line 40 of file LostIdentification.php.

40 : string
41 {
42 return $this->serialized_string;
43 }

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

48 : void
49 {
50 }

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

+ Here is the caller graph for this function:

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