class PusherManager

Class PusherManager is injected as live.pusher.manager service

Properties

protected PusherInterface $pusher
protected EventDispatcherInterface $dispatcher

Methods

__construct(PusherInterface $pusher, EventDispatcherInterface $dispatcher)

DoctrineEventSubscriber constructor.

dispatchPushEvent(PushEvent $event)

Dispatch push live message. Hook on on.live.push event

Details

at line 36
__construct(PusherInterface $pusher, EventDispatcherInterface $dispatcher)

DoctrineEventSubscriber constructor.

Parameters

PusherInterface $pusher
EventDispatcherInterface $dispatcher

at line 46
dispatchPushEvent(PushEvent $event)

Dispatch push live message. Hook on on.live.push event

Parameters

PushEvent $event