Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | final class AirfieldProvider implements GuiComponentProviderInterface |
||
11 | { |
||
12 | private ShipRumpRepositoryInterface $shipRumpRepository; |
||
13 | |||
14 | public function __construct( |
||
15 | ShipRumpRepositoryInterface $shipRumpRepository |
||
16 | ) { |
||
17 | $this->shipRumpRepository = $shipRumpRepository; |
||
18 | } |
||
19 | |||
20 | public function setTemplateVariables( |
||
34 | ) |
||
35 | ); |
||
38 |