Inherited Variables
Inherited Constants
Inherited Methods
Class Details
TinyMVC_ErrorHandler
The MVC error handler
Tags:
- author - Monte Ohrt
[ Top ]
Class Variables
Class Methods
__construct
TinyMVC_ErrorHandler __construct(
)
[line 29]
class constructor
Tags:
- access - public
Parameters:
[ Top ]
trigger_error
void trigger_error(
$errno,
$errstr,
$errfile,
$errline)
[line 38]
trigger_error
the error handler method used for all triggerable errors
Tags:
- access - public
Parameters:
- $errno -
- $errstr -
- $errfile -
- $errline -
[ Top ]