Continued CSV parsing:
[core.git] / inc / classes / main / file_directories / text / input / class_BaseInputTextFile.php
index d5d2d0cb3b852b089835ff6e67eeadbe070f7985..cb1540ea90bbad9c3e70807b77bf3ea49f74aaba 100644 (file)
@@ -46,6 +46,14 @@ class BaseInputTextFile extends BaseTextFile {
                // ... and set it here
                $this->setPointerInstance($pointerInstance);
        }
+
+       /**
+        * Reads a line from currently referenced file
+        *
+        * @return      $data   Read data from referenced file
+        */
+       public function readLine () {
+       }
 }
 
 // [EOF]