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


Public Member Functions | |
| __construct ($message=null, $e=null, $response=null) | |
| getHttpClientException () | |
| setHttpClientException ($value) | |
| setResponse ($response) | |
| getResponse () | |
| getRawResponseBody () | |
Protected Attributes | |
| $_httpClientException = null | |
| $_response = null | |
Definition at line 45 of file HttpException.php.
| __construct | ( | $ | message = null, |
| $ | e = null, |
||
| $ | response = null |
||
| ) |
Create a new Zend_Gdata_App_HttpException
| string | $message | Optionally set a message |
| Zend_Http_Client_Exception | Optionally pass in a Zend_Http_Client_Exception | |
| Zend_Http_Response | Optionally pass in a Zend_Http_Response |
Definition at line 58 of file HttpException.php.
Get the Zend_Http_Client_Exception.
Definition at line 70 of file HttpException.php.
Get the body of the Zend_Http_Response
Definition at line 112 of file HttpException.php.

| getResponse | ( | ) |
Get the Zend_Http_Response.
Definition at line 102 of file HttpException.php.

| setHttpClientException | ( | $ | value | ) |
Set the Zend_Http_Client_Exception.
| Zend_Http_Client_Exception | $value |
Definition at line 80 of file HttpException.php.
| setResponse | ( | $ | response | ) |
Set the Zend_Http_Response.
| Zend_Http_Response | $response |
Definition at line 91 of file HttpException.php.
$_httpClientException = null [protected] |
Definition at line 48 of file HttpException.php.
$_response = null [protected] |
Definition at line 49 of file HttpException.php.