1 | <?php |
||
19 | class DomainsQuery extends SortableAssociationQuery |
||
20 | { |
||
21 | use traits\Attributes, |
||
22 | SiteAttribute; |
||
23 | |||
24 | /** |
||
25 | * @inheritdoc |
||
26 | */ |
||
27 | protected function fixedOrderColumn(): string |
||
31 | |||
32 | /** |
||
33 | * @inheritdoc |
||
34 | * |
||
35 | * @throws QueryAbortedException if it can be determined that there won’t be any results |
||
36 | */ |
||
37 | public function prepare($builder) |
||
51 | } |
||
52 |