| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class Delete extends AbstractQuery |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * {@inheritdoc} |
||
| 16 | */ |
||
| 17 | protected function defineQueriesParts() |
||
| 18 | { |
||
| 19 | parent::defineQueriesParts(); |
||
| 20 | |||
| 21 | $this->queriesParts['from'] = $this->queriesParts['table']; |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | protected function obtainGenerateOrder(): array |
||
| 35 | ]; |
||
| 36 | } |
||
| 38 |