ILIAS
Release_4_0_x_branch Revision 61816
|
Functions | |
phpCAS::setDebug ($filename= '') | |
Set/unset debug mode. |
Variables | |
const | DEFAULT_DEBUG_DIR = '/tmp/' |
The default directory for the debug file under Unix. |
phpCAS::setDebug | ( | $filename = '' | ) |
Set/unset debug mode.
$filename | the name of the file used for logging, or FALSE to stop debugging. |
Definition at line 465 of file CAS.php.
References $filename, $PHPCAS_DEBUG, DEFAULT_DEBUG_DIR, phpCAS\error(), PHPCAS_VERSION, and phpCAS\trace().
Referenced by ilCASAuth\ilCASAuth(), and ilAuthContainerCAS\initCAS().
const DEFAULT_DEBUG_DIR = '/tmp/' |
The default directory for the debug file under Unix.
Definition at line 260 of file CAS.php.
Referenced by phpCAS\setDebug().