Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct (Registry $options=null, JHttpTransport $transport=null) | |
get ($url, array $headers=null, $timeout=null) | |
post ($url, $data, array $headers=null, $timeout=null) | |
HTTP client class for connecting to a MediaWiki instance.
Constructor.
Registry | $options | Client options object. |
JHttpTransport | $transport | The HTTP transport object. |
Références $options.
Method to send the POST command to the server.
string | $url | Path to the resource. |
mixed | $data | Either an associative array or a string to be sent with the request. |
array | $headers | An array of name-value pairs to include in the header of the request |
integer | $timeout | Read timeout in seconds. |