| 1 | <?php |
||
| 20 | class Delete extends Common\Delete implements Common\OrderByInterface, Common\LimitOffsetInterface |
||
| 21 | { |
||
| 22 | use Common\LimitOffsetTrait; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * |
||
| 26 | * Adds a column order to the query. |
||
| 27 | * |
||
| 28 | * @param array $spec The columns and direction to order by. |
||
| 29 | * |
||
| 30 | * @return $this |
||
| 31 | * |
||
| 32 | */ |
||
| 33 | 1 | public function orderBy(array $spec) |
|
| 37 | } |
||
| 38 |