]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/file_directories/input/text/class_FrameworkTextFileInputPointer.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / classes / file_directories / input / text / class_FrameworkTextFileInputPointer.php
index f9cd839aaecef4b52a55785b14312ad9b9cff1b8..2b2704e28312ec2e63e24578ce128c5eedd0c8f2 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Pointer\Input;
+
+// Import framework stuff
+use CoreFramework\Generic\NullPointerException;
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * A class for reading text files
  *
@@ -170,7 +177,5 @@ class FrameworkTextFileInputPointer extends BaseFileIo implements InputPointer {
        public function key () {
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
-// [EOF]
-?>
+}