ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Class NullIdentification. More...
Public Member Functions | |
__construct (protected ?IdentificationInterface $wrapped_identification=null) | |
NullIdentification constructor. More... | |
serialize () | |
unserialize ($serialized) | |
getClassName () | |
getInternalIdentifier () | |
getProviderNameForPresentation () | |
__serialize () | |
__unserialize (array $data) | |
Class NullIdentification.
Definition at line 27 of file NullIdentification.php.
ILIAS\GlobalScreen\Identification\NullIdentification::__construct | ( | protected ?IdentificationInterface | $wrapped_identification = null | ) |
NullIdentification constructor.
IdentificationInterface | $wrapped_identification |
Definition at line 33 of file NullIdentification.php.
ILIAS\GlobalScreen\Identification\NullIdentification::__serialize | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 93 of file NullIdentification.php.
References ILIAS\GlobalScreen\Identification\NullIdentification\serialize().
ILIAS\GlobalScreen\Identification\NullIdentification::__unserialize | ( | array | $data | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 98 of file NullIdentification.php.
References ILIAS\GlobalScreen\Identification\NullIdentification\unserialize().
ILIAS\GlobalScreen\Identification\NullIdentification::getClassName | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 60 of file NullIdentification.php.
References null.
ILIAS\GlobalScreen\Identification\NullIdentification::getInternalIdentifier | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 72 of file NullIdentification.php.
References null.
ILIAS\GlobalScreen\Identification\NullIdentification::getProviderNameForPresentation | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 84 of file NullIdentification.php.
References null.
ILIAS\GlobalScreen\Identification\NullIdentification::serialize | ( | ) |
Definition at line 40 of file NullIdentification.php.
References null.
Referenced by ILIAS\GlobalScreen\Identification\NullIdentification\__serialize().
ILIAS\GlobalScreen\Identification\NullIdentification::unserialize | ( | $serialized | ) |
Definition at line 52 of file NullIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullIdentification\__unserialize().