Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
21 | class IndexAction extends AbstractMiddlewareAction |
||
22 | { |
||
23 | /** |
||
24 | * Gets template map name or template file path. |
||
25 | * |
||
26 | * @return string |
||
27 | */ |
||
28 | public function getTemplateName() : string |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * Gets template data. |
||
35 | * |
||
36 | * @return array |
||
37 | */ |
||
38 | public function getTemplateData() : array |
||
43 |