Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
21 | trait MaximumAction |
||
22 | { |
||
23 | use AbstractInjectable; |
||
24 | use AbstractQuery; |
||
25 | use AbstractRestResponse; |
||
26 | |||
27 | /** |
||
28 | * Maximum value of a column |
||
29 | * Alias for maximumAction |
||
30 | * @link maximumAction() |
||
31 | * @throws Exception |
||
32 | */ |
||
33 | public function maxAction(): ResponseInterface |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * Maximum value of a column |
||
40 | * @throws Exception |
||
41 | */ |
||
42 | public function maximumAction(): ResponseInterface |
||
48 |