MessageSenderInterface
in
Table of Contents
- getError() : string|null
- sendMessage() : bool
Methods
getError()
public
getError() : string|null
Return values
string|null —sendMessage()
public
sendMessage(string $address, MessageInterface $message[, string $name = '' ][, bool $sendAdditional = true ]) : bool
Parameters
- $address : string
- $message : MessageInterface
- $name : string = ''
- $sendAdditional : bool = true