Class Handler
Handles autoloading, errors and exceptions
Methods summary
protected static | #injectCss( ) Injects CSS into the page to preffity our output Injects CSS into the page to preffity our output Author |
public static | #error(integer$errno,string$errstr,string$errfile,integer$errline) The error handler Parameters- $errno
integer $errno The level of the error raised- $errstr
string $errstr The error message- $errfile
string $errfile The filename that the error was raised in- $errline
integer $errline The line number the error was raised at
Author |
public static | #autoloader(string$name) Used to automatically load class,interface and trait files Used to automatically load class,interface and trait files Parameters- $name
string $name Class name
Author |
protected static | |
protected static | #echoTrace(array$trace) Echoes the debug backtrace Echoes the debug backtrace Parameters- $trace
array $trace The backtrace
Author |
public static | |
Magic methods summary
Properties summary
protected static boolean | $cssInjected | #Whether CSS has been injected yet Whether CSS has been injected yet |