Method |
Description |
|
__construct ( integer $p_number, string $p_string, string $p_file, integer $p_line, string $p_software, integer $p_version, string $p_time = "", mixed $p_backtrace = "" ) |
|
|
__convertBacktraceArrayToString ( array $p_backtrace ) : string |
Convert the backtrace array into a backtrace string. |
|
getBacktraceString ( ) : string |
Get the backtrace string. |
|
getDescription ( ) : integer |
Get the error reporter's description of the error. |
|
getEmail ( ) : integer |
Get the error reporter's email address |
|
getErrorNum ( ) : integer |
Get the number of the error. |
|
getFile ( ) : string |
Get the name of the file in which the error occerrud. |
|
getFileWithoutPath ( ) : string |
Return the name of the error-file, not including the path. |
|
getFormToken ( $p_client ) : mixed |
Get form token to protect against CSRF attacks. |
|
getId ( ) : string |
Get the Error ID Code |
|
getLine ( ) : integer |
Get the line number the error occurred in. |
|
getPHPVersion ( ) : string |
Gets PHP version |
|
getPingStatus ( ) : The |
|
|
getServer ( ) : string |
Returns the current developers' server. |
|
getServerOS ( ) : string |
Gets OS info |
|
getSoftware ( ) : string |
Get the name of the software the error occurred in. |
|
getStr ( ) : The |
Get the error message |
|
getTime ( ) : string |
Get the time of the error. |
|
getVersion ( ) : string |
Get the version of the software the error occurred in. |
|
setBacktraceString ( $p_backtrace ) : void |
Get Manually set the backtrace string. |
|
setDescription ( $p_description ) : void |
Set the reporter's description of the error |
|
setEmail ( $p_email ) : void |
Set the error reporter's email address. |
|
setErrorNum ( $p_errorNum ) : void |
Manually set the number of the error which occurred. |
|
setFile ( $p_file ) : void |
Manually set the file in which the error occurred. |
|
setLine ( $p_line ) : void |
Manually set the line number in which the error occurred. |
|
setPingStatus ( $p_pingingStatus ) : void |
When pinging status is is set to false, pingServer() returns
true without actually pinging the server. |
|
setServer ( string $p_server ) : void |
This changes the developers' default server. |
|
setSoftware ( $p_software ) : void |
Manually set the software in which the error occurred. |
|
setStr ( $p_str ) : void |
Manually set the message of the error which occurred. |
|
setTime ( $p_time ) : void |
Manually set the time at which the error occurred. |
|
setVersion ( $p_version ) : void |
Manually set the software version of the error which occurred. |
|