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