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