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