コード例 #1
0
ファイル: util.php プロジェクト: sumitnegi933/Moodle_lms_New
 /**
  * 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();
 }