|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Collaboration diagram for Debugging:Functions | |
| phpCAS::setDebug ($filename='') | |
| Set/unset debug mode. More... | |
Variables | |
| const | DEFAULT_DEBUG_DIR '/tmp/' |
| The default directory for the debug file under Unix. More... | |
| 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 ilAuthContainerCAS\initCAS().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().