From 03c5fed6154a6375690e96c5f839d5fd22713f8e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 26 Dec 2015 11:02:31 +0100 Subject: php-pecl-amqp: 1.7.0alpha2 --- REFLECTION-DEV | 92 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) (limited to 'REFLECTION-DEV') diff --git a/REFLECTION-DEV b/REFLECTION-DEV index de8b6e9..fb6ae1b 100644 --- a/REFLECTION-DEV +++ b/REFLECTION-DEV @@ -1,4 +1,4 @@ -Extension [ extension #71 amqp version 1.7.0alpha1 ] { +Extension [ extension #74 amqp version 1.7.0alpha2 ] { - INI { Entry [ amqp.host ] @@ -918,7 +918,7 @@ Extension [ extension #71 amqp version 1.7.0alpha1 ] { } } - Class [ class AMQPException extends Exception implements Throwable ] { + Class [ class AMQPException extends Exception ] { - Constants [0] { } @@ -949,33 +949,33 @@ Extension [ extension #71 amqp version 1.7.0alpha1 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class AMQPConnectionException extends AMQPException implements Throwable ] { + Class [ class AMQPConnectionException extends AMQPException ] { - Constants [0] { } @@ -1006,33 +1006,33 @@ Extension [ extension #71 amqp version 1.7.0alpha1 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class AMQPChannelException extends AMQPException implements Throwable ] { + Class [ class AMQPChannelException extends AMQPException ] { - Constants [0] { } @@ -1063,33 +1063,33 @@ Extension [ extension #71 amqp version 1.7.0alpha1 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class AMQPQueueException extends AMQPException implements Throwable ] { + Class [ class AMQPQueueException extends AMQPException ] { - Constants [0] { } @@ -1120,33 +1120,33 @@ Extension [ extension #71 amqp version 1.7.0alpha1 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class AMQPExchangeException extends AMQPException implements Throwable ] { + Class [ class AMQPExchangeException extends AMQPException ] { - Constants [0] { } @@ -1177,28 +1177,28 @@ Extension [ extension #71 amqp version 1.7.0alpha1 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } -- cgit