|
ILIAS
release_8 Revision v8.24
|
Class NullIdentification. More...
Inheritance diagram for ILIAS\GlobalScreen\Identification\NullIdentification:
Collaboration diagram for ILIAS\GlobalScreen\Identification\NullIdentification:Public Member Functions | |
| __construct (IdentificationInterface $wrapped_identification=null) | |
| NullIdentification constructor. More... | |
| serialize () | |
| @inheritDoc More... | |
| unserialize ($serialized) | |
| @inheritDoc More... | |
| getClassName () | |
| @inheritDoc More... | |
| getInternalIdentifier () | |
| @inheritDoc More... | |
| getProviderNameForPresentation () | |
| @inheritDoc More... | |
| __serialize () | |
| __unserialize (array $data) | |
| getClassName () | |
| getInternalIdentifier () | |
| getProviderNameForPresentation () | |
| __serialize () | |
| __unserialize (array $data) | |
Protected Attributes | |
| IdentificationInterface | $wrapped_identification = null |
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 35 of file NullIdentification.php.
References ILIAS\GlobalScreen\Identification\NullIdentification\$wrapped_identification.
| ILIAS\GlobalScreen\Identification\NullIdentification::__serialize | ( | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 99 of file NullIdentification.php.
References ILIAS\GlobalScreen\Identification\NullIdentification\serialize().
Here is the call graph for this function:| ILIAS\GlobalScreen\Identification\NullIdentification::__unserialize | ( | array | $data | ) |
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 104 of file NullIdentification.php.
References ILIAS\GlobalScreen\Identification\NullIdentification\unserialize().
Here is the call graph for this function:| ILIAS\GlobalScreen\Identification\NullIdentification::getClassName | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 63 of file NullIdentification.php.
| ILIAS\GlobalScreen\Identification\NullIdentification::getInternalIdentifier | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 75 of file NullIdentification.php.
| ILIAS\GlobalScreen\Identification\NullIdentification::getProviderNameForPresentation | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Identification\IdentificationInterface.
Definition at line 87 of file NullIdentification.php.
| ILIAS\GlobalScreen\Identification\NullIdentification::serialize | ( | ) |
@inheritDoc
Definition at line 43 of file NullIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullIdentification\__serialize().
Here is the caller graph for this function:| ILIAS\GlobalScreen\Identification\NullIdentification::unserialize | ( | $serialized | ) |
@inheritDoc
Definition at line 55 of file NullIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullIdentification\__unserialize().
Here is the caller graph for this function:
|
protected |
Definition at line 29 of file NullIdentification.php.
Referenced by ILIAS\GlobalScreen\Identification\NullIdentification\__construct().