|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Slim\Exception\MethodNotAllowedException:
Collaboration diagram for Slim\Exception\MethodNotAllowedException:Public Member Functions | |
| __construct (ServerRequestInterface $request, ResponseInterface $response, array $allowedMethods) | |
| Create new exception. More... | |
| getAllowedMethods () | |
| Get allowed methods. More... | |
Public Member Functions inherited from Slim\Exception\SlimException | |
| __construct (ServerRequestInterface $request, ResponseInterface $response) | |
| Create new exception. More... | |
| getRequest () | |
| Get request. More... | |
| getResponse () | |
| Get response. More... | |
Protected Attributes | |
| $allowedMethods | |
Protected Attributes inherited from Slim\Exception\SlimException | |
| $request | |
| $response | |
Definition at line 14 of file MethodNotAllowedException.php.
| Slim\Exception\MethodNotAllowedException::__construct | ( | ServerRequestInterface | $request, |
| ResponseInterface | $response, | ||
| array | $allowedMethods | ||
| ) |
Create new exception.
| ServerRequestInterface | $request | |
| ResponseInterface | $response | |
| string[] | $allowedMethods |
Definition at line 30 of file MethodNotAllowedException.php.
References Slim\Exception\MethodNotAllowedException\$allowedMethods, Slim\Exception\SlimException\$request, and Slim\Exception\SlimException\$response.
| Slim\Exception\MethodNotAllowedException::getAllowedMethods | ( | ) |
Get allowed methods.
Definition at line 41 of file MethodNotAllowedException.php.
References Slim\Exception\MethodNotAllowedException\$allowedMethods.
|
protected |
Definition at line 21 of file MethodNotAllowedException.php.
Referenced by Slim\Exception\MethodNotAllowedException\__construct(), and Slim\Exception\MethodNotAllowedException\getAllowedMethods().