| 1 | <?php |
||
| 11 | class XlfExport implements ExporterInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Export translations in to the given file. |
||
| 15 | * |
||
| 16 | * @param string $file |
||
| 17 | * @param MessageCatalogue $translations |
||
| 18 | * @param string $domain |
||
| 19 | * |
||
| 20 | * @return bool |
||
| 21 | */ |
||
| 22 | public function export($file, MessageCatalogue $translations, $domain) |
||
| 38 | |||
| 39 | } |