public function hasMethod(string $methodName) : bool { return array_key_exists(strtolower($methodName), $this->methods); }