Esempio n. 1
0
 /**
  * Gets the ReflectionClass instance for this mapped class.
  * @return \ReflectionClass
  */
 public function getClass()
 {
     return $this->driver->getClassMetadata($this->className);
 }