| 1 | <?php |
||
| 16 | class BlogOverviewAction extends AbstractAction |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Render blog ovierview |
||
| 20 | * |
||
| 21 | * {@inheritDoc} |
||
| 22 | * @see \Jolicht\MarkdownCms\Action\AbstractAction::__invoke() |
||
| 23 | */ |
||
| 24 | public function __invoke(ServerRequestInterface $request, ResponseInterface $response, callable $next = null) |
||
| 38 | } |