| Total Complexity | 3 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class NextPage extends ATemplate |
||
| 13 | { |
||
| 14 | use TFile; |
||
| 15 | |||
| 16 | 5 | protected function templatePath(): string |
|
| 17 | { |
||
| 18 | 5 | return __DIR__ . '/Templates/NextPage.phtml'; |
|
| 19 | } |
||
| 20 | |||
| 21 | 5 | protected function fillInputs(): void |
|
| 25 | 5 | } |
|
| 26 | |||
| 27 | 2 | public function setData(ILink $link, IPositions $positions): self |
|
| 34 | } |
||
| 35 | } |
||
| 36 |