Class EasyRdf_Http

Description

Static class to set the HTTP client used by EasyRdf

Located in /EasyRdf/Http.php (line 47)


	
			
Method Summary
static object mixed getDefaultHttpClient ()
static object mixed setDefaultHttpClient (object mixed $httpClient)
Methods
static method getDefaultHttpClient (line 76)

Get the HTTP Client object used to fetch RDF data

If no HTTP Client has previously been set, then a new default (EasyRdf_Http_Client) client will be created.

  • return: The HTTP client object
  • access: public
static object mixed getDefaultHttpClient ()
static method setDefaultHttpClient (line 57)

Set the HTTP Client object used to fetch RDF data

  • return: The new HTTP client object
  • access: public
static object mixed setDefaultHttpClient (object mixed $httpClient)
  • object mixed $httpClient: The new HTTP client object

Documentation generated on Wed, 16 Jan 2013 19:16:38 +0000 by phpDocumentor 1.4.4