1 | <?php |
||
18 | class ReadmeMarkdownController extends \hidev\controllers\TemplateController |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | 2 | public function getTemplate() |
|
27 | |||
28 | /** |
||
29 | * Twig getter. |
||
30 | * @return \Twig_Environment |
||
31 | */ |
||
32 | public function getTwig() |
||
36 | |||
37 | /** |
||
38 | * Readme goal getter. |
||
39 | * @return ReadmeController |
||
40 | */ |
||
41 | public function getReadme() |
||
45 | } |
||
46 |