2, 'max' => 255], ['email', 'email'], [['email','phone'], 'string', 'max' => 255], ['phone', 'required'], [['phone','model_name','model_year','model_color'], 'safe'] ]; } public function attributeLabels() { return [ 'username'=>Yii::t('app', 'username'), 'phone'=>'Телефон', 'email'=>'Е-мейл', 'model_name'=>'', 'model_year' => '', 'model_color' => '', ]; } }