1 | <?php |
||
12 | class PhpArray extends Extractor implements ExtractorInterface |
||
13 | { |
||
14 | use MultidimensionalArrayTrait; |
||
15 | |||
16 | /** |
||
17 | * {@inheritdoc} |
||
18 | */ |
||
19 | public static function fromFile($file, Translations $translations, array $options = []) |
||
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | public static function fromString($string, Translations $translations, array $options = []) |
||
33 | } |
||
34 |