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