ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class LostIdentification. More...
Public Member Functions | |
__construct (string $serialized_string=null) | |
NullIdentification constructor. More... | |
serialize () | |
unserialize ($serialized) | |
getClassName () | |
getInternalIdentifier () | |
getProviderNameForPresentation () | |
Private Attributes | |
$serialized_string = "" | |
Class LostIdentification.
Definition at line 8 of file LostIdentification.php.
ILIAS\GlobalScreen\Identification\LostIdentification::__construct | ( | string | $serialized_string = null | ) |
NullIdentification constructor.
IdentificationInterface | $wrapped_identification |
Definition at line 22 of file LostIdentification.php.
References ILIAS\GlobalScreen\Identification\LostIdentification\$serialized_string.
ILIAS\GlobalScreen\Identification\LostIdentification::getClassName | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 49 of file LostIdentification.php.
ILIAS\GlobalScreen\Identification\LostIdentification::getInternalIdentifier | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 58 of file LostIdentification.php.
ILIAS\GlobalScreen\Identification\LostIdentification::getProviderNameForPresentation | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 67 of file LostIdentification.php.
ILIAS\GlobalScreen\Identification\LostIdentification::serialize | ( | ) |
Definition at line 31 of file LostIdentification.php.
References ILIAS\GlobalScreen\Identification\LostIdentification\$serialized_string.
ILIAS\GlobalScreen\Identification\LostIdentification::unserialize | ( | $serialized | ) |
Definition at line 40 of file LostIdentification.php.
|
private |
Definition at line 14 of file LostIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\LostIdentification\__construct(), and ILIAS\GlobalScreen\Identification\LostIdentification\serialize().