BrowserChannel
in package
implements
ChannelInterface
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $stack : mixed
Methods
- __construct() : mixed
- notify() : void
- supports() : bool
Properties
$stack
private
mixed
$stack
Methods
__construct()
public
__construct(RequestStack $stack) : mixed
Parameters
- $stack : RequestStack
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