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