/var/www/vhosts/nabawater/common/models/base
Edit: /var/www/vhosts/nabawater/common/models/base/BaseItemLang.php (1312B)
8],
[['item_name'], 'string', 'max' => 256],
[['allergic_ingredients'], 'string']
];
}
/**
* @inheritdoc
*/
public function attributeLabels()
{
return [
'item_lang_id' => Yii::t('common', 'Item Lang ID'),
'item_id' => Yii::t('common', 'Item ID'),
'language_code' => Yii::t('common', 'Language Code'),
'item_name' => Yii::t('common', 'Item Name'),
'item_description' => Yii::t('common', 'Item Description'),
'allergic_ingredients' => Yii::t('common', 'Allergic Ingredients'),
];
}
}