From 92d4ad90cfa7a7caa162fd276e5b59d246868fa3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Apr 2015 16:36:21 +0200 Subject: php-pecl-amqp: 1.6.0beta3 --- REFLECTION | 51 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 46 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 828def5..82ebbc7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #73 amqp version 1.4.0 ] { +Extension [ extension #74 amqp version 1.6.0beta3 ] { - INI { Entry [ amqp.host ] @@ -36,7 +36,7 @@ Extension [ extension #73 amqp version 1.4.0 ] { } } - - Constants [20] { + - Constants [21] { Constant [ integer AMQP_NOPARAM ] { 0 } Constant [ integer AMQP_DURABLE ] { 2 } Constant [ integer AMQP_PASSIVE ] { 4 } @@ -57,6 +57,7 @@ Extension [ extension #73 amqp version 1.4.0 ] { Constant [ string AMQP_EX_TYPE_TOPIC ] { topic } Constant [ string AMQP_EX_TYPE_HEADERS ] { headers } Constant [ integer AMQP_OS_SOCKET_TIMEOUT_ERRNO ] { 536870923 } + Constant [ integer PHP_AMQP_MAX_CHANNELS ] { 256 } } - Classes [10] { @@ -74,7 +75,7 @@ Extension [ extension #73 amqp version 1.4.0 ] { - Properties [0] { } - - Methods [23] { + - Methods [27] { Method [ public method __construct ] { - Parameters [1] { @@ -118,6 +119,12 @@ Extension [ extension #73 amqp version 1.4.0 ] { } } + Method [ public method preconnect ] { + + - Parameters [0] { + } + } + Method [ public method getLogin ] { - Parameters [0] { @@ -221,6 +228,24 @@ Extension [ extension #73 amqp version 1.4.0 ] { Parameter #0 [ $timeout ] } } + + Method [ public method getUsedChannels ] { + + - Parameters [0] { + } + } + + Method [ public method getMaxChannels ] { + + - Parameters [0] { + } + } + + Method [ public method isPersistent ] { + + - Parameters [0] { + } + } } } @@ -238,7 +263,7 @@ Extension [ extension #73 amqp version 1.4.0 ] { - Properties [0] { } - - Methods [12] { + - Methods [13] { Method [ public method __construct ] { - Parameters [1] { @@ -315,6 +340,13 @@ Extension [ extension #73 amqp version 1.4.0 ] { - Parameters [0] { } } + + Method [ public method basicRecover ] { + + - Parameters [1] { + Parameter #0 [ $requeue ] + } + } } } @@ -512,7 +544,7 @@ Extension [ extension #73 amqp version 1.4.0 ] { - Properties [0] { } - - Methods [18] { + - Methods [19] { Method [ public method __construct ] { - Parameters [1] { @@ -602,6 +634,15 @@ Extension [ extension #73 amqp version 1.4.0 ] { } } + Method [ public method unbind ] { + + - Parameters [3] { + Parameter #0 [ $exchange_name ] + Parameter #1 [ $routing_key ] + Parameter #2 [ $flags ] + } + } + Method [ public method delete ] { - Parameters [2] { -- cgit