nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Collection refactor - AbstractCollection, MultiCollection, TabularCollection, etc. #162

Closed nozavroni closed 7 years ago

nozavroni commented 7 years ago

Refactored the CSVelte\Collection class, creating a new namespace (CSVelte\Collection), and spreading methods from CSVelte\Collection out into various special collection classes, all of them extending the AbstractCollection class.