150], [['f2'], 'string', 'max' => 50], [['delivery'], 'string', 'max' => 100] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => Yii::t('app', 'ID'), 'account_id' => Yii::t('app', 'Account ID'), 'manager_id' => Yii::t('app', 'Manager ID'), 'office_id' => Yii::t('app', 'Office ID'), 'status' => Yii::t('app', 'Status'), 'f1' => Yii::t('app', 'F1'), 'f2' => Yii::t('app', 'F2'), 'f3' => Yii::t('app', 'F3'), 'message' => Yii::t('app', 'Message'), 'safe_bill' => Yii::t('app', 'Safe Bill'), 'delivery' => Yii::t('app', 'Delivery'), 'delivery_price' => Yii::t('app', 'Delivery Price'), 'timestamp' => Yii::t('app', 'Timestamp'), ]; } }