Zend Framework  1.12
Static Public Member Functions | Static Protected Attributes | List of all members
Zend_Service_Abstract Class Reference

Static Public Member Functions

static setHttpClient (Zend_Http_Client $httpClient)
 Sets the HTTP client object to use for retrieving the feeds.
 
static getHttpClient ()
 Gets the HTTP client object.
 

Static Protected Attributes

static $_httpClient = null
 

Member Function Documentation

static getHttpClient ( )
staticfinal

Gets the HTTP client object.

Returns
Zend_Http_Client
static setHttpClient ( Zend_Http_Client  $httpClient)
staticfinal

Sets the HTTP client object to use for retrieving the feeds.

If none is set, the default Zend_Http_Client will be used.

Parameters
Zend_Http_Client$httpClient

Member Data Documentation

$_httpClient = null
staticprotected