ClientEvent
class ClientEvent
Methods
static void
static void
whisper(Connection $connection, array $payload)
Whisper a message to all connections on the channel associated with the event.
Details
at line 18
static void
handle(Connection $connection, array $event)
Handle a Pusher client event.
at line 111
static void
whisper(Connection $connection, array $payload)
Whisper a message to all connections on the channel associated with the event.