EmailChannel
in package
implements
ChannelInterface
Tags
Table of Contents
Interfaces
Properties
- $bus : mixed
- $envelope : mixed
- $from : string|Address|null
- $transport : mixed
Methods
- __construct() : mixed
- notify() : void
- supports() : bool
Properties
$bus
private
mixed
$bus
$envelope
private
mixed
$envelope
$from
private
string|Address|null
$from
$transport
private
mixed
$transport
Methods
__construct()
public
__construct([TransportInterface $transport = null ][, MessageBusInterface $bus = null ][, string $from = null ][, Envelope $envelope = null ]) : mixed
Parameters
- $transport : TransportInterface = null
- $bus : MessageBusInterface = null
- $from : string = null
- $envelope : Envelope = null
notify()
public
notify(Notification $notification, RecipientInterface $recipient[, string $transportName = null ]) : void
Parameters
- $notification : Notification
- $recipient : RecipientInterface
- $transportName : string = null
supports()
public
supports(Notification $notification, RecipientInterface $recipient) : bool
Parameters
- $notification : Notification
- $recipient : RecipientInterface