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