Total Complexity | 4 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class cfg_utils |
||
14 | { |
||
15 | /** |
||
16 | * Force array |
||
17 | * |
||
18 | * @param mixed $items |
||
19 | * @return array |
||
20 | */ |
||
21 | public static function ensure_array($items) |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * Force multi dimensional array |
||
28 | * |
||
29 | * @param mixed $options |
||
30 | * @param string $css_class |
||
31 | * @return array |
||
32 | */ |
||
33 | public static function ensure_multi_array($options, &$css_class) |
||
45 |