2, 'max' => 255], ['phone', 'required'], [['phone','model'], 'safe'], ['email', 'email'], [['email','phone'], 'string', 'max' => 255], [['date_from'],'string'], [['date_to'],'string'], ]; } public function attributeLabels() { return [ 'username'=>Yii::t('app', 'username'), 'phone'=>'Телефон', 'email'=>'E-mail', 'date_from'=>Yii::t('app', 'from'), 'date_to'=>Yii::t('app', 'to'), ]; } }