Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe MethodNotAllowedException
+ Graphe d'héritage de MethodNotAllowedException:

Fonctions membres publiques

 __construct (array $allowedMethods, $message=null, $code=405, \Exception $previous=null)
 
 getAllowedMethods ()
 

Attributs protégés

 $allowedMethods = []
 

Description détaillée

Exception defining a method not allowed error.

Depuis
2.0.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( array  $allowedMethods,
  $message = null,
  $code = 405,
\Exception  $previous = null 
)

Constructor.

Paramètres
array$allowedMethodsThe allowed methods for the route.
null$messageThe Exception message to throw.
integer$codeThe Exception code.
\Exception$previousThe previous throwable used for the exception chaining.

Références MethodNotAllowedException\$allowedMethods, $message, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ getAllowedMethods()

getAllowedMethods ( )

Gets the allowed HTTP methods.

Renvoie
array
Depuis
2.0.0

Références MethodNotAllowedException\$allowedMethods.

Documentation des champs

◆ $allowedMethods

$allowedMethods = []
protected

La documentation de cette classe a été générée à partir du fichier suivant :