1 | <?php |
||
9 | class Puller |
||
10 | { |
||
11 | use Output; |
||
12 | |||
13 | /** @var TranslationsSheet */ |
||
14 | protected $translationsSheet; |
||
15 | |||
16 | /** @var Writer */ |
||
17 | protected $writer; |
||
18 | |||
19 | public function __construct(TranslationsSheet $translationsSheet, Writer $writer) |
||
26 | |||
27 | public function pull() |
||
40 | |||
41 | public function getTranslations() |
||
49 | } |
||
50 |