DataSift_StreamConsumer::onDisconnect PHP Метод

onDisconnect() защищенный Метод

This is called when the underlying stream is disconnected.
protected onDisconnect ( ) : void
Результат void
    protected function onDisconnect()
    {
        $this->_eventHandler->onDisconnect($this);
    }