allowedMethods; } /** * Set the allowed HTTP methods * * @param string $allowedMethods * * @return $this */ public function setAllowedMethods($allowedMethods) { $this->allowedMethods = (string) $allowedMethods; return $this; } }