|
Moodle
2.2.1
http://www.collinsharper.com
|

Static Public Member Functions | |
| static | setHttpClient (Zend_Http_Client $httpClient) |
| static | getHttpClient () |
Static Protected Attributes | |
| static | $_httpClient = null |
Definition at line 35 of file Abstract.php.
| static getHttpClient | ( | ) | [static, final] |
Gets the HTTP client object.
Definition at line 62 of file Abstract.php.

| 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.
| Zend_Http_Client | $httpClient |
Definition at line 51 of file Abstract.php.
$_httpClient = null [static, protected] |
Definition at line 42 of file Abstract.php.