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

Functions

 client ($server_version, $server_hostname, $server_port, $server_uri, $start_session=true)
 proxy ($server_version, $server_hostname, $server_port, $server_uri, $start_session=true)

Function Documentation

client ( server_version,
server_hostname,
server_port,
server_uri,
start_session = true 
)

phpCAS client initializer.

Note:
Only one of the phpCAS::client() and phpCAS::proxy functions should be called, only once, and before all other methods (except phpCAS::getVersion() and phpCAS::setDebug()).
Parameters:
$server_versionthe version of the CAS server
$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 342 of file CAS.php.

Here is the call graph for this function:

Here is the caller graph for this function:

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

phpCAS proxy initializer.

Note:
Only one of the phpCAS::client() and phpCAS::proxy functions should be called, only once, and before all other methods (except phpCAS::getVersion() and phpCAS::setDebug()).
Parameters:
$server_versionthe version of the CAS server
$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 391 of file CAS.php.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Namespaces Files Functions Variables Enumerations