]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/includes/app/cerrorhandler.class.php
bacula-web: Improved php code in CountJobsbyLevel() function
[bacula/bacula] / gui / bacula-web / includes / app / cerrorhandler.class.php
index 9b589be200056479bf92dbbf513b4a4313f0333d..6812873917dba24f552c7272797210b850042c4f 100644 (file)
 
 class CErrorHandler
 {
-        public function __constructor()
+        public function __construct()
         {
 
         }
 
-        public function __destructor()
+       public function SetDebug( $debuglevel )
+       {
+               $this->debug_level = $debuglevel;
+       }       
+
+       public function TriggerError( $type, $string, $file = '', $line = '', $vars = '' )
+       {
+
+       }
+
+        public function __destruct()
         {
 
         }
 }
+
 ?>