category Zend
package Zend_Service
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Gets the HTTP client object.

getHttpClient() : \Zend_Http_Client
Static

Returns

\Zend_Http_Client

Sets the HTTP client object to use for retrieving the feeds. If none is set, the default Zend_Http_Client will be used.

setHttpClient(\Zend_Http_Client $httpClient) 
Static

Parameters

$httpClient

\Zend_Http_Client

 Properties

 

HTTP Client used to query all web services

$_httpClient : \Zend_Http_Client

Default

null
Static