100], [['description', 'tecdoc_description'], 'string', 'max' => 255], [['supplier_description', 'image'], 'string', 'max' => 200], [['article'], 'string', 'max' => 150], [['tecdoc_image'], 'string', 'max' => 50] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => Yii::t('app', 'ID'), 'name' => Yii::t('app', 'Name'), 'brand' => Yii::t('app', 'Brand'), 'tecdoc_id' => Yii::t('app', 'Tecdoc ID'), 'tecdoc_article' => Yii::t('app', 'Tecdoc Article'), 'description' => Yii::t('app', 'Description'), 'tecdoc_description' => Yii::t('app', 'Tecdoc Description'), 'supplier_description' => Yii::t('app', 'Supplier Description'), 'article' => Yii::t('app', 'Article'), 'image' => Yii::t('app', 'Image'), 'tecdoc_image' => Yii::t('app', 'Tecdoc Image'), 'category_id' => Yii::t('app', 'Category ID'), 'timestamp' => Yii::t('app', 'Timestamp'), ]; } }