| 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 | 1 | public function __construct(TranslationsSheet $translationsSheet, Writer $writer) |
|
| 26 | |||
| 27 | 1 | public function pull() |
|
| 40 | |||
| 41 | 1 | public function getTranslations() |
|
| 49 | } |
||
| 50 |