PHPDaemon\SockJS\Methods\Xhr::sendFrame PHP Méthode

sendFrame() protected méthode

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