]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/io/file/class_FileOutputStreamer.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / interfaces / io / file / class_FileOutputStreamer.php
index 64b43e1e948ac57aaec046439d2ed640bb4a6ecb..158d0c5652827dc6a715761439ddf385e66f6fc9 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Stream\Filesystem;
+
+// Import framework stuff
+use CoreFramework\Stream\Output\StreamableOutput;
+
 /**
  * An interface for file output operations.
  *
@@ -31,7 +37,5 @@ interface FileOutputStreamer extends StreamableOutput {
         * @return      void
         */
        function saveFile ($fileName, array $dataArray);
-}
 
-// [EOF]
-?>
+}