[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/App/ -> HttpException.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 121 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_App_HttpException:: (6 methods):
  __construct()
  getHttpClientException()
  setHttpClientException()
  setResponse()
  getResponse()
  getRawResponseBody()


Class: Zend_Gdata_App_HttpException  - X-Ref

Gdata exceptions

Class to represent exceptions that occur during Gdata operations.

__construct($message = null, $e = null, $response = null)   X-Ref
Create a new Zend_Gdata_App_HttpException

param: string $message Optionally set a message
param: Zend_Http_Client_Exception Optionally pass in a Zend_Http_Client_Exception
param: Zend_Http_Response Optionally pass in a Zend_Http_Response

getHttpClientException()   X-Ref
Get the Zend_Http_Client_Exception.

return: Zend_Http_Client_Exception

setHttpClientException($value)   X-Ref
Set the Zend_Http_Client_Exception.

param: Zend_Http_Client_Exception $value

setResponse($response)   X-Ref
Set the Zend_Http_Response.

param: Zend_Http_Response $response

getResponse()   X-Ref
Get the Zend_Http_Response.

return: Zend_Http_Response

getRawResponseBody()   X-Ref
Get the body of the Zend_Http_Response

return: string



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1