From f45b41d4e8a9675576b5c0daa95fdc35d150215c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Oct 2018 07:34:07 +0200 Subject: v3.3.0 --- REFLECTION | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a010297..8e600de 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #118 nsq version 3.1.0 ] { +Extension [ extension #117 nsq version 3.3.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -21,7 +21,7 @@ Extension [ extension #118 nsq version 3.1.0 ] { Property [ public $nsqd_connection_fds ] } - - Methods [7] { + - Methods [6] { Method [ public method __construct ] { - Parameters [1] { @@ -66,13 +66,6 @@ Extension [ extension #118 nsq version 3.1.0 ] { Parameter #1 [ $callback ] } } - - Method [ public method requeue ] { - - - Parameters [1] { - Parameter #0 [ $delay_time ] - } - } } } @@ -120,7 +113,7 @@ Extension [ extension #118 nsq version 3.1.0 ] { Property [ public $payload ] } - - Methods [2] { + - Methods [3] { Method [ public method touch ] { - Parameters [2] { @@ -129,6 +122,15 @@ Extension [ extension #118 nsq version 3.1.0 ] { } } + Method [ public method requeue ] { + + - Parameters [3] { + Parameter #0 [ $bev_zval ] + Parameter #1 [ $message_id ] + Parameter #2 [ $time_ms ] + } + } + Method [ public method finish ] { - Parameters [2] { -- cgit