[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/include/Zend/ -> Oauth.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: Oauth.php 24593 2012-01-05 20:35:02Z matthew $
File Size: 89 lines (3 kb)
Included or required: 4 times
Referenced: 0 times
Includes or requires: 1 file
 include/Zend/Http/Client.php

Defines 1 class

Zend_Oauth:: (3 methods):
  setHttpClient()
  getHttpClient()
  clearHttpClient()


Class: Zend_Oauth  - X-Ref


setHttpClient(Zend_Http_Client $httpClient)   X-Ref
Allows the external environment to make Zend_Oauth use a specific
Client instance.

param: Zend_Http_Client $httpClient
return: void

getHttpClient()   X-Ref
Return the singleton instance of the HTTP Client. Note that
the instance is reset and cleared of previous parameters and
Authorization header values.

return: Zend_Http_Client

clearHttpClient()   X-Ref
Simple mechanism to delete the entire singleton HTTP Client instance
which forces an new instantiation for subsequent requests.

return: void



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1