Total Complexity | 4 |
Total Lines | 32 |
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() |
||
26 | } |
||
27 | |||
28 | public function getMenu() |
||
41 | } |
||
42 | } |