From 155ad65b7a9182a57067c661d4bd6e100e9aeee0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Dec 2014 06:28:13 +0100 Subject: php-pecl-stomp: 1.0.6 (stable) --- REFLECTION | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index f8e6c72..ec44644 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,9 +1,15 @@ -Extension [ extension #143 Stomp version 1.0.5 ] { +Extension [ extension #145 Stomp version 1.0.6 ] { - INI { Entry [ stomp.default_broker ] Current = 'tcp://localhost:61613' } + Entry [ stomp.default_username ] + Current = '' + } + Entry [ stomp.default_password ] + Current = '' + } Entry [ stomp.default_read_timeout_sec ] Current = '2' } @@ -120,6 +126,14 @@ Extension [ extension #143 Stomp version 1.0.5 ] { Parameter #2 [ array or NULL $headers ] } } + Function [ function stomp_nack ] { + + - Parameters [3] { + Parameter #0 [ $link ] + Parameter #1 [ $msg ] + Parameter #2 [ array or NULL $headers ] + } + } Function [ function stomp_error ] { - Parameters [1] { @@ -157,7 +171,7 @@ Extension [ extension #143 Stomp version 1.0.5 ] { - Properties [0] { } - - Methods [15] { + - Methods [16] { Method [ public method __construct ] { - Parameters [4] { @@ -250,6 +264,14 @@ Extension [ extension #143 Stomp version 1.0.5 ] { } } + Method [ public method nack ] { + + - Parameters [2] { + Parameter #0 [ $msg ] + Parameter #1 [ array or NULL $headers ] + } + } + Method [ public method error ] { - Parameters [0] { -- cgit