DataSift_StreamConsumer::onConnect PHP Метод

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

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