| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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 | |
| string | $serialized_string | 
Class LostIdentification.
Definition at line 27 of file LostIdentification.php.
| ILIAS\GlobalScreen\Identification\LostIdentification::__construct | ( | string | $serialized_string = null | ) | 
NullIdentification constructor.
| IdentificationInterface | $wrapped_identification | 
Definition at line 35 of file LostIdentification.php.
References ILIAS\GlobalScreen\Identification\LostIdentification\$serialized_string.
| ILIAS\GlobalScreen\Identification\LostIdentification::__serialize | ( | ) | 
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 79 of file LostIdentification.php.
References ILIAS\GlobalScreen\Identification\LostIdentification\serialize().
 Here is the call graph for this function:| ILIAS\GlobalScreen\Identification\LostIdentification::__unserialize | ( | array | $data | ) | 
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 84 of file LostIdentification.php.
References ILIAS\GlobalScreen\Identification\LostIdentification\unserialize().
 Here is the call graph for this function:| ILIAS\GlobalScreen\Identification\LostIdentification::getClassName | ( | ) | 
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 58 of file LostIdentification.php.
| ILIAS\GlobalScreen\Identification\LostIdentification::getInternalIdentifier | ( | ) | 
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 66 of file LostIdentification.php.
| ILIAS\GlobalScreen\Identification\LostIdentification::getProviderNameForPresentation | ( | ) | 
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 74 of file LostIdentification.php.
| ILIAS\GlobalScreen\Identification\LostIdentification::serialize | ( | ) | 
Definition at line 43 of file LostIdentification.php.
References ILIAS\GlobalScreen\Identification\LostIdentification\$serialized_string.
Referenced by ILIAS\GlobalScreen\Identification\LostIdentification\__serialize().
 Here is the caller graph for this function:| ILIAS\GlobalScreen\Identification\LostIdentification::unserialize | ( | $serialized | ) | 
Definition at line 51 of file LostIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\LostIdentification\__unserialize().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 29 of file LostIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\LostIdentification\__construct(), and ILIAS\GlobalScreen\Identification\LostIdentification\serialize().