/**
  * Enables our PHP error handler.
  */
 public static function enablePhpErrorHandler()
 {
     self::$_handlePhpError = true;
 }