\FAAErrorHandler

Summary

Methods
Properties
Constants
SetSilent()
Bind()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$silent
$errTypes
N/A

Properties

$silent

$silent :

Type

$errTypes

$errTypes :

Type

Methods

SetSilent()

SetSilent(  $data)

Parameters

$data

Bind()

Bind(integer  $_errno,string  $_errmsg,string  $_filename,integer  $_linenum): void

fileaccess error handler this is the main error handler function used to catch and log system execution errors

Parameters

integer $_errno

Php error code

string $_errmsg

Php error message

string $_filename

The name of the script the error occured in

integer $_linenum

The line the error ocured in