PushChannel
extends AbstractChannel
in package
Tags
Table of Contents
Properties
- $bus : mixed
- $transport : mixed
Methods
- __construct() : mixed
- notify() : void
- supports() : bool
Properties
$bus
protected
mixed
$bus
$transport
protected
mixed
$transport
Methods
__construct()
public
__construct([TransportInterface $transport = null ][, MessageBusInterface $bus = null ]) : mixed
Parameters
- $transport : TransportInterface = null
- $bus : MessageBusInterface = 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