Add some documentation for ideally.

This commit is contained in:
Dave Smith-Hayes 2025-05-25 01:44:47 +00:00
parent 1e2c61291e
commit 7ed4871c4a

View File

@ -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 = '';