| 1 | <?php |
||
| 10 | class TranslationsNotFoundListener |
||
| 11 | { |
||
| 12 | /** @var DataCollectorTranslator */ |
||
| 13 | protected $dataCollectorTranslator; |
||
| 14 | |||
| 15 | /** @var bool */ |
||
| 16 | protected $allowFallbacks = false; |
||
| 17 | |||
| 18 | public function __construct(DataCollectorTranslator $dataCollectorTranslator) |
||
| 22 | |||
| 23 | public function setAllowFallbacks(bool $allow): self |
||
| 29 | |||
| 30 | public function assertAllTranslationsFound(): self |
||
| 52 | } |
||
| 53 |