Askedio\LaravelRatchet\RatchetServer::send PHP Method

send() public method

Send a message to the current connection.
public send ( Ratchet\ConnectionInterface $conn, [type] $message ) : [type]
$conn Ratchet\ConnectionInterface
$message [type]
return [type]
    public function send(ConnectionInterface $conn, $message)
    {
        $conn->send($message);
    }