Add basic interface for MailerMethod
[MAILPOET-4115]
This commit is contained in:
committed by
Veljko V
parent
eb07872d13
commit
b10c30a7b1
7
mailpoet/lib/Mailer/Methods/MailerMethod.php
Normal file
7
mailpoet/lib/Mailer/Methods/MailerMethod.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Mailer\Methods;
|
||||
|
||||
interface MailerMethod {
|
||||
public function send($newsletter, $subscriber, $extraParams = []): array;
|
||||
}
|
Reference in New Issue
Block a user