EventHandler::onDisconnect PHP 메소드

onDisconnect() 공개 메소드

Called when the stream is disconnected.
public onDisconnect ( DataSift_StreamConsumer $consumer ) : void
$consumer DataSift_StreamConsumer The consumer sending the event.
리턴 void
    public function onDisconnect($consumer)
    {
        echo 'Disconnected' . PHP_EOL;
    }

Same methods

EventHandler::onDisconnect ( $consumer )
EventHandler::onDisconnect ( DataSift_StreamConsumer $consumer )