class AlligatorSocketEvent implements WampServerInterface

Class Pusher

Properties

protected array $clients

Methods

onSubscribe(ConnectionInterface $conn, Topic|string $topic)

No description

onNotification(mixed $entry)

No description

onUnSubscribe(ConnectionInterface $conn, Topic|string $topic)

No description

onOpen(ConnectionInterface $conn)

No description

onClose(ConnectionInterface $conn)

No description

onCall(ConnectionInterface $conn, string $id, Topic|string $topic, array $params)

No description

onPublish(ConnectionInterface $conn, Topic|string $topic, string $event, array $exclude, array $eligible)

No description

onError(ConnectionInterface $conn, Exception $e)

No description

Details

at line 30
onSubscribe(ConnectionInterface $conn, Topic|string $topic)

Parameters

ConnectionInterface $conn
Topic|string $topic

at line 38
onNotification(mixed $entry)

Parameters

mixed $entry

at line 58
onUnSubscribe(ConnectionInterface $conn, Topic|string $topic)

Parameters

ConnectionInterface $conn
Topic|string $topic

at line 65
onOpen(ConnectionInterface $conn)

Parameters

ConnectionInterface $conn

at line 72
onClose(ConnectionInterface $conn)

Parameters

ConnectionInterface $conn

at line 82
onCall(ConnectionInterface $conn, string $id, Topic|string $topic, array $params)

Parameters

ConnectionInterface $conn
string $id
Topic|string $topic
array $params

at line 95
onPublish(ConnectionInterface $conn, Topic|string $topic, string $event, array $exclude, array $eligible)

Parameters

ConnectionInterface $conn
Topic|string $topic
string $event
array $exclude
array $eligible

at line 105
onError(ConnectionInterface $conn, Exception $e)

Parameters

ConnectionInterface $conn
Exception $e