mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
more documentation
This commit is contained in:
parent
a3c183c909
commit
401cd7dd1c
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user