PHPDaemon\Examples\ExamplePubSubWebSocketRoute::sendObject PHP Method

sendObject() public method

public sendObject ( $obj )
    public function sendObject($obj)
    {
        $this->client->sendFrame(json_encode($obj), 'STRING');
    }
ExamplePubSubWebSocketRoute