-
-
|
|
Class: ErrorsSource Location: /core/errors.class.php [line 45]
Class Overview
This class is the error manager of PHPBoost. It is designed to collect and store all errors occurs in the projet.
Author(s):
- Viarre Régis crowkait@phpboost.com
Class Details
Class Methods
constructor Errors [line 52]
Errors Errors(
[boolean
$archive_all = false])
|
|
constructor
Parameters:
method display [line 243]
string display(
string
$errstr, int
$errno, [string
$errline = ''], [string
$errfile = ''], [boolean
$archive = false])
|
|
Exception handler for developper, return the error. Tags:
Parameters:
method get_errno_class [line 346]
void get_errno_class(
$errno)
|
|
Get Error type
Parameters:
method get_last__error_log [line 315]
void get_last__error_log(
)
|
|
Get last error informations
method handler [line 151]
void handler(
string
$errstr, int
$errno, [string
$errline = ''], [string
$errfile = ''], [string
$tpl_cond = ''], [boolean
$archive = false], [boolean
$stop = true])
|
|
Exception handler for developper.
Parameters:
method handler_php [line 81]
void handler_php(
string
$errno, string
$errstr, string
$errfile, string
$errline)
|
|
PHP exceptions handler
Parameters:
method set_default_template [line 304]
void set_default_template(
)
|
|
Set default template for the handler methods.
method set_template [line 295]
void set_template(
&$template)
|
|
Set a personnal template for the handler methods.
Parameters:
Class Variables
[line 414]
mixed
$archive_all
[line 417]
mixed
$personal_tpl
= false
[line 415]
mixed
$redirect
[line 416]
mixed
$template
|
-
-