ChannelInterface
in
Tags
Table of Contents
Methods
- notify() : void
- supports() : bool
Methods
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