|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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... | |
| 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 | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 49 of file LostIdentification.php.
| ILIAS\GlobalScreen\Identification\LostIdentification::getInternalIdentifier | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 58 of file LostIdentification.php.
| ILIAS\GlobalScreen\Identification\LostIdentification::getProviderNameForPresentation | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 67 of file LostIdentification.php.
| ILIAS\GlobalScreen\Identification\LostIdentification::serialize | ( | ) |
@inheritDoc
Definition at line 31 of file LostIdentification.php.
References ILIAS\GlobalScreen\Identification\LostIdentification\$serialized_string.
| ILIAS\GlobalScreen\Identification\LostIdentification::unserialize | ( | $serialized | ) |
|
private |
Definition at line 14 of file LostIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\LostIdentification\__construct(), and ILIAS\GlobalScreen\Identification\LostIdentification\serialize().