Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class DisabledPage extends ATemplate |
||
12 | { |
||
13 | use TFile; |
||
14 | |||
15 | 5 | protected function templatePath(): string |
|
16 | { |
||
17 | 5 | return __DIR__ . '/Templates/DisabledPage.phtml'; |
|
18 | } |
||
19 | |||
20 | 5 | protected function fillInputs(): void |
|
23 | 5 | } |
|
24 | |||
25 | 4 | public function setData(/** @scrutinizer ignore-unused */ ILink $link, string $pageNumber): self |
|
29 | } |
||
30 | } |
||
31 |