ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Class LostIdentification. More...
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 82 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 87 of file LostIdentification.php.
References ILIAS\GlobalScreen\Identification\LostIdentification\unserialize().
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().
ILIAS\GlobalScreen\Identification\LostIdentification::unserialize | ( | $serialized | ) |
Definition at line 51 of file LostIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\LostIdentification\__unserialize().
|
private |
Definition at line 29 of file LostIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\LostIdentification\__construct(), and ILIAS\GlobalScreen\Identification\LostIdentification\serialize().