Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | final class Layout extends PresentationModel implements HasPresenterInterface |
||
10 | { |
||
11 | /** @var string */ |
||
12 | protected $title = ''; |
||
13 | |||
14 | /** |
||
15 | * Returns the name by which to resolve the presenter through the DI container. |
||
16 | * |
||
17 | * @return string |
||
18 | */ |
||
19 | public function getPresenterName(): string |
||
24 |