/var/www/vhosts/nabawater/common/models/base
Edit: /var/www/vhosts/nabawater/common/models/base/BaseNotification.php (1786B)
256],
];
}
/**
* @inheritdoc
*/
public function attributeLabels()
{
return [
'notification_id' => Yii::t('common', 'Notification ID'),
'notification_title' => Yii::t('common', 'Notification Title'),
'notification_description' => Yii::t('common', 'Notification Description'),
'notification_image_path' => Yii::t('common', 'Notification Image Path'),
'is_all_user' => Yii::t('common', 'Is All User'),
'created_at' => Yii::t('common', 'Created At'),
'created_user_id' => Yii::t('common', 'Created User ID'),
'modified_at' => Yii::t('common', 'Modified At'),
'modified_user_id' => Yii::t('common', 'Modified User ID'),
];
}
}