DataSift_StreamConsumer::onConnect PHP Méthode

onConnect() protected méthode

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