ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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\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().