| 1 | <?php |
||
| 24 | class NeonFileDumper extends FileDumper |
||
| 25 | { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritDoc} |
||
| 29 | */ |
||
| 30 | public function formatCatalogue(MessageCatalogue $messages, $domain, array $options = []) |
||
| 34 | |||
| 35 | |||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritDoc} |
||
| 39 | */ |
||
| 40 | protected function format(MessageCatalogue $messages, $domain) |
||
| 44 | |||
| 45 | |||
| 46 | |||
| 47 | /** |
||
| 48 | * {@inheritDoc} |
||
| 49 | */ |
||
| 50 | protected function getExtension() |
||
| 54 | |||
| 55 | } |
||
| 56 |