allowedMethods = $allowedMethods; } /** * Get allowed methods * * @return string[] */ public function getAllowedMethods() { return $this->allowedMethods; } }