add exceptions, fix auth, implement response, sanitize recipient and sender
This commit is contained in:
@ -21,9 +21,9 @@ use D3\LinkmobilityClient\ValueObject\Recipient;
|
||||
|
||||
interface RecipientsListInterface
|
||||
{
|
||||
public function add(Recipient $recipient);
|
||||
public function add(Recipient $recipient) : RecipientsListInterface;
|
||||
|
||||
public function clearRecipents();
|
||||
public function clearRecipents() : RecipientsListInterface;
|
||||
|
||||
public function getRecipients() : array;
|
||||
}
|
Reference in New Issue
Block a user