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