Initial import of animal_management module
This commit is contained in:
21
notifications/TransferNotificationCategory.php
Normal file
21
notifications/TransferNotificationCategory.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace humhub\modules\animal_management\notifications;
|
||||
|
||||
use humhub\modules\notification\components\NotificationCategory;
|
||||
use Yii;
|
||||
|
||||
class TransferNotificationCategory extends NotificationCategory
|
||||
{
|
||||
public $id = 'animal_management_transfer';
|
||||
|
||||
public function getTitle()
|
||||
{
|
||||
return Yii::t('AnimalManagementModule.base', 'Animal Transfers');
|
||||
}
|
||||
|
||||
public function getDescription()
|
||||
{
|
||||
return Yii::t('AnimalManagementModule.base', 'Receive notifications about animal transfer requests and status updates.');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user