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