[Yii2] ActiveRecord array scenario

Is there any way to assign a scenario (other than ‘default’) to every ActiveRecord object returned by a queryAll() method invocation?

The only way I could come up with is iterate through the ActiveRecord array and set the scenario for every element, but i’m hoping for something more elegant than that…