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);
    }