EventHandler::onInteraction PHP Метод

onInteraction() публичный Метод

public onInteraction ( $consumer, $interaction, $hash )
    public function onInteraction($consumer, $interaction, $hash)
    {
        echo $interaction['interaction']['content'] . "\n";
    }

Same methods

EventHandler::onInteraction ( DataSift_StreamConsumer $consumer, array $interaction, string $hash )
EventHandler::onInteraction ( DataSift_StreamConsumer $consumer, array $interaction, string $hash ) : void