|
Moodle
2.2.1
http://www.collinsharper.com
|
|
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() | |
| CASClient | ( | $ | server_version, |
| $ | proxy, | ||
| $ | server_hostname, | ||
| $ | server_port, | ||
| $ | server_uri, | ||
| $ | start_session = true |
||
| ) |
CASClient constructor.
| $server_version | the version of the CAS server |
| $proxy | TRUE if the CAS client is a CAS proxy, FALSE otherwise |
| $server_hostname | the hostname of the CAS server |
| $server_port | the port the CAS server is running on |
| $server_uri | the URI the CAS server is responding on |
| $start_session | Have phpCAS start PHP sessions (default true) |
Definition at line 575 of file client.php.

| setExtraCurlOption | ( | $ | key, |
| $ | value | ||
| ) |
This method is used to set additional user curl options.
Definition at line 538 of file client.php.
| $_curl_options = array() |
An array to store extra curl options.
Definition at line 533 of file client.php.