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