100], [['descr'], 'string', 'max' => 254] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'bill_id' => Yii::t('app', 'Bill ID'), 'account_id' => Yii::t('app', 'Account ID'), 'count' => Yii::t('app', 'Count'), 'price' => Yii::t('app', 'Price'), 'price_purchase' => Yii::t('app', 'Price Purchase'), 'status' => Yii::t('app', 'Status'), 'article' => Yii::t('app', 'Article'), 'brand' => Yii::t('app', 'Brand'), 'descr' => Yii::t('app', 'Descr'), 'import_id' => Yii::t('app', 'Import ID'), 'timestamp' => Yii::t('app', 'Timestamp'), ]; } }