예제 #1
0
 /**
  * Resets the list of debugging messages.
  */
 public static function reset_debugging()
 {
     self::$debuggings = array();
     set_debugging(DEBUG_DEVELOPER);
 }
예제 #2
0
파일: util.php 프로젝트: Burick/moodle
 /**
  * Resets the list of debugging messages.
  */
 public static function reset_debugging()
 {
     self::$debuggings = array();
 }