]> git.mxchange.org Git - core.git/blobdiff - inc/main/middleware/io/class_FileIoHandler.php
Continued:
[core.git] / inc / main / middleware / io / class_FileIoHandler.php
index f65b9897a61d56a2c7d83a47987bda7700bdb64c..e239de5d5a91d4e482aee8e25c1a21f2796650dd 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Handler\Filesystem;
+
+// Import framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * This is a file IO handler. It handles reading from and writing to files.
  * Missing paths in writing process will be automatically created.
@@ -196,7 +202,5 @@ class FileIoHandler extends BaseMiddleware implements IoHandler {
        public function size () {
                $this->partialStub();
        }
-}
 
-// [EOF]
-?>
+}