PHPDaemon\SockJS\WebSocketRouteProxy::onWrite PHP Method

onWrite() public method

public onWrite ( ) : void
return void
    public function onWrite()
    {
        if (method_exists($this->realRoute, 'onWrite')) {
            $this->realRoute->onWrite();
        }
    }