Moodle  2.2.1
http://www.collinsharper.com
Configuration
Collaboration diagram for Configuration:

Modules

 HTML output
 Internationalization

Functions

 setExtraCurlOption ($key, $value)
 CASClient ($server_version, $proxy, $server_hostname, $server_port, $server_uri, $start_session=true)

Variables

 $_curl_options = array()

Function Documentation

CASClient ( server_version,
proxy,
server_hostname,
server_port,
server_uri,
start_session = true 
)

CASClient constructor.

Parameters:
$server_versionthe version of the CAS server
$proxyTRUE if the CAS client is a CAS proxy, FALSE otherwise
$server_hostnamethe hostname of the CAS server
$server_portthe port the CAS server is running on
$server_urithe URI the CAS server is responding on
$start_sessionHave phpCAS start PHP sessions (default true)
Returns:
a newly created CASClient object

Definition at line 575 of file client.php.

Here is the call graph for this function:

setExtraCurlOption ( key,
value 
)

This method is used to set additional user curl options.

Definition at line 538 of file client.php.


Variable Documentation

$_curl_options = array()

An array to store extra curl options.

Definition at line 533 of file client.php.

 All Data Structures Namespaces Files Functions Variables Enumerations