33 if ($this->wrapped_identification !==
null) {
34 return $this->wrapped_identification->serialize();
55 if ($this->wrapped_identification !==
null) {
56 return $this->wrapped_identification->getClassName();
68 if ($this->wrapped_identification !==
null) {
69 return $this->wrapped_identification->getInternalIdentifier();
81 if ($this->wrapped_identification !==
null) {
82 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
getInternalIdentifier()
@inheritDoc
getProviderNameForPresentation()
@inheritDoc
Interface IdentificationInterface.