Continued:
[core.git] / inc / main / interfaces / io / output / class_OutputStreamer.php
index a4ddb8b8c703f84a87e011cb3f4bc3c2e76c2def..ef29a35cef5e83aec2467ce60515f95d78a19edb 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Stream\Output;
+
 /**
  * An interface for output streams
  *
@@ -30,7 +33,5 @@ interface OutputStreamer extends StreamableOutput {
         * @return      void
         */
        function output ($outStream = FALSE, $stripTags = FALSE);
-}
 
-// [EOF]
-?>
+}