1 | <?php |
||
10 | class Jed extends PhpArray implements ExtractorInterface |
||
11 | { |
||
12 | /** |
||
13 | * {@inheritdoc} |
||
14 | */ |
||
15 | public static function fromString($string, Translations $translations = null, $file = '') |
||
25 | |||
26 | /** |
||
27 | * Extract and insert a new translation |
||
28 | * |
||
29 | * @param Translations $translations |
||
30 | * @param string $key |
||
31 | * @param string $message |
||
32 | */ |
||
33 | protected static function insertTranslation(Translations $translations, $key, $message) |
||
47 | } |
||
48 |