19declare(strict_types=1);
48 if ($this->wrapped_identification !==
null) {
49 return $this->wrapped_identification->serialize();
68 if ($this->wrapped_identification !==
null) {
69 return $this->wrapped_identification->getClassName();
80 if ($this->wrapped_identification !==
null) {
81 return $this->wrapped_identification->getInternalIdentifier();
92 if ($this->wrapped_identification !==
null) {
93 return $this->wrapped_identification->getProviderNameForPresentation();
An exception for terminatinating execution or to throw for unit testing.
Class NullIdentification.
__construct(IdentificationInterface $wrapped_identification=null)
NullIdentification constructor.
unserialize($serialized)
@inheritDoc
getClassName()
@inheritDoc
__unserialize(array $data)
getInternalIdentifier()
@inheritDoc
getProviderNameForPresentation()
@inheritDoc
Interface IdentificationInterface.