Total Complexity | 2 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class GetFieldLogic extends AbstractQuery |
||
11 | { |
||
12 | /** |
||
13 | * @var string |
||
14 | */ |
||
15 | private $field; |
||
16 | |||
17 | /** |
||
18 | * @param RethinkInterface $rethink |
||
19 | * @param MessageInterface $message |
||
20 | * @param string $field |
||
21 | */ |
||
22 | public function __construct( |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * @inheritdoc |
||
36 | */ |
||
37 | public function toArray(): array |
||
51 |