Total Complexity | 2 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | class FilterByRow extends AbstractTransformationCompound |
||
13 | { |
||
14 | /** |
||
15 | * @var QueryInterface |
||
16 | */ |
||
17 | private $functionQuery; |
||
18 | |||
19 | /** |
||
20 | * @var QueryInterface |
||
21 | */ |
||
22 | private $query; |
||
23 | |||
24 | /** |
||
25 | * @param RethinkInterface $rethink |
||
26 | * @param MessageInterface $message |
||
27 | * @param QueryInterface $query |
||
28 | * @param QueryInterface $manipulation |
||
29 | */ |
||
30 | public function __construct( |
||
42 | } |
||
43 | |||
44 | /** |
||
45 | * @inheritdoc |
||
46 | */ |
||
47 | public function toArray(): array |
||
58 |