Total Complexity | 6 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | trait JsonEncodeDecodeSelector |
||
6 | { |
||
7 | /** |
||
8 | * Decide the function to use for decoding json. |
||
9 | * |
||
10 | * @return string |
||
11 | */ |
||
12 | protected function jsonEncodeFunction(): string |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * Decide the function to use for decoding json. |
||
21 | * |
||
22 | * @return string |
||
23 | */ |
||
24 | protected function jsonDecodeFunction(): string |
||
31 |