DataSift_StreamConsumer::onDeleted PHP 메소드

onDeleted() 보호된 메소드

This is called for each DELETE request received from the stream and must be implemented in extending classes.
protected onDeleted ( array $interaction, string $hash = false ) : void
$interaction array The interaction data structure
$hash string The stream hash.
리턴 void
    protected function onDeleted($interaction, $hash = false)
    {
        $this->_eventHandler->onDeleted($this, $interaction, $hash);
    }