summaryrefslogtreecommitdiffstats
path: root/src/Config/Controls.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config/Controls.php')
-rw-r--r--src/Config/Controls.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Config/Controls.php b/src/Config/Controls.php
index 731cd1e..b09713b 100644
--- a/src/Config/Controls.php
+++ b/src/Config/Controls.php
@@ -55,6 +55,13 @@ trait Controls
protected $flags = SplFileObject::READ_CSV;
/**
+ * return a SplFileOjbect
+ *
+ * @return \SplFileOjbect
+ */
+ abstract public function getIterator();
+
+ /**
* set the field delimeter
*
* @param string $delimiter
@@ -138,13 +145,6 @@ trait Controls
}
/**
- * return a SplFileOjbect
- *
- * @return \SplFileOjbect
- */
- abstract public function getIterator();
-
- /**
* set the field enclosure
*
* @param string $enclosure