]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/file_directories/input/text/class_FrameworkTextFileInputPointer.php
Continued:
[core.git] / inc / main / classes / file_directories / input / text / class_FrameworkTextFileInputPointer.php
index f9cd839aaecef4b52a55785b14312ad9b9cff1b8..879f60febfd701034b54d107f4bfc1fe0609d5f2 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Pointer\Input;
+
+// Import framework stuff
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * A class for reading text files
  *
@@ -170,7 +176,5 @@ class FrameworkTextFileInputPointer extends BaseFileIo implements InputPointer {
        public function key () {
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
-// [EOF]
-?>
+}