Esempio n. 1
0
 /**
  * Initializes the error handler
  *
  */
 function __construct()
 {
     global $debug;
     $this->debug =& $debug;
     parent::__construct();
 }