[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/routing/Symfony/Component/Routing/Exception/ -> MethodNotAllowedException.php (summary)

(no description)

File Size: 44 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MethodNotAllowedException:: (2 methods):
  __construct()
  getAllowedMethods()


Class: MethodNotAllowedException  - X-Ref

The resource was found but the request method is not allowed.

This exception should trigger an HTTP 405 response in your application code.

__construct(array $allowedMethods, $message = null, $code = 0, \Exception $previous = null)   X-Ref


getAllowedMethods()   X-Ref
Gets the allowed HTTP methods.

return: array



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1