| 1 | <?php |
||
| 24 | class MetaAssociationsQuery extends SortableAssociationQuery |
||
| 25 | { |
||
| 26 | use traits\Attributes; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @var int|int[]|false|null The Id(s). Prefix Ids with "not " to exclude them. |
||
| 30 | */ |
||
| 31 | public $id; |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @inheritdoc |
||
| 35 | */ |
||
| 36 | public function init() |
||
| 46 | |||
| 47 | /** |
||
| 48 | * @inheritdoc |
||
| 49 | */ |
||
| 50 | protected function fixedOrderColumn(): string |
||
| 54 | |||
| 55 | /** |
||
| 56 | * @inheritdoc |
||
| 57 | */ |
||
| 58 | public function prepare($builder) |
||
| 74 | } |
||
| 75 |