]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/debug/class_Debugger.php
Added stripTags (default: false) to allow stripping out HTML tags
[core.git] / inc / classes / interfaces / debug / class_Debugger.php
index 0520e552165937118231ffd856a43f150e229337..5fd54f370f846a9bf1da7a9d60861e6096641c34 100644 (file)
@@ -25,10 +25,11 @@ interface Debugger extends FrameworkInterface {
        /**
         * Outputs the given data
         *
        /**
         * Outputs the given data
         *
-        * @param               $output Debug text for output
+        * @param       $output         Debug text for output
+        * @param       $stripTags      Whether HTML tags shall be stripped out
         * @return      void
         */
         * @return      void
         */
-       function outputStream ($output);
+       function outputStream ($output, $stripTags = false);
 }
 
 // [EOF]
 }
 
 // [EOF]