]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/io/pointer/io/class_InputOutputPointer.php
Continued:
[core.git] / inc / main / interfaces / io / pointer / io / class_InputOutputPointer.php
index 3919d0e0db3fd73e3a1dfcf27ca7da3a82ae376e..95c35166e62a5a493b8137910e040b085f2b3c22 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Pointer;
+
 /**
  * An interface for (mostly) file input/output pointers.
  *
@@ -50,7 +53,5 @@ interface InputOutputPointer extends InputPointer, OutputPointer {
         * @return      $key    Current key in iteration
         */
        function key ();
-}
 
-// [EOF]
-?>
+}