PHPDaemon\SockJS\Methods\Xhr::sendFrame PHP Method

sendFrame() protected method

Send frame
protected sendFrame ( string $frame ) : void
$frame string
return void
    protected function sendFrame($frame)
    {
        $this->outputFrame($frame . "\n");
        parent::sendFrame($frame);
    }