/**
  * {@inheritdoc}
  */
 public function getClassName()
 {
     return $this->metadata instanceof ClassBasedInterface ? $this->metadata->getClassName() : null;
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public function getClassName()
 {
     return $this->metadata instanceof MemberMetadata || $this->metadata instanceof ClassMetadataInterface ? $this->metadata->getClassName() : null;
 }