Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_Abstract Class Reference
Inheritance diagram for Zend_Service_Abstract:

Static Public Member Functions

static setHttpClient (Zend_Http_Client $httpClient)
static getHttpClient ()

Static Protected Attributes

static $_httpClient = null

Detailed Description

Definition at line 35 of file Abstract.php.


Member Function Documentation

static getHttpClient ( ) [static, final]

Gets the HTTP client object.

Returns:
Zend_Http_Client

Definition at line 62 of file Abstract.php.

Here is the caller graph for this function:

static setHttpClient ( Zend_Http_Client httpClient) [static, final]

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

Definition at line 51 of file Abstract.php.


Field Documentation

$_httpClient = null [static, protected]

Definition at line 42 of file Abstract.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations