ILIAS  release_8 Revision v8.24
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

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.

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

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

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.

82 : array
83 {
84 return ['data' => $this->serialize()];
85 }

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

87 : void
88 {
89 $this->unserialize($data['data']);
90 }

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

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

◆ getInternalIdentifier()

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

@inheritDoc

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

@inheritDoc

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

@inheritDoc

Definition at line 43 of file LostIdentification.php.

43 : string
44 {
46 }

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

51 : void
52 {
53 }

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

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