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