From daf6c4adcd1f1e445b07e52e078f6d0f48ed4b9d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Nov 2016 17:32:49 +0100 Subject: php-pecl-amqp: 1.8.0beta1 --- REFLECTION-DEV | 281 +++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 252 insertions(+), 29 deletions(-) (limited to 'REFLECTION-DEV') diff --git a/REFLECTION-DEV b/REFLECTION-DEV index 46c8f4c..d87b673 100644 --- a/REFLECTION-DEV +++ b/REFLECTION-DEV @@ -1,4 +1,4 @@ -Extension [ extension #72 amqp version 1.7.1 ] { +Extension [ extension #72 amqp version 1.8.0beta1 ] { - INI { Entry [ amqp.host ] @@ -43,6 +43,18 @@ Extension [ extension #72 amqp version 1.7.1 ] { Entry [ amqp.heartbeat ] Current = '0' } + Entry [ amqp.cacert ] + Current = '' + } + Entry [ amqp.cert ] + Current = '' + } + Entry [ amqp.key ] + Current = '' + } + Entry [ amqp.verify ] + Current = '1' + } } - Constants [22] { @@ -70,7 +82,7 @@ Extension [ extension #72 amqp version 1.7.1 ] { Constant [ integer PHP_AMQP_MAX_CHANNELS ] { 256 } } - - Classes [10] { + - Classes [11] { Class [ class AMQPConnection ] { - Constants [0] { @@ -82,7 +94,7 @@ Extension [ extension #72 amqp version 1.7.1 ] { - Static methods [0] { } - - Properties [11] { + - Properties [15] { Property [ private $login ] Property [ private $password ] Property [ private $host ] @@ -94,9 +106,13 @@ Extension [ extension #72 amqp version 1.7.1 ] { Property [ private $channel_max ] Property [ private $frame_max ] Property [ private $heartbeat ] + Property [ private $cacert ] + Property [ private $key ] + Property [ private $cert ] + Property [ private $verify ] } - - Methods [29] { + - Methods [37] { Method [ public method __construct ] { - Parameters [1] { @@ -279,6 +295,58 @@ Extension [ extension #72 amqp version 1.7.1 ] { - Parameters [0] { } } + + Method [ public method getCACert ] { + + - Parameters [0] { + } + } + + Method [ public method setCACert ] { + + - Parameters [1] { + Parameter #0 [ $cacert ] + } + } + + Method [ public method getCert ] { + + - Parameters [0] { + } + } + + Method [ public method setCert ] { + + - Parameters [1] { + Parameter #0 [ $cert ] + } + } + + Method [ public method getKey ] { + + - Parameters [0] { + } + } + + Method [ public method setKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getVerify ] { + + - Parameters [0] { + } + } + + Method [ public method setVerify ] { + + - Parameters [1] { + Parameter #0 [ $verify ] + } + } } } @@ -299,7 +367,7 @@ Extension [ extension #72 amqp version 1.7.1 ] { Property [ private $prefetch_size ] } - - Methods [13] { + - Methods [19] { Method [ public method __construct ] { - Parameters [1] { @@ -313,6 +381,12 @@ Extension [ extension #72 amqp version 1.7.1 ] { } } + Method [ public method close ] { + + - Parameters [0] { + } + } + Method [ public method getChannelId ] { - Parameters [0] { @@ -383,6 +457,41 @@ Extension [ extension #72 amqp version 1.7.1 ] { Parameter #0 [ $requeue ] } } + + Method [ public method confirmSelect ] { + + - Parameters [0] { + } + } + + Method [ public method waitForConfirm ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } + + Method [ public method setConfirmCallback ] { + + - Parameters [2] { + Parameter #0 [ $ack_callback ] + Parameter #1 [ $nack_callback ] + } + } + + Method [ public method setReturnCallback ] { + + - Parameters [1] { + Parameter #0 [ $return_callback ] + } + } + + Method [ public method waitForBasicReturn ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } } } @@ -755,7 +864,7 @@ Extension [ extension #72 amqp version 1.7.1 ] { } } - Class [ class AMQPEnvelope ] { + Class [ class AMQPBasicProperties ] { - Constants [0] { } @@ -766,12 +875,7 @@ Extension [ extension #72 amqp version 1.7.1 ] { - Static methods [0] { } - - Properties [18] { - Property [ private $body ] - Property [ private $delivery_tag ] - Property [ private $is_redelivery ] - Property [ private $exchange_name ] - Property [ private $routing_key ] + - Properties [14] { Property [ private $content_type ] Property [ private $content_encoding ] Property [ private $headers ] @@ -785,28 +889,29 @@ Extension [ extension #72 amqp version 1.7.1 ] { Property [ private $type ] Property [ private $user_id ] Property [ private $app_id ] + Property [ private $cluster_id ] } - - Methods [21] { + - Methods [15] { Method [ public method __construct ] { - Parameters [0] { } } - Method [ public method getBody ] { + Method [ public method getContentType ] { - Parameters [0] { } } - Method [ public method getRoutingKey ] { + Method [ public method getContentEncoding ] { - Parameters [0] { } } - Method [ public method getDeliveryTag ] { + Method [ public method getHeaders ] { - Parameters [0] { } @@ -818,31 +923,31 @@ Extension [ extension #72 amqp version 1.7.1 ] { } } - Method [ public method getExchangeName ] { + Method [ public method getPriority ] { - Parameters [0] { } } - Method [ public method isRedelivery ] { + Method [ public method getCorrelationId ] { - Parameters [0] { } } - Method [ public method getContentType ] { + Method [ public method getReplyTo ] { - Parameters [0] { } } - Method [ public method getContentEncoding ] { + Method [ public method getExpiration ] { - Parameters [0] { } } - Method [ public method getType ] { + Method [ public method getMessageId ] { - Parameters [0] { } @@ -854,49 +959,83 @@ Extension [ extension #72 amqp version 1.7.1 ] { } } - Method [ public method getPriority ] { + Method [ public method getType ] { - Parameters [0] { } } - Method [ public method getExpiration ] { + Method [ public method getUserId ] { - Parameters [0] { } } - Method [ public method getUserId ] { + Method [ public method getAppId ] { - Parameters [0] { } } - Method [ public method getAppId ] { + Method [ public method getClusterId ] { + + - Parameters [0] { + } + } + } + } + + Class [ class AMQPEnvelope extends AMQPBasicProperties ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ private $body ] + Property [ private $delivery_tag ] + Property [ private $is_redelivery ] + Property [ private $exchange_name ] + Property [ private $routing_key ] + } + + - Methods [22] { + Method [ public method __construct ] { - Parameters [0] { } } - Method [ public method getMessageId ] { + Method [ public method getBody ] { - Parameters [0] { } } - Method [ public method getReplyTo ] { + Method [ public method getRoutingKey ] { - Parameters [0] { } } - Method [ public method getCorrelationId ] { + Method [ public method getDeliveryTag ] { - Parameters [0] { } } - Method [ public method getHeaders ] { + Method [ public method getExchangeName ] { + + - Parameters [0] { + } + } + + Method [ public method isRedelivery ] { - Parameters [0] { } @@ -915,6 +1054,90 @@ Extension [ extension #72 amqp version 1.7.1 ] { Parameter #0 [ $name ] } } + + Method [ public method getContentType ] { + + - Parameters [0] { + } + } + + Method [ public method getContentEncoding ] { + + - Parameters [0] { + } + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + } + + Method [ public method getDeliveryMode ] { + + - Parameters [0] { + } + } + + Method [ public method getPriority ] { + + - Parameters [0] { + } + } + + Method [ public method getCorrelationId ] { + + - Parameters [0] { + } + } + + Method [ public method getReplyTo ] { + + - Parameters [0] { + } + } + + Method [ public method getExpiration ] { + + - Parameters [0] { + } + } + + Method [ public method getMessageId ] { + + - Parameters [0] { + } + } + + Method [ public method getTimestamp ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method getUserId ] { + + - Parameters [0] { + } + } + + Method [ public method getAppId ] { + + - Parameters [0] { + } + } + + Method [ public method getClusterId ] { + + - Parameters [0] { + } + } } } -- cgit