芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/libraries.5/vendor/joomla/router/src/Exception/MethodNotAllowedException.php
allowedMethods = array_map('strtoupper', $allowedMethods); parent::__construct($message, $code, $previous); } /** * Gets the allowed HTTP methods. * * @return array * * @since 2.0.0 */ public function getAllowedMethods(): array { return $this->allowedMethods; } }