Introduced namespaces:
[core.git] / inc / main / middleware / io / class_FileIoHandler.php
index f65b9897a61d56a2c7d83a47987bda7700bdb64c..f85d4fd2a7b8fc1bc847fca6c466f1907bda0991 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Handler\Filesystem;
+
+// Load 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,6 @@ class FileIoHandler extends BaseMiddleware implements IoHandler {
        public function size () {
                $this->partialStub();
        }
-}
 
+}
 // [EOF]
-?>