50], [['city'], 'string', 'max' => 20] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => Yii::t('app', 'ID'), 'user_id' => Yii::t('app', 'User ID'), 'account' => Yii::t('app', 'Рахунок'), 'bank' => Yii::t('app', 'Банк'), 'city' => Yii::t('app', 'в місті'), 'mfo' => Yii::t('app', 'МФО'), 'zkpo' => Yii::t('app', 'ЄДРПОУ'), ]; } }