100], [['key'], 'string', 'max' => 200], [['value'], 'string', 'max' => 255] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'name' => Yii::t('app', 'Name'), 'brand' => Yii::t('app', 'Brand'), 'key' => Yii::t('app', 'Ключ'), 'value' => Yii::t('app', 'Характеристика'), 'if_tecdoc' => Yii::t('app', 'If Tecdoc'), 'filter_id' => Yii::t('app', 'Filter ID'), 'timestamp' => Yii::t('app', 'Timestamp'), ]; } }