1 | <?php |
||
20 | class TokenActiveQuery extends ActiveQuery |
||
21 | { |
||
22 | use TokenAttributesTrait, |
||
23 | TokenProviderAttributeTrait, |
||
24 | UserAttributeTrait, |
||
25 | AuditAttributesTrait; |
||
26 | |||
27 | /** |
||
28 | * @inheritdoc |
||
29 | */ |
||
30 | public function init() |
||
42 | |||
43 | /******************************************* |
||
44 | * FIXED ORDER |
||
45 | *******************************************/ |
||
46 | |||
47 | /** |
||
48 | * @inheritdoc |
||
49 | * @throws \ReflectionException |
||
50 | */ |
||
51 | public function prepare($builder) |
||
59 | } |
||
60 |