1 | <?php |
||
7 | class Jed extends Generator implements GeneratorInterface |
||
8 | { |
||
9 | public static $options = [ |
||
10 | 'json' => 0, |
||
11 | ]; |
||
12 | |||
13 | /** |
||
14 | * {@parentDoc}. |
||
15 | */ |
||
16 | public static function toString(Translations $translations, array $options = []) |
||
31 | |||
32 | /** |
||
33 | * Generates an array with all translations. |
||
34 | * |
||
35 | * @param Translations $translations |
||
36 | * |
||
37 | * @return array |
||
38 | */ |
||
39 | private static function buildMessages(Translations $translations) |
||
62 | } |
||
63 |