Service/Abstract.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service
- Version
- $Id: Abstract.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Service_Abstract
Package: Zend\Service
Parameters
- Children
- \Zend_Service_ReCaptcha
- \Zend_Service_Akismet
- \Zend_Service_ShortUrl_AbstractShortener
- \Zend_Service_Amazon_Abstract
- \Zend_Rest_Client
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties


\Zend_Http_Client $_httpClient = null
static
HTTP Client used to query all web services
Default value
null
Details- Type
- \Zend_Http_Client
Methods


getHttpClient() : \Zend_Http_Client
staticfinal
Gets the HTTP client object.
Returns
Type | Description |
---|---|
\Zend_Http_Client |


setHttpClient(\Zend_Http_Client $httpClient) : void
staticfinal
Sets the HTTP client object to use for retrieving the feeds.
If none is set, the default Zend_Http_Client will be used.
Name | Type | Description |
---|---|---|
$httpClient | \Zend_Http_Client |