ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Class LostIdentification. More...
Public Member Functions | |
__construct (private ?string $serialized_string=null) | |
NullIdentification constructor. More... | |
serialize () | |
unserialize ($serialized) | |
getClassName () | |
getInternalIdentifier () | |
getProviderNameForPresentation () | |
__serialize () | |
__unserialize (array $data) | |
Class LostIdentification.
Definition at line 27 of file LostIdentification.php.
ILIAS\GlobalScreen\Identification\LostIdentification::__construct | ( | private ?string | $serialized_string = null | ) |
NullIdentification constructor.
IdentificationInterface | $wrapped_identification |
Definition at line 33 of file LostIdentification.php.
ILIAS\GlobalScreen\Identification\LostIdentification::__serialize | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 76 of file LostIdentification.php.
References ILIAS\GlobalScreen\Identification\LostIdentification\serialize().
ILIAS\GlobalScreen\Identification\LostIdentification::__unserialize | ( | array | $data | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 81 of file LostIdentification.php.
References ILIAS\GlobalScreen\Identification\LostIdentification\unserialize().
ILIAS\GlobalScreen\Identification\LostIdentification::getClassName | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 55 of file LostIdentification.php.
ILIAS\GlobalScreen\Identification\LostIdentification::getInternalIdentifier | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 63 of file LostIdentification.php.
ILIAS\GlobalScreen\Identification\LostIdentification::getProviderNameForPresentation | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 71 of file LostIdentification.php.
ILIAS\GlobalScreen\Identification\LostIdentification::serialize | ( | ) |
Definition at line 40 of file LostIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\LostIdentification\__serialize().
ILIAS\GlobalScreen\Identification\LostIdentification::unserialize | ( | $serialized | ) |
Definition at line 48 of file LostIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\LostIdentification\__unserialize().