]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/io/output/class_OutputStreamer.php
Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / interfaces / io / output / class_OutputStreamer.php
index 0ef649d9066be852a2340dd5fa4a164d5a131d26..a98d185cb1ab3f6d2a8f96bda0a07b0409b0ae5b 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Own namespace
-namespace CoreFramework\Stream\Output;
+namespace Org\Mxchange\CoreFramework\Stream\Output;
 
 // Own framework stuff
-use CoreFramework\Stream\Output\StreamableOutput;
+use Org\Mxchange\CoreFramework\Stream\Output\StreamableOutput;
 
 /**
  * An interface for output streams
@@ -35,6 +35,6 @@ interface OutputStreamer extends StreamableOutput {
         * @param       $stripTags      Whether HTML tags shall be stripped out
         * @return      void
         */
-       function output ($outStream = FALSE, $stripTags = FALSE);
+       function output ($outStream = false, $stripTags = false);
 
 }