class ClientEvent

Methods

static void
handle(Connection $connection, array $event)

Handle a Pusher client event.

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.

Parameters

Connection $connection
array $event

Return Value

void

at line 111
static void whisper(Connection $connection, array $payload)

Whisper a message to all connections on the channel associated with the event.

Parameters

Connection $connection
array $payload

Return Value

void