From 1343e1e326ebf255d251f98d4175f46146d252e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Apr 2016 16:37:38 +0200 Subject: php-pecl-amqp: switch the spec --- REFLECTION | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 85 insertions(+), 13 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 8d33050..fb6ae1b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #74 amqp version 1.6.1 ] { +Extension [ extension #74 amqp version 1.7.0alpha2 ] { - INI { Entry [ amqp.host ] @@ -82,7 +82,18 @@ Extension [ extension #74 amqp version 1.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [11] { + Property [ private $login ] + Property [ private $password ] + Property [ private $host ] + Property [ private $vhost ] + Property [ private $port ] + Property [ private $read_timeout ] + Property [ private $write_timeout ] + Property [ private $connect_timeout ] + Property [ private $channel_max ] + Property [ private $frame_max ] + Property [ private $heartbeat ] } - Methods [29] { @@ -282,14 +293,17 @@ Extension [ extension #74 amqp version 1.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [3] { + Property [ private $connection ] + Property [ private $prefetch_count ] + Property [ private $prefetch_size ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $amqp_connection ] + Parameter #0 [ AMQPConnection $amqp_connection ] } } @@ -383,14 +397,23 @@ Extension [ extension #74 amqp version 1.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [9] { + Property [ private $connection ] + Property [ private $channel ] + Property [ private $name ] + Property [ private $consumer_tag ] + Property [ private $passive ] + Property [ private $durable ] + Property [ private $exclusive ] + Property [ private $auto_delete ] + Property [ private $arguments ] } - - Methods [24] { + - Methods [25] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $amqp_channel ] + Parameter #0 [ AMQPChannel $amqp_channel ] } } @@ -448,6 +471,13 @@ Extension [ extension #74 amqp version 1.6.1 ] { } } + Method [ public method hasArgument ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + Method [ public method declareQueue ] { - Parameters [0] { @@ -569,14 +599,23 @@ Extension [ extension #74 amqp version 1.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [9] { + Property [ private $connection ] + Property [ private $channel ] + Property [ private $name ] + Property [ private $type ] + Property [ private $passive ] + Property [ private $durable ] + Property [ private $auto_delete ] + Property [ private $internal ] + Property [ private $arguments ] } - - Methods [19] { + - Methods [20] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $amqp_channel ] + Parameter #0 [ AMQPChannel $amqp_channel ] } } @@ -647,6 +686,13 @@ Extension [ extension #74 amqp version 1.6.1 ] { } } + Method [ public method hasArgument ] { + + - Parameters [1] { + Parameter #0 [ $argument ] + } + } + Method [ public method declareExchange ] { - Parameters [0] { @@ -720,10 +766,28 @@ Extension [ extension #74 amqp version 1.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [18] { + Property [ private $body ] + Property [ private $delivery_tag ] + Property [ private $is_redelivery ] + Property [ private $exchange_name ] + Property [ private $routing_key ] + Property [ private $content_type ] + Property [ private $content_encoding ] + Property [ private $headers ] + Property [ private $delivery_mode ] + Property [ private $priority ] + Property [ private $correlation_id ] + Property [ private $reply_to ] + Property [ private $expiration ] + Property [ private $message_id ] + Property [ private $timestamp ] + Property [ private $type ] + Property [ private $user_id ] + Property [ private $app_id ] } - - Methods [20] { + - Methods [21] { Method [ public method __construct ] { - Parameters [0] { @@ -840,7 +904,15 @@ Extension [ extension #74 amqp version 1.6.1 ] { Method [ public method getHeader ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method hasHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] } } } -- cgit