| 1 | <?php |
||
| 23 | final class XliffConverter |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * Create a catalogue from the contents of a XLIFF file. |
||
| 27 | */ |
||
| 28 | 1 | public static function contentToCatalogue(string $content, string $locale, string $domain): MessageCatalogue |
|
| 35 | |||
| 36 | 1 | public static function catalogueToContent(MessageCatalogue $catalogue, string $domain, array $options = []): string |
|
| 45 | } |
||
| 46 |