353 if (is_object(self::$_PHPCAS_CLIENT)) {
354 phpCAS :: error(self::$_PHPCAS_INIT_CALL[
'method'] .
'() has already been called (at ' . self::$_PHPCAS_INIT_CALL[
'file'] .
':' . self::$_PHPCAS_INIT_CALL[
'line'] .
')');
358 $dbg = debug_backtrace();
359 self::$_PHPCAS_INIT_CALL = array(
361 'file' => $dbg[0][
'file'],
362 'line' => $dbg[0][
'line'],
363 'method' => __CLASS__ .
'::' . __FUNCTION__
static error($msg)
This method is used by interface methods to print an error and where the function was originally call...
static traceEnd($res='')
This method is used to indicate the end of the execution of a function in debug mode.
static traceBegin()
This method is used to indicate the start of the execution of a function in debug mode...
The CAS_Client class is a client interface that provides CAS authentication to PHP applications...