Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
createRequest ( $method, $uri, array $headers=[], $body=null, $protocolVersion='1.1') | |
Factory for PSR-7 Request.
createRequest | ( | $method, | |
$uri, | |||
array | $headers = [] , |
||
$body = null , |
|||
$protocolVersion = '1.1' |
|||
) |
Creates a new PSR-7 request.
string | $method | |
string | UriInterface | $uri | |
array | $headers | |
resource | string | StreamInterface | null | $body | |
string | $protocolVersion |
Implémenté dans HttplugFactory.