| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class Changes extends AbstractQuery |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var QueryInterface |
||
| 15 | */ |
||
| 16 | private $query; |
||
| 17 | |||
| 18 | public function __construct( |
||
| 26 | } |
||
| 27 | |||
| 28 | // [1,[152,[[15,[[14,["booking"]],"etabs"]]]],{"binary_format":"raw","time_format":"raw","profile":false}] |
||
| 29 | // [1,[[1,[152,[[15,["tabletest"]]]]]],{"db":[14,["test"]]}] |
||
| 30 | public function toArray(): array |
||
| 40 |