19 declare(strict_types=1);
45 if ($this->wrapped_identification !== null) {
46 return $this->wrapped_identification->serialize();
65 if ($this->wrapped_identification !== null) {
66 return $this->wrapped_identification->getClassName();
77 if ($this->wrapped_identification !== null) {
78 return $this->wrapped_identification->getInternalIdentifier();
89 if ($this->wrapped_identification !== null) {
90 return $this->wrapped_identification->getProviderNameForPresentation();
IdentificationInterface $wrapped_identification
Interface IdentificationInterface.
Class NullIdentification.
__construct(IdentificationInterface $wrapped_identification=null)
NullIdentification constructor.
getProviderNameForPresentation()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__unserialize(array $data)