Total Complexity | 4 |
Total Lines | 75 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class CustomFields extends BakaCustomFields |
||
10 | { |
||
11 | /** |
||
12 | * Initialize method for model. |
||
13 | */ |
||
14 | public function initialize() |
||
58 | ); |
||
59 | } |
||
60 | |||
61 | /** |
||
62 | * Given an array of values, add it to this custom fields |
||
63 | * related module. |
||
64 | * |
||
65 | * @param array $values |
||
66 | * @return bool |
||
67 | */ |
||
68 | public function addValues(array $values): bool |
||
86 |