| 1 | <?php |
||
| 11 | class ExporterToExcel implements ExportTranslationInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param array $translations |
||
| 15 | * @return string |
||
| 16 | */ |
||
| 17 | 1 | public function export(array $translations): string |
|
| 21 | |||
| 22 | /** |
||
| 23 | * @param array $translations |
||
| 24 | * @return string |
||
| 25 | */ |
||
| 26 | 1 | private function toFile(array $translations): string |
|
| 42 | } |
||
| 43 |