Class Zend_Oauth

Description
  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Oauth.php (line 31)


	
			
Direct descendents
Class Description
 class Zend_Oauth_Consumer
Class Constant Summary
 DELETE = 'DELETE'
 GET = 'GET'
 HEAD = 'HEAD'
 POST = 'POST'
 PUT = 'PUT'
 REQUEST_SCHEME_QUERYSTRING = 'querystring'
Variable Summary
Method Summary
 static void clearHttpClient ()
 static void setHttpClient ( $httpClient)
Variables
static Zend_Http_Client $httpClient = null (line 47)

Singleton instance if required of the HTTP client

  • access: protected
Methods
static clearHttpClient (line 85)

Simple mechanism to delete the entire singleton HTTP Client instance which forces an new instantiation for subsequent requests.

  • access: public
static void clearHttpClient ()
static getHttpClient (line 68)

Return the singleton instance of the HTTP Client. Note that the instance is reset and cleared of previous parameters and Authorization header values.

  • access: public
static Zend_Http_Client getHttpClient ()
static setHttpClient (line 56)

Allows the external environment to make Zend_Oauth use a specific Client instance.

  • access: public
static void setHttpClient ( $httpClient)
Class Constants
DELETE = 'DELETE' (line 39)
GET = 'GET' (line 36)
HEAD = 'HEAD' (line 40)
POST = 'POST' (line 37)
PUT = 'PUT' (line 38)
REQUEST_SCHEME_HEADER = 'header' (line 33)
REQUEST_SCHEME_POSTBODY = 'postbody' (line 34)
REQUEST_SCHEME_QUERYSTRING = 'querystring' (line 35)

Documentation generated on Mon, 21 Jun 2010 15:36:19 -0400 by phpDocumentor 1.4.3