Askedio\LaravelRatchet\PusherServer::onSubscribe PHP Method

onSubscribe() public method

A request to subscribe to a topic has been made.
public onSubscribe ( Ratchet\ConnectionInterface $conn, string | Topic $topic )
$conn Ratchet\ConnectionInterface
$topic string | Topic The topic to subscribe to
    public function onSubscribe(ConnectionInterface $conn, $topic)
    {
        //
    }