patError
patError error object used by the patFormsError manager as error messages container for precise error management.
$Id: patError.php 12694 2009-09-11 21:03:02Z ian $
Located in /pattemplate/patError.php (line 27)
patError
constructor - used to set up the error with all needed error details.
- int $level: The error level (use the PHP constants E_ALL, E_NOTICE etc.).
- string $code: The error code from the application
- string $msg: The error message
- string $info: Optional: The additional error information.
constructor, wrapper for the upcoming PHP5 constructors for upward compatibility.
- int $level: The error level (use the PHP constants E_ALL, E_NOTICE etc.).
- string $code: The error code from the application
- string $msg: The error message
- string $info: Optional: The additional error information.
get the backtrace
This is only possible, if debug_backtrace() is available.
- $formatted
get the filename in which the error occured
This is only possible, if debug_backtrace() is available.
retrieves the additional error information (information usually only relevant for developers)
returns the error level of the error - corresponds to the PHP error levels (E_ALL, E_NOTICE...)
get the line number in which the error occured
This is only possible, if debug_backtrace() is available.
Documentation generated on Sat, 14 Nov 2009 11:16:50 +0000 by phpDocumentor 1.3.1



patError