Total Complexity | 4 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
12 | trait AggregationTrait |
||
13 | { |
||
14 | public function addSum(string $field, string $referenceName = null) |
||
22 | } |
||
23 | |||
24 | public function addMax(string $field, string $referenceName = null) |
||
32 | } |
||
33 | |||
34 | public function addMin(string $field, string $referenceName = null) |
||
42 | } |
||
43 | |||
44 | public function addAverage(string $field, string $referenceName = null) |
||
54 |