Total Complexity | 4 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class SiteConfig extends Module |
||
10 | { |
||
11 | /** |
||
12 | * Gets the entire site configuration and arranges it into a displayable list |
||
13 | * @return array the config ordered and ready to display |
||
14 | * @throws \ReflectionException |
||
15 | */ |
||
16 | public function getSiteConfig():array |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * create the front end menu object to be sent to twig and add the urls |
||
30 | * @return array |
||
31 | * @throws \ReflectionException |
||
32 | */ |
||
33 | public function getMenu():array |
||
46 | } |
||
47 | } |