Service/Abstract.php

Show: PublicProtectedPrivateinherited
Table of Contents
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 license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Service  
Version
$Id$  

\Zend_Service_Abstract

Package: Zend_Service
Children
\Zend_Service_ReCaptcha
\Zend_Service_Akismet
\Zend_Service_ShortUrl_AbstractShortener
\Zend_Service_Amazon_Abstract
\Zend_Rest_Client
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected\Zend_Http_Client $_httpClient = null
static
HTTP Client used to query all web services
Default valuenullDetails
Type
\Zend_Http_Client

Methods

methodpublicgetHttpClient() : \Zend_Http_Client
staticfinal

Gets the HTTP client object.

Returns
TypeDescription
\Zend_Http_Client
methodpublicsetHttpClient(\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.

Parameters
NameTypeDescription
$httpClient\Zend_Http_Client
Documentation was generated by phpDocumentor 2.2.0 .