| Total Complexity | 5 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 1 | Features | 1 |
| 1 | <?php |
||
| 7 | class ModuleRepository |
||
| 8 | { |
||
| 9 | public static function createFromArray($array) |
||
| 21 | } |
||
| 22 | |||
| 23 | public static function get($slug = null) |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Return the settings array of the module -> method can be phased out. |
||
| 34 | * |
||
| 35 | * @var Module |
||
| 36 | **/ |
||
| 37 | public function getSettings(Module $module) |
||
| 42 |