| 1 | <?php |
||
| 9 | class Csv extends Base implements BulkImportFileHandler |
||
| 10 | { |
||
| 11 | 1 | public function __construct($file) |
|
| 17 | |||
| 18 | public function getData() |
||
| 35 | |||
| 36 | protected function validateSyntax() |
||
| 48 | |||
| 49 | /** |
||
| 50 | * Get list of columns from the file |
||
| 51 | * |
||
| 52 | * @return array |
||
| 53 | */ |
||
| 54 | protected function getFields() |
||
| 62 | } |
||
| 63 |