remove toGroup() and toList()

This commit is contained in:
Uwe Steinmann 2021-01-29 10:51:01 +01:00
parent 3a9bec69af
commit eb29006e50

View File

@ -26,6 +26,4 @@
*/ */
abstract class SeedDMS_Notify { abstract class SeedDMS_Notify {
abstract function toIndividual($sender, $recipient, $subject, $message, $params=array()); abstract function toIndividual($sender, $recipient, $subject, $message, $params=array());
abstract function toGroup($sender, $groupRecipient, $subject, $message, $params=array());
abstract function toList($sender, $recipients, $subject, $message, $params=array());
} }