Returns a ReflectionClass instance for this class.
\ReflectionClass
public function getReflectionClass() { if (!$this->reflClass) { $this->reflClass = new \ReflectionClass($this ->getClassName()); } return $this->reflClass; }