From bde1475971e58c3a4cd0bf268fbdbcc5ac032965 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Mar 2017 07:22:59 +0100 Subject: php-pecl-amqp: 1.9.0beta1 --- REFLECTION | 143 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 141 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 10d23e8..a238e6b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #72 amqp version 1.8.0 ] { +Extension [ extension #72 amqp version 1.9.0beta1 ] { - INI { Entry [ amqp.host ] @@ -82,7 +82,7 @@ Extension [ extension #72 amqp version 1.8.0 ] { Constant [ integer PHP_AMQP_MAX_CHANNELS ] { 256 } } - - Classes [11] { + - Classes [14] { Class [ class AMQPConnection ] { - Constants [0] { @@ -1141,6 +1141,88 @@ Extension [ extension #72 amqp version 1.8.0 ] { } } + Class [ final class AMQPTimestamp ] { + + - Constants [2] { + Constant [ string MAX ] { 18446744073709551616 } + Constant [ string MIN ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $timestamp ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $timestamp ] + } + } + + Method [ public method getTimestamp ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class AMQPDecimal ] { + + - Constants [4] { + Constant [ integer EXPONENT_MIN ] { 0 } + Constant [ integer EXPONENT_MAX ] { 255 } + Constant [ integer SIGNIFICAND_MIN ] { 0 } + Constant [ integer SIGNIFICAND_MAX ] { 4294967295 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $exponent ] + Property [ private $significand ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $exponent ] + Parameter #1 [ $significand ] + } + } + + Method [ public method getExponent ] { + + - Parameters [0] { + } + } + + Method [ public method getSignificand ] { + + - Parameters [0] { + } + } + } + } + Class [ class AMQPException extends Exception implements Throwable ] { - Constants [0] { @@ -1425,6 +1507,63 @@ Extension [ extension #72 amqp version 1.8.0 ] { } } } + + Class [ class AMQPValueException extends AMQPException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - 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 ] { + } + } + } } } -- cgit