From a3474add3d4e199b4ee1846a37be7d09cc02b9b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Sep 2015 12:02:12 +0200 Subject: php-pecl-amqp: patch from pr 178 and 179 --- REFLECTION | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 8266e78..e5cd8e3 100644 --- a/REFLECTION +++ b/REFLECTION @@ -85,7 +85,7 @@ Extension [ extension #74 amqp version 1.6.0beta4 ] { - Properties [0] { } - - Methods [27] { + - Methods [29] { Method [ public method __construct ] { - Parameters [1] { @@ -256,6 +256,18 @@ Extension [ extension #74 amqp version 1.6.0beta4 ] { - Parameters [0] { } } + + Method [ public method getHeartbeatInterval ] { + + - Parameters [0] { + } + } + + Method [ public method getMaxFrameSize ] { + + - Parameters [0] { + } + } } } -- cgit