[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

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

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id: HttpException.php 24593 2012-01-05 20:35:02Z matthew $
File Size: 121 lines (3 kb)
Included or required: 13 times
Referenced: 0 times
Includes or requires: 2 files
 include/Zend/Http/Client/Exception.php
 include/Zend/Gdata/App/Exception.php

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:08:37 2014 Cross-referenced by PHPXref 0.7.1