19declare(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();
Class NullIdentification.
IdentificationInterface $wrapped_identification
__construct(IdentificationInterface $wrapped_identification=null)
NullIdentification constructor.
unserialize($serialized)
@inheritDoc
getClassName()
@inheritDoc
__unserialize(array $data)
getInternalIdentifier()
@inheritDoc
getProviderNameForPresentation()
@inheritDoc
Interface IdentificationInterface.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...