summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION84
1 files changed, 78 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index a44e296..fcfa799 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #72 amqp version 1.9.1 ] {
+Extension [ <persistent> extension #72 amqp version 1.9.3 ] {
- INI {
Entry [ amqp.host <ALL> ]
@@ -82,7 +82,7 @@ Extension [ <persistent> extension #72 amqp version 1.9.1 ] {
Constant [ integer PHP_AMQP_MAX_CHANNELS ] { 256 }
}
- - Classes [14] {
+ - Classes [15] {
Class [ <internal:amqp> class AMQPConnection ] {
- Constants [0] {
@@ -361,13 +361,14 @@ Extension [ <persistent> extension #72 amqp version 1.9.1 ] {
- Static methods [0] {
}
- - Properties [3] {
+ - Properties [4] {
Property [ <default> private $connection ]
Property [ <default> private $prefetch_count ]
Property [ <default> private $prefetch_size ]
+ Property [ <default> private $consumers ]
}
- - Methods [19] {
+ - Methods [20] {
Method [ <internal:amqp, ctor> public method __construct ] {
- Parameters [1] {
@@ -492,6 +493,12 @@ Extension [ <persistent> extension #72 amqp version 1.9.1 ] {
Parameter #0 [ <optional> $timeout ]
}
}
+
+ Method [ <internal:amqp> public method getConsumers ] {
+
+ - Parameters [0] {
+ }
+ }
}
}
@@ -996,15 +1003,16 @@ Extension [ <persistent> extension #72 amqp version 1.9.1 ] {
- Static methods [0] {
}
- - Properties [5] {
+ - Properties [6] {
Property [ <default> private $body ]
+ Property [ <default> private $consumer_tag ]
Property [ <default> private $delivery_tag ]
Property [ <default> private $is_redelivery ]
Property [ <default> private $exchange_name ]
Property [ <default> private $routing_key ]
}
- - Methods [22] {
+ - Methods [23] {
Method [ <internal:amqp, overwrites AMQPBasicProperties, ctor> public method __construct ] {
- Parameters [0] {
@@ -1023,6 +1031,12 @@ Extension [ <persistent> extension #72 amqp version 1.9.1 ] {
}
}
+ Method [ <internal:amqp> public method getConsumerTag ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:amqp> public method getDeliveryTag ] {
- Parameters [0] {
@@ -1451,6 +1465,64 @@ Extension [ <persistent> extension #72 amqp version 1.9.1 ] {
}
}
+ Class [ <internal:amqp> class AMQPEnvelopeException extends AMQPException implements Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ Property [ <default> public $envelope ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ }
+ }
+ }
+
Class [ <internal:amqp> class AMQPExchangeException extends AMQPException implements Throwable ] {
- Constants [0] {