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