|
ILIAS
release_4-3 Revision
|
Collaboration diagram for Initialization:Functions | |
| phpCAS::client ($server_version, $server_hostname, $server_port, $server_uri, $start_session=true) | |
| phpCAS client initializer. | |
| phpCAS::proxy ($server_version, $server_hostname, $server_port, $server_uri, $start_session=true) | |
| phpCAS proxy initializer. | |
| phpCAS::client | ( | $server_version, | |
| $server_hostname, | |||
| $server_port, | |||
| $server_uri, | |||
$start_session = true |
|||
| ) |
phpCAS client initializer.
| $server_version | the version of the CAS server |
| $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 366 of file CAS.php.
References $PHPCAS_CLIENT, $PHPCAS_INIT_CALL, phpCAS\backtrace(), phpCAS\error(), phpCAS\traceBegin(), and phpCAS\traceEnd().
Referenced by ilCASAuth\ilCASAuth(), and ilAuthContainerCAS\initCAS().
Here is the call graph for this function:
Here is the caller graph for this function:| phpCAS::proxy | ( | $server_version, | |
| $server_hostname, | |||
| $server_port, | |||
| $server_uri, | |||
$start_session = true |
|||
| ) |
phpCAS proxy initializer.
| $server_version | the version of the CAS server |
| $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 415 of file CAS.php.
References $PHPCAS_CLIENT, $PHPCAS_INIT_CALL, phpCAS\backtrace(), phpCAS\error(), phpCAS\traceBegin(), and phpCAS\traceEnd().
Here is the call graph for this function: