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