/var/www/vhosts/nabawater/common/models/base
Edit: /var/www/vhosts/nabawater/common/models/base/BaseOrderMallProductLang.php (1522B)
8],
[['product_name'], 'string', 'max' => 256],
[['product_image_path'], 'string', 'max' => 45],
];
}
/**
* @inheritdoc
*/
public function attributeLabels()
{
return [
'order_mall_product_lang_id' => Yii::t('common', 'Order Mall Product Lang ID'),
'order_mall_product_id' => Yii::t('common', 'Order Mall Product ID'),
'language_code' => Yii::t('common', 'Language Code'),
'product_name' => Yii::t('common', 'Product Name'),
'product_description' => Yii::t('common', 'Product Description'),
'product_image_path' => Yii::t('common', 'Product Image Path'),
];
}
}