ParentClass = ''; $this->Title = T('Page not found'); } function Show(): string { Header($_SERVER['SERVER_PROTOCOL'].' 404 Not Found'); return '

'.T('Required page not found').'

'; } }