DataSift_StreamConsumer::onDisconnect PHP Méthode

onDisconnect() protected méthode

This is called when the underlying stream is disconnected.
protected onDisconnect ( ) : void
Résultat void
    protected function onDisconnect()
    {
        $this->_eventHandler->onDisconnect($this);
    }