Total Complexity | 5 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class HomePageCommon |
||
10 | { |
||
11 | /** |
||
12 | * Collect all home pages from module joints |
||
13 | * |
||
14 | * @return array |
||
15 | */ |
||
16 | public static function getAvailableHomePages() |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * Get the current user home page |
||
32 | * |
||
33 | * @return HomePage |
||
34 | */ |
||
35 | public static function getUserHomePage() |
||
42 |