$commandClass public property (available since version 2.0.7)
The class used to create new database yii\db\Command objects. If you want to extend the yii\db\Command class, you may configure this property to use your extended version of the class.
See also createCommand().
public string $commandClass = 'yii\db\Command'
Please login to continue.