API Documentation

Oauth.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Oauth
version
$Id: Oauth.php 21071 2010-02-16 14:35:00Z padraic $
Classes
Zend_Oauth

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Oauth

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Oauth
Constants
REQUEST_SCHEME_HEADER
REQUEST_SCHEME_POSTBODY
REQUEST_SCHEME_QUERYSTRING
GET
POST
PUT
DELETE
HEAD
Properties
$httpClient
Methods
setHttpClient
getHttpClient
clearHttpClient

Description

Constants

REQUEST_SCHEME_HEADER

 REQUEST_SCHEME_HEADER = 'header'

Details

value
header

REQUEST_SCHEME_POSTBODY

 REQUEST_SCHEME_POSTBODY = 'postbody'

Details

value
postbody

REQUEST_SCHEME_QUERYSTRING

 REQUEST_SCHEME_QUERYSTRING = 'querystring'

Details

value
querystring

GET

 GET = 'GET'

Details

value
GET

POST

 POST = 'POST'

Details

value
POST

PUT

 PUT = 'PUT'

Details

value
PUT

DELETE

 DELETE = 'DELETE'

Details

value
DELETE

HEAD

 HEAD = 'HEAD'

Details

value
HEAD

Properties

$httpClient

Zend_Http_Client $httpClient = 'null'

Singleton instance if required of the HTTP client

Details

$httpClient
Zend_Http_Client
visibility
protected
default
null
final
false
static
true

Methods

clearHttpClient

clearHttpClient( ) : void

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

Details
visibility
public
final
false
static
true

getHttpClient

getHttpClient( ) : Zend_Http_Client

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

Details
visibility
public
final
false
static
true

setHttpClient

setHttpClient( Zend_Http_Client $httpClient ) : void

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

Arguments
$httpClient
Zend_Http_Client
Details
visibility
public
final
false
static
true
Documentation was generated by DocBlox.