Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JGithubHttp
+ Graphe d'héritage de JGithubHttp:
+ Graphe de collaboration de JGithubHttp:

Liste de tous les membres

Fonctions membres publiques

 __construct (JRegistry &$options=null, JHttpTransport $transport=null)
 patch ($url, $data, array $headers=null)
- Fonctions membres publiques inherited from JHttp
 getOption ($key)
 setOption ($key, $value)
 options ($url, array $headers=null)
 head ($url, array $headers=null)
 get ($url, array $headers=null)
 post ($url, $data, array $headers=null)
 put ($url, $data, array $headers=null)
 delete ($url, array $headers=null)
 trace ($url, array $headers=null)

Attributs publics

const AUTHENTICATION_NONE = 0
const AUTHENTICATION_BASIC = 1
const AUTHENTICATION_OAUTH = 2

Additional Inherited Members

- Attributs protégés inherited from JHttp
 $options
 $transport

Documentation des constructeurs et destructeur

JGithubHttp::__construct ( JRegistry $options = null,
JHttpTransport  $transport = null 
)

Constructor.

Paramètres:
JRegistry&$optionsClient options object.
JHttpTransport$transportThe HTTP transport object.
Depuis:
11.3

Réimplémentée à partir de JHttp.

Références $options.


Documentation des fonctions membres

JGithubHttp::patch (   $url,
  $data,
array  $headers = null 
)

Method to send the PATCH command to the server.

Paramètres:
string$urlPath to the resource.
mixed$dataEither an associative array or a string to be sent with the request.
array$headersAn array of name-value pairs to include in the header of the request.
Renvoie:
JHttpResponse
Depuis:
11.3

Références $data, et $url.


Documentation des données membres

const JGithubHttp::AUTHENTICATION_BASIC = 1

integer Use basic authentication for HTTP connections.

Depuis:
11.3
const JGithubHttp::AUTHENTICATION_NONE = 0

integer Use no authentication for HTTP connections.

Depuis:
11.3
const JGithubHttp::AUTHENTICATION_OAUTH = 2

integer Use OAuth authentication for HTTP connections.

Depuis:
11.3

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