19 declare(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();
Interface IdentificationInterface.
Class NullIdentification.
__construct(IdentificationInterface $wrapped_identification=null)
NullIdentification constructor.
getProviderNameForPresentation()
__unserialize(array $data)