more documentation

This commit is contained in:
Uwe Steinmann 2023-09-05 19:30:48 +02:00
parent a3c183c909
commit 401cd7dd1c

View File

@ -1039,6 +1039,11 @@ class SeedDMS_NotificationService {
$this->toGroup($user, $obj, $subject, $message, $params, SeedDMS_NotificationService::RECV_NOTIFICATION);
} /* }}} */
/**
* This notification is sent when a user or group was added as a notifier
*
* @param object $obj user or group being added
*/
public function sendNewFolderNotifyMail($folder, $user, $obj) { /* {{{ */
$subject = "folder_notify_added_email_subject";
$message = "folder_notify_added_email_body";