Total Complexity | 8 |
Total Lines | 48 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class DataUtils |
||
9 | { |
||
10 | public function removeKeysByPrefix(array $data, $prefix) |
||
19 | } |
||
20 | ) |
||
21 | ) |
||
22 | ); |
||
23 | } |
||
24 | |||
25 | public function walkArrayNodes(array $list, \Closure $callback) |
||
38 | } |
||
39 | |||
40 | public function renderConstant(array $data, array $keys, $constant, $default = '') |
||
47 | } |
||
48 | |||
49 | public function renderValue(array $data, $key, $format, $default = '') |
||
58 |