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

Functions

 removeParameterFromQueryString ($parameterName, $queryString)

Variables

 $GLOBALS ['PHPCAS_CLIENT']
 $GLOBALS ['PHPCAS_INIT_CALL']
 $GLOBALS ['PHPCAS_AUTH_CHECK_CALL']
 $GLOBALS ['PHPCAS_DEBUG']

Function Documentation

removeParameterFromQueryString ( parameterName,
queryString 
)

Removes a parameter from a query string

Parameters:
string$parameterName
string$queryString
Returns:
string

http://stackoverflow.com/questions/1842681/regular-expression-to-remove-one-parameter-from-query-string

Definition at line 2703 of file client.php.


Variable Documentation

$GLOBALS['PHPCAS_CLIENT']

This global variable is used by the interface class phpCAS.

Definition at line 252 of file CAS.php.

$GLOBALS['PHPCAS_INIT_CALL']

This global variable is used to store where the initializer is called from (to print a comprehensive error in case of multiple calls).

Definition at line 260 of file CAS.php.

$GLOBALS['PHPCAS_AUTH_CHECK_CALL']

This global variable is used to store where the method checking the authentication is called from (to print comprehensive errors)

Definition at line 273 of file CAS.php.

$GLOBALS['PHPCAS_DEBUG']

This global variable is used to store phpCAS debug mode.

Definition at line 286 of file CAS.php.

 All Data Structures Namespaces Files Functions Variables Enumerations