Moodle  2.2.1
http://www.collinsharper.com
google_auth_request Class Reference
Inheritance diagram for google_auth_request:
Collaboration diagram for google_auth_request:

Public Member Functions

 get_sessiontoken ()
 add_persistant_header ($header)

Static Public Member Functions

static get_auth_header_name ()

Protected Member Functions

 request ($url, $options=array())
 multi ($requests, $options=array())

Protected Attributes

 $token = ''

Detailed Description

Definition at line 45 of file googleapi.php.


Member Function Documentation

add_persistant_header ( header)

Definition at line 90 of file googleapi.php.

static get_auth_header_name ( ) [static]

Reimplemented in google_authclient, google_authsub, and google_authsub_request.

Definition at line 50 of file googleapi.php.

Here is the caller graph for this function:

Definition at line 86 of file googleapi.php.

multi ( requests,
options = array() 
) [protected]

Reimplemented from curl.

Definition at line 70 of file googleapi.php.

Here is the call graph for this function:

request ( url,
options = array() 
) [protected]

Single HTTP Request

Parameters:
string$urlThe URL to request
array$options
Returns:
bool

Reimplemented from curl.

Definition at line 54 of file googleapi.php.

Here is the call graph for this function:


Field Documentation

$token = '' [protected]

Definition at line 46 of file googleapi.php.


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