Add some documentation for ideally.
This commit is contained in:
parent
1e2c61291e
commit
7ed4871c4a
@ -5,6 +5,11 @@ namespace Slovocast\Handler;
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
use Slovocast\Exception\TemplateNotSetException;
|
||||
|
||||
/**
|
||||
* Ideally, this class will be used for static pages that do no require any
|
||||
* specific or special functionality to render them. Something like Home
|
||||
* Pages.
|
||||
*/
|
||||
abstract class Page extends Handler
|
||||
{
|
||||
protected string $template = '';
|
||||
|
Loading…
Reference in New Issue
Block a user