]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/io/file/class_FileOutputStreamer.php
Continued:
[core.git] / inc / main / interfaces / io / file / class_FileOutputStreamer.php
index 64b43e1e948ac57aaec046439d2ed640bb4a6ecb..f8d607f3b02c84614be9d89427c3471acc8aeff1 100644 (file)
@@ -1,4 +1,7 @@
 <?php
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Stream;
+
 /**
  * An interface for file output operations.
  *
 /**
  * An interface for file output operations.
  *
@@ -31,7 +34,5 @@ interface FileOutputStreamer extends StreamableOutput {
         * @return      void
         */
        function saveFile ($fileName, array $dataArray);
         * @return      void
         */
        function saveFile ($fileName, array $dataArray);
-}
 
 
-// [EOF]
-?>
+}