ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class NullIdentification. More...
Public Member Functions | |
__construct (IdentificationInterface $wrapped_identification=null) | |
NullIdentification constructor. More... | |
serialize () | |
unserialize ($serialized) | |
getClassName () | |
getInternalIdentifier () | |
getProviderNameForPresentation () | |
__serialize () | |
__unserialize (array $data) | |
Protected Attributes | |
$wrapped_identification | |
Class NullIdentification.
Definition at line 27 of file NullIdentification.php.
ILIAS\GlobalScreen\Identification\NullIdentification::__construct | ( | IdentificationInterface | $wrapped_identification = null | ) |
NullIdentification constructor.
IdentificationInterface | $wrapped_identification |
Definition at line 38 of file NullIdentification.php.
References ILIAS\GlobalScreen\Identification\NullIdentification\$wrapped_identification.
ILIAS\GlobalScreen\Identification\NullIdentification::__serialize | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 102 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 107 of file NullIdentification.php.
References ILIAS\GlobalScreen\Identification\NullIdentification\unserialize().
ILIAS\GlobalScreen\Identification\NullIdentification::getClassName | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 66 of file NullIdentification.php.
ILIAS\GlobalScreen\Identification\NullIdentification::getInternalIdentifier | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 78 of file NullIdentification.php.
ILIAS\GlobalScreen\Identification\NullIdentification::getProviderNameForPresentation | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 90 of file NullIdentification.php.
ILIAS\GlobalScreen\Identification\NullIdentification::serialize | ( | ) |
Definition at line 46 of file NullIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullIdentification\__serialize().
ILIAS\GlobalScreen\Identification\NullIdentification::unserialize | ( | $serialized | ) |
Definition at line 58 of file NullIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullIdentification\__unserialize().
|
protected |
Definition at line 32 of file NullIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullIdentification\__construct().