Moodle  2.2.1
http://www.collinsharper.com
OAuthUtil Class Reference

Static Public Member Functions

static urlencode_rfc3986 ($input)
static urldecode_rfc3986 ($string)
static split_header ($header, $only_allow_oauth_parameters=true)
static get_headers ()
static parse_parameters ($input)
static build_http_query ($params)

Detailed Description

Definition at line 705 of file OAuth.php.


Member Function Documentation

static build_http_query ( params) [static]

Definition at line 810 of file OAuth.php.

static get_headers ( ) [static]

Definition at line 753 of file OAuth.php.

Here is the caller graph for this function:

static parse_parameters ( input) [static]

Definition at line 777 of file OAuth.php.

static split_header ( header,
only_allow_oauth_parameters = true 
) [static]

Definition at line 731 of file OAuth.php.

Here is the caller graph for this function:

static urldecode_rfc3986 ( string) [static]

Definition at line 724 of file OAuth.php.

static urlencode_rfc3986 ( input) [static]

Definition at line 706 of file OAuth.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations