ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class NullIdentification. More...
Public Member Functions | |
__construct (IdentificationInterface $wrapped_identification=null) | |
NullIdentification constructor. More... | |
serialize () | |
unserialize ($serialized) | |
getClassName () | |
getInternalIdentifier () | |
getProviderNameForPresentation () | |
Protected Attributes | |
$wrapped_identification = null | |
Class NullIdentification.
Definition at line 8 of file NullIdentification.php.
ILIAS\GlobalScreen\Identification\NullIdentification::__construct | ( | IdentificationInterface | $wrapped_identification = null | ) |
NullIdentification constructor.
IdentificationInterface | $wrapped_identification |
Definition at line 22 of file NullIdentification.php.
References ILIAS\GlobalScreen\Identification\NullIdentification\$wrapped_identification.
ILIAS\GlobalScreen\Identification\NullIdentification::getClassName | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 53 of file NullIdentification.php.
ILIAS\GlobalScreen\Identification\NullIdentification::getInternalIdentifier | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 66 of file NullIdentification.php.
ILIAS\GlobalScreen\Identification\NullIdentification::getProviderNameForPresentation | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 79 of file NullIdentification.php.
ILIAS\GlobalScreen\Identification\NullIdentification::serialize | ( | ) |
Definition at line 31 of file NullIdentification.php.
ILIAS\GlobalScreen\Identification\NullIdentification::unserialize | ( | $serialized | ) |
Definition at line 44 of file NullIdentification.php.
|
protected |
Definition at line 14 of file NullIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullIdentification\__construct().