Continued:
[core.git] / inc / main / interfaces / stacker / file / class_StackableFile.php
index 3ecf27087ad3813b624fecbcf2ac9b694c5d0b32..b05019a5b7c4bafbd37cf951004d5ee35cc8dbaa 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Stack;
+
 /**
  * A Stackable file interface
  *
@@ -36,7 +39,5 @@ interface StackableFile extends Stackable {
         * @return      $size   Size (in bytes) of file
         */
        function size ();
-}
 
-// [EOF]
-?>
+}