19declare(strict_types=1);
42 if ($this->wrapped_identification !==
null) {
43 return $this->wrapped_identification->serialize();
62 if ($this->wrapped_identification !==
null) {
63 return $this->wrapped_identification->getClassName();
74 if ($this->wrapped_identification !==
null) {
75 return $this->wrapped_identification->getInternalIdentifier();
86 if ($this->wrapped_identification !==
null) {
87 return $this->wrapped_identification->getProviderNameForPresentation();
Class NullIdentification.
unserialize($serialized)
@inheritDoc
getClassName()
@inheritDoc
__construct(protected ?IdentificationInterface $wrapped_identification=null)
NullIdentification constructor.
__unserialize(array $data)
getInternalIdentifier()
@inheritDoc
getProviderNameForPresentation()
@inheritDoc
Interface IdentificationInterface.