| Total Complexity | 2 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class Values extends AbstractQuery |
||
| 15 | { |
||
| 16 | use AggregationTrait; |
||
| 17 | use OperationTrait; |
||
| 18 | use TransformationTrait; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @var array |
||
| 22 | */ |
||
| 23 | private $keys; |
||
|
|
|||
| 24 | |||
| 25 | /** |
||
| 26 | * @var QueryInterface |
||
| 27 | */ |
||
| 28 | private $query; |
||
| 29 | |||
| 30 | public function __construct( |
||
| 38 | } |
||
| 39 | |||
| 40 | public function toArray(): array |
||
| 50 |