PusherBroadcaster
class PusherBroadcaster implements Broadcaster (View source)
Methods
void
__construct(
Pusher $pusher)
Create a new broadcaster instance.
void
broadcast(
array $channels,
string $event,
array $payload = array())
Broadcast the given event.
Pusher
getPusher()
Get the Pusher SDK instance.