| 1 | <?php |
||
| 13 | class CsvOutput extends Output |
||
| 14 | { |
||
| 15 | |||
| 16 | protected $mask = '%s,%s,%s,%s'; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * {@inheritdoc} |
||
| 20 | */ |
||
| 21 | 3 | protected function init() |
|
| 25 | |||
| 26 | /** |
||
| 27 | * |
||
| 28 | */ |
||
| 29 | 2 | public function write() |
|
| 43 | |||
| 44 | /** |
||
| 45 | * |
||
| 46 | */ |
||
| 47 | 2 | private function writeHeader() |
|
| 51 | |||
| 52 | /** |
||
| 53 | * @param ArrayCollection $differenceSet |
||
| 54 | */ |
||
| 55 | 2 | private function writeDifferenceSet(ArrayCollection $differenceSet) |
|
| 65 | } |
||
| 66 |