| Total Complexity | 4 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class TableHeadSorted extends ATemplate |
||
| 11 | { |
||
| 12 | use TFile; |
||
| 13 | |||
| 14 | protected function templatePath(): string |
||
| 15 | { |
||
| 16 | return __DIR__ . '/../../shared-templates/table-head-sorted.html'; |
||
| 17 | } |
||
| 18 | |||
| 19 | protected function fillInputs(): void |
||
| 23 | } |
||
| 24 | |||
| 25 | public function setData(string $headContent, ?string $sorterLink): self |
||
| 32 |