diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-08-27 11:02:21 +0200 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-08-27 11:02:21 +0200 |
commit | dce2d0f3ae6b09e6e64186a566e5e55d39769362 (patch) | |
tree | 35567ccf7e146072346a75fb8956d1e8e50a88ec /src/Config/Controls.php | |
parent | 85f17cf5eb111ddf61cc4f88bd5fe77eeafb462b (diff) | |
download | csv-dce2d0f3ae6b09e6e64186a566e5e55d39769362.zip csv-dce2d0f3ae6b09e6e64186a566e5e55d39769362.tar.gz csv-dce2d0f3ae6b09e6e64186a566e5e55d39769362.tar.bz2 |
internals improved
Diffstat (limited to 'src/Config/Controls.php')
-rw-r--r-- | src/Config/Controls.php | 14 |
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 |