| Total Complexity | 3 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class TTGridRader { |
||
| 18 | /** |
||
| 19 | * Injekta Topptipset. |
||
| 20 | */ |
||
| 21 | 1 | public function __construct(private TT $tt) { |
|
| 22 | 1 | } |
|
| 23 | |||
| 24 | /** |
||
| 25 | * Visa rader för Topptipset. |
||
| 26 | */ |
||
| 27 | 1 | public function tt_grid_rader(): string { |
|
| 34 | 1 | EOT; |
|
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Visa statistik för Topptipset. |
||
| 39 | */ |
||
| 40 | 1 | public function tt_grid_statistik(): string { |
|
| 56 |