1 | <?php |
||
7 | class DefaultTheme implements Theme |
||
8 | { |
||
9 | public function getMenus(): array |
||
20 | |||
21 | public function getFrontPageTemplate(): string |
||
25 | |||
26 | public function getPageTemplate(): string |
||
30 | |||
31 | public function getPostIndexTemplate(): string |
||
35 | |||
36 | public function getPostShowTemplate(): string |
||
40 | |||
41 | public function getOptions(): array |
||
50 | } |
||
51 |