Exemplo n.º 1
0
 /**
  * Resets the list of debugging messages.
  */
 public static function reset_debugging()
 {
     self::$debuggings = array();
     set_debugging(DEBUG_DEVELOPER);
 }
Exemplo n.º 2
0
 /**
  * Resets the list of debugging messages.
  */
 public static function reset_debugging()
 {
     self::$debuggings = array();
 }