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

Fonctions membres publiques

 createRequest ($method, $uri, array $headers=[], $body=null, $protocolVersion='1.1')
 
 createResponse ($statusCode=200, $reasonPhrase=null, array $headers=[], $body=null, $version='1.1')
 
 createStream ($body=null)
 
 createUri ($uri='')
 

Description détaillée

Documentation des fonctions membres

◆ createRequest()

createRequest (   $method,
  $uri,
array  $headers = [],
  $body = null,
  $protocolVersion = '1.1' 
)

Creates a new PSR-7 request.

Paramètres
string$method
string | UriInterface$uri
array$headers
resource | string | StreamInterface | null$body
string$protocolVersion
Renvoie
RequestInterface

Implémente RequestFactory.

Références $method, et Nyholm\Psr7\$uri.

◆ createResponse()

createResponse (   $statusCode = 200,
  $reasonPhrase = null,
array  $headers = [],
  $body = null,
  $protocolVersion = '1.1' 
)

Creates a new PSR-7 response.

Paramètres
int$statusCode
string | null$reasonPhrase
array$headers
resource | string | StreamInterface | null$body
string$protocolVersion
Renvoie
ResponseInterface

Implémente ResponseFactory.

Références Symfony\Component\Console\Tester\$statusCode, et $version.

◆ createStream()

createStream (   $body = null)

Creates a new PSR-7 stream.

Paramètres
string | resource | StreamInterface | null$body
Renvoie
StreamInterface
Exceptions

Implémente StreamFactory.

Références Stream\create().

◆ createUri()

createUri (   $uri = '')

Creates an PSR-7 URI.

Paramètres
string | UriInterface$uri
Renvoie
UriInterface
Exceptions

Implémente UriFactory.

Références Nyholm\Psr7\$uri.


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