Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (array $allowedMethods, $message=null, $code=405, \Exception $previous=null) | |
getAllowedMethods () | |
Attributs protégés | |
$allowedMethods = [] | |
Exception defining a method not allowed error.
Constructor.
array | $allowedMethods | The allowed methods for the route. |
null | $message | The Exception message to throw. |
integer | $code | The Exception code. |
\Exception | $previous | The previous throwable used for the exception chaining. |
Références MethodNotAllowedException\$allowedMethods, $message, et Symfony\Contracts\Service\__construct().
getAllowedMethods | ( | ) |
Gets the allowed HTTP methods.
Références MethodNotAllowedException\$allowedMethods.
|
protected |