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