'mongodb' => [
'class' => '\yii\mongodb\Connection',
'dsn' => 'mongodb://@localhost:27017/magaz',
'options' => [
"username" => "root",
"password" => "1"
]
],
['text1','when' => function($model) {
return $model->text == null;
}],