Total Complexity | 4 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class ColonyShieldDataProvider extends AbstractPanelLayerDataProvider |
||
13 | { |
||
14 | protected function getDataClassString(): string |
||
15 | { |
||
16 | return ColonyShieldData::class; |
||
17 | } |
||
18 | |||
19 | protected function addFieldResults(ResultSetMapping $rsm): void |
||
22 | } |
||
23 | |||
24 | protected function provideDataForMap(PanelBoundaries $boundaries): array |
||
25 | { |
||
26 | throw new NotImplementedException('this is not possible'); |
||
27 | } |
||
28 | |||
29 | protected function provideDataForSystemMap(PanelBoundaries $boundaries): array |
||
32 | } |
||
33 | } |
||
34 |