1 | <?php |
||
11 | class DbList extends AbstractQuery |
||
12 | { |
||
13 | /** |
||
14 | * @param RethinkInterface $rethink |
||
15 | * @param MessageInterface $message |
||
16 | */ |
||
17 | 13 | public function __construct(RethinkInterface $rethink, MessageInterface $message) |
|
24 | |||
25 | /** |
||
26 | * @inheritdoc |
||
27 | */ |
||
28 | 13 | public function toArray(): array |
|
34 | } |
||
35 |