]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/io/output/class_OutputStreamer.php
Rewrote core:
[core.git] / inc / classes / interfaces / io / output / class_OutputStreamer.php
index 7fd9c0eb1f9b2e512382640a1616820f84fc3eae..b34165737bcab729ef479a8c1a751bfbc8e6750c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -25,10 +25,12 @@ interface OutputStreamer extends Streamable {
        /**
         * Output the code
         *
+        * @param       $outStream      Stream to output
+        * @param       $stripTags      Whether HTML tags shall be stripped out
         * @return      void
         */
-       function output ($outStream = false);
+       function output ($outStream = false, $stripTags = false);
 }
 
-//
+// [EOF]
 ?>