From d50af640d7373f9f232155bb6f81314892d34494 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Oct 2017 17:43:28 +0200 Subject: v1.9.3 --- REFLECTION | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 78 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a44e296..fcfa799 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #72 amqp version 1.9.1 ] { +Extension [ extension #72 amqp version 1.9.3 ] { - INI { Entry [ amqp.host ] @@ -82,7 +82,7 @@ Extension [ extension #72 amqp version 1.9.1 ] { Constant [ integer PHP_AMQP_MAX_CHANNELS ] { 256 } } - - Classes [14] { + - Classes [15] { Class [ class AMQPConnection ] { - Constants [0] { @@ -361,13 +361,14 @@ Extension [ extension #72 amqp version 1.9.1 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ private $connection ] Property [ private $prefetch_count ] Property [ private $prefetch_size ] + Property [ private $consumers ] } - - Methods [19] { + - Methods [20] { Method [ public method __construct ] { - Parameters [1] { @@ -492,6 +493,12 @@ Extension [ extension #72 amqp version 1.9.1 ] { Parameter #0 [ $timeout ] } } + + Method [ public method getConsumers ] { + + - Parameters [0] { + } + } } } @@ -996,15 +1003,16 @@ Extension [ extension #72 amqp version 1.9.1 ] { - Static methods [0] { } - - Properties [5] { + - Properties [6] { Property [ private $body ] + Property [ private $consumer_tag ] Property [ private $delivery_tag ] Property [ private $is_redelivery ] Property [ private $exchange_name ] Property [ private $routing_key ] } - - Methods [22] { + - Methods [23] { Method [ public method __construct ] { - Parameters [0] { @@ -1023,6 +1031,12 @@ Extension [ extension #72 amqp version 1.9.1 ] { } } + Method [ public method getConsumerTag ] { + + - Parameters [0] { + } + } + Method [ public method getDeliveryTag ] { - Parameters [0] { @@ -1451,6 +1465,64 @@ Extension [ extension #72 amqp version 1.9.1 ] { } } + Class [ class AMQPEnvelopeException extends AMQPException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ public $envelope ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ class AMQPExchangeException extends AMQPException implements Throwable ] { - Constants [0] { -- cgit