Kimono_Errorerror raising, buffering and callback handling
NOTE: Kimono_Error is a Singleton class and must be accessed only through the static function Kimono_Error::Instance()
Located in /include/error.php (line 16)
void
RaiseError
(mixed $errorstring, [mixed $errorlevel = KIMONO_ERRORLEVEL_ERROR], [mixed $facility = KIMONO_LOG_FACILITY_KIMONO])
Constructor __construct (line 27)
Destructor __destruct (line 39)
clean out left-over errors from buffer as a safety precaution if script execution dies before the user clears the buffer.
ErrorBuffer (line 121)
enable/disable error buffering, NOTE: disabling buffering will immediately empty buffered errors
ErrorLevel (line 129)
Instance (line 48)
initiate Singleton behaviour and return instance
isVisible (line 110)
returns TRUE if error should be shown and FALSE if it shouldn't
LastPHPError (line 159)
get or set the last php error, used in services code to fetch the last error
RaiseError (line 59)
create error and run/buffer it, log errors and warnings
RegisterCallback (line 137)
RunCallbacks (line 82)
clean out error buffer if it's disabled and contains objects, proceed to output $error_object if set
UnregisterCallback (line 145)
Documentation generated on Fri, 8 Apr 2005 18:27:43 +0200 by phpDocumentor 1.3.0RC3