diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 39 |
1 files changed, 29 insertions, 10 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #72 amqp version 1.9.3 ] { +Extension [ <persistent> extension #71 amqp version 1.9.4 ] { - INI { Entry [ amqp.host <ALL> ] @@ -55,9 +55,12 @@ Extension [ <persistent> extension #72 amqp version 1.9.3 ] { Entry [ amqp.verify <ALL> ] Current = '1' } + Entry [ amqp.sasl_method <ALL> ] + Current = '0' + } } - - Constants [22] { + - Constants [24] { Constant [ integer AMQP_NOPARAM ] { 0 } Constant [ integer AMQP_JUST_CONSUME ] { 1 } Constant [ integer AMQP_DURABLE ] { 2 } @@ -80,6 +83,8 @@ Extension [ <persistent> extension #72 amqp version 1.9.3 ] { Constant [ string AMQP_EX_TYPE_HEADERS ] { headers } Constant [ integer AMQP_OS_SOCKET_TIMEOUT_ERRNO ] { 536870923 } Constant [ integer PHP_AMQP_MAX_CHANNELS ] { 256 } + Constant [ integer AMQP_SASL_METHOD_PLAIN ] { 0 } + Constant [ integer AMQP_SASL_METHOD_EXTERNAL ] { 1 } } - Classes [15] { @@ -94,7 +99,7 @@ Extension [ <persistent> extension #72 amqp version 1.9.3 ] { - Static methods [0] { } - - Properties [15] { + - Properties [16] { Property [ <default> private $login ] Property [ <default> private $password ] Property [ <default> private $host ] @@ -110,9 +115,10 @@ Extension [ <persistent> extension #72 amqp version 1.9.3 ] { Property [ <default> private $key ] Property [ <default> private $cert ] Property [ <default> private $verify ] + Property [ <default> private $sasl_method ] } - - Methods [37] { + - Methods [39] { Method [ <internal:amqp, ctor> public method __construct ] { - Parameters [1] { @@ -347,6 +353,19 @@ Extension [ <persistent> extension #72 amqp version 1.9.3 ] { Parameter #0 [ <required> $verify ] } } + + Method [ <internal:amqp> public method getSaslMethod ] { + + - Parameters [0] { + } + } + + Method [ <internal:amqp> public method setSaslMethod ] { + + - Parameters [1] { + Parameter #0 [ <required> $sasl_method ] + } + } } } @@ -1158,8 +1177,8 @@ Extension [ <persistent> extension #72 amqp version 1.9.3 ] { Class [ <internal:amqp> final class AMQPTimestamp ] { - Constants [2] { - Constant [ string MAX ] { 18446744073709551616 } - Constant [ string MIN ] { 0 } + Constant [ public string MAX ] { 18446744073709551616 } + Constant [ public string MIN ] { 0 } } - Static properties [0] { @@ -1197,10 +1216,10 @@ Extension [ <persistent> extension #72 amqp version 1.9.3 ] { Class [ <internal:amqp> 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 } + Constant [ public integer EXPONENT_MIN ] { 0 } + Constant [ public integer EXPONENT_MAX ] { 255 } + Constant [ public integer SIGNIFICAND_MIN ] { 0 } + Constant [ public integer SIGNIFICAND_MAX ] { 4294967295 } } - Static properties [0] { |