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