Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | final class TorpedoFabProvider implements GuiComponentProviderInterface |
||
10 | { |
||
11 | private TorpedoTypeRepositoryInterface $torpedoTypeRepository; |
||
12 | |||
13 | public function __construct( |
||
14 | TorpedoTypeRepositoryInterface $torpedoTypeRepository |
||
15 | ) { |
||
16 | $this->torpedoTypeRepository = $torpedoTypeRepository; |
||
17 | } |
||
18 | |||
19 | public function setTemplateVariables( |
||
27 | ); |
||
28 | } |
||
30 |