Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface RequestFactoryInterface
+ Graphe d'héritage de RequestFactoryInterface:

Fonctions membres publiques

 createRequest (string $method, $uri)
 

Documentation des fonctions membres

◆ createRequest()

createRequest ( string  $method,
  $uri 
)

Create a new request.

Paramètres
string$methodThe HTTP method associated with the request.
UriInterface | string$uriThe URI associated with the request. If the value is a string, the factory MUST create a UriInterface instance based on it.
Renvoie
RequestInterface

Implémenté dans RequestFactory, et Psr17Factory.

Référencé par MetadataStatementFetcher\fetch().


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