From 94940494437671ad02a88e3b7074406700f680b1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 30 Jul 2023 09:44:40 +0200 Subject: update to 2.0.0alpha1 drop patch merged upstream raise dependency on PHP 7.4 open https://github.com/php-amqp/php-amqp/issues/439 librabbitmq min version --- REFLECTION | 1617 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 899 insertions(+), 718 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index bd5f0fc..b7a782d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 amqp version 1.11.0 ] { +Extension [ extension #124 amqp version 2.0.0alpha1 ] { - INI { Entry [ amqp.host ] @@ -68,11 +68,17 @@ Extension [ extension #120 amqp version 1.11.0 ] { Current = '1' } Entry [ amqp.sasl_method ] - Current = '0' + Current = '' } } - - Constants [24] { + - Constants [32] { + Constant [ string AMQP_EXTENSION_VERSION ] { 2.0.0alpha1 } + Constant [ int AMQP_EXTENSION_VERSION_MAJOR ] { 2 } + Constant [ int AMQP_EXTENSION_VERSION_MINOR ] { 0 } + Constant [ int AMQP_EXTENSION_VERSION_PATCH ] { 0 } + Constant [ string AMQP_EXTENSION_VERSION_EXTRA ] { alpha1 } + Constant [ int AMQP_EXTENSION_VERSION_ID ] { 20000 } Constant [ int AMQP_NOPARAM ] { 0 } Constant [ int AMQP_JUST_CONSUME ] { 1 } Constant [ int AMQP_DURABLE ] { 2 } @@ -97,10 +103,12 @@ Extension [ extension #120 amqp version 1.11.0 ] { Constant [ int PHP_AMQP_MAX_CHANNELS ] { 256 } Constant [ int AMQP_SASL_METHOD_PLAIN ] { 0 } Constant [ int AMQP_SASL_METHOD_EXTERNAL ] { 1 } + Constant [ int AMQP_DELIVERY_MODE_TRANSIENT ] { 1 } + Constant [ int AMQP_DELIVERY_MODE_PERSISTENT ] { 2 } } - Classes [15] { - Class [ class AMQPConnection ] { + Class [ class AMQPException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -111,305 +119,364 @@ Extension [ extension #120 amqp version 1.11.0 ] { - Static methods [0] { } - - Properties [18] { - Property [ private $login = NULL ] - Property [ private $password = NULL ] - Property [ private $host = NULL ] - Property [ private $vhost = NULL ] - Property [ private $port = NULL ] - Property [ private $read_timeout = NULL ] - Property [ private $write_timeout = NULL ] - Property [ private $connect_timeout = NULL ] - Property [ private $rpc_timeout = NULL ] - Property [ private $channel_max = NULL ] - Property [ private $frame_max = NULL ] - Property [ private $heartbeat = NULL ] - Property [ private $cacert = NULL ] - Property [ private $key = NULL ] - Property [ private $cert = NULL ] - Property [ private $verify = NULL ] - Property [ private $sasl_method = NULL ] - Property [ private $connection_name = NULL ] - } - - - Methods [43] { - Method [ public method __construct ] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } - - Parameters [1] { - Parameter #0 [ array $credentials = ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method isConnected ] { + Method [ public method __wakeup ] { - Parameters [0] { } + - Tentative return [ void ] } - Method [ public method connect ] { + Method [ final public method getMessage ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method pconnect ] { + Method [ final public method getCode ] { - Parameters [0] { } } - Method [ public method pdisconnect ] { + Method [ final public method getFile ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method disconnect ] { + Method [ final public method getLine ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method reconnect ] { + Method [ final public method getTrace ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method preconnect ] { + Method [ final public method getPrevious ] { - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ public method getLogin ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method setLogin ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $login ] + - Parameters [0] { } + - Return [ string ] } + } + } - Method [ public method getPassword ] { + Class [ class AMQPConnectionException extends AMQPException implements Stringable, Throwable ] { - - Parameters [0] { - } - } + - Constants [0] { + } - Method [ public method setPassword ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $password ] + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method getHost ] { + Method [ public method __wakeup ] { - Parameters [0] { } + - Tentative return [ void ] } - Method [ public method setHost ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ $host ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getPort ] { + Method [ final public method getCode ] { - Parameters [0] { } } - Method [ public method setPort ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ $port ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getVhost ] { + Method [ final public method getLine ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method setVhost ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ $vhost ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getTimeout ] { + Method [ final public method getPrevious ] { - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ public method setTimeout ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ $timeout ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getReadTimeout ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } + } + } - Method [ public method setReadTimeout ] { + Class [ class AMQPChannelException extends AMQPException implements Stringable, Throwable ] { - - Parameters [1] { - Parameter #0 [ $timeout ] - } - } + - Constants [0] { + } - Method [ public method getWriteTimeout ] { + - Static properties [0] { + } - - Parameters [0] { - } - } + - Static methods [0] { + } - Method [ public method setWriteTimeout ] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } - - Parameters [1] { - Parameter #0 [ $timeout ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method getRpcTimeout ] { + Method [ public method __wakeup ] { - Parameters [0] { } + - Tentative return [ void ] } - Method [ public method setRpcTimeout ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ $timeout ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getUsedChannels ] { + Method [ final public method getCode ] { - Parameters [0] { } } - Method [ public method getMaxChannels ] { + Method [ final public method getFile ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method isPersistent ] { + Method [ final public method getLine ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method getHeartbeatInterval ] { + Method [ final public method getTrace ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method getMaxFrameSize ] { + Method [ final public method getPrevious ] { - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ public method getCACert ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method setCACert ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $cacert ] + - Parameters [0] { } + - Return [ string ] } + } + } - Method [ public method getCert ] { + Class [ class AMQPQueueException extends AMQPException implements Stringable, Throwable ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method setCert ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ $cert ] + - Parameters [0] { } + - Tentative return [ void ] } - Method [ public method getKey ] { + Method [ final public method getMessage ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method setKey ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } } - Method [ public method getVerify ] { + Method [ final public method getFile ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method setVerify ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ $verify ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method getSaslMethod ] { + Method [ final public method getTrace ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method setSaslMethod ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ $sasl_method ] + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ public method getConnectionName ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method setConnectionName ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $connection_name ] + - Parameters [0] { } + - Return [ string ] } } } - Class [ class AMQPChannel ] { + Class [ class AMQPExchangeException extends AMQPException implements Stringable, Throwable ] { - Constants [0] { } @@ -420,177 +487,180 @@ Extension [ extension #120 amqp version 1.11.0 ] { - Static methods [0] { } - - Properties [6] { - Property [ private $connection = NULL ] - Property [ private $prefetch_count = NULL ] - Property [ private $prefetch_size = 0 ] - Property [ private $global_prefetch_count = NULL ] - Property [ private $global_prefetch_size = NULL ] - Property [ private $consumers = NULL ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [24] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ AMQPConnection $amqp_connection ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method isConnected ] { + Method [ public method __wakeup ] { - Parameters [0] { } + - Tentative return [ void ] } - Method [ public method close ] { + Method [ final public method getMessage ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getChannelId ] { + Method [ final public method getCode ] { - Parameters [0] { } } - Method [ public method setPrefetchSize ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ $size ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getPrefetchSize ] { + Method [ final public method getLine ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method setPrefetchCount ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ $count ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getPrefetchCount ] { + Method [ final public method getPrevious ] { - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ public method setGlobalPrefetchSize ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ $size ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getGlobalPrefetchSize ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } + } + } - Method [ public method setGlobalPrefetchCount ] { + Class [ class AMQPValueException extends AMQPException implements Stringable, Throwable ] { - - Parameters [1] { - Parameter #0 [ $count ] - } - } + - Constants [0] { + } - Method [ public method getGlobalPrefetchCount ] { + - Static properties [0] { + } - - Parameters [0] { - } - } + - Static methods [0] { + } - Method [ public method qos ] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $size ] - Parameter #1 [ $count ] - Parameter #2 [ $global = ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method startTransaction ] { + Method [ public method __wakeup ] { - Parameters [0] { } + - Tentative return [ void ] } - Method [ public method commitTransaction ] { + Method [ final public method getMessage ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method rollbackTransaction ] { + Method [ final public method getCode ] { - Parameters [0] { } } - Method [ public method getConnection ] { + Method [ final public method getFile ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method basicRecover ] { - - - Parameters [1] { - Parameter #0 [ $requeue = ] - } - } - - Method [ public method confirmSelect ] { + Method [ final public method getLine ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method waitForConfirm ] { - - - Parameters [1] { - Parameter #0 [ $timeout = ] - } - } - - Method [ public method setConfirmCallback ] { + Method [ final public method getTrace ] { - - Parameters [2] { - Parameter #0 [ $ack_callback ] - Parameter #1 [ $nack_callback = ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setReturnCallback ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ $return_callback ] + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ public method waitForBasicReturn ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ $timeout = ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getConsumers ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } - Class [ class AMQPQueue ] { + Class [ class AMQPConnection ] { - Constants [0] { } @@ -601,365 +671,354 @@ Extension [ extension #120 amqp version 1.11.0 ] { - Static methods [0] { } - - Properties [9] { - Property [ private $connection = NULL ] - Property [ private $channel = NULL ] - Property [ private $name = '' ] - Property [ private $consumer_tag = NULL ] - Property [ private $passive = false ] - Property [ private $durable = false ] - Property [ private $exclusive = false ] - Property [ private $auto_delete = true ] - Property [ private $arguments = NULL ] - } - - - Methods [25] { + - Properties [18] { + Property [ private string $login ] + Property [ private string $password ] + Property [ private string $host ] + Property [ private string $vhost ] + Property [ private int $port ] + Property [ private float $readTimeout ] + Property [ private float $writeTimeout ] + Property [ private float $connectTimeout ] + Property [ private float $rpcTimeout ] + Property [ private int $frameMax ] + Property [ private int $channelMax ] + Property [ private int $heartbeat ] + Property [ private ?string $cacert = NULL ] + Property [ private ?string $key = NULL ] + Property [ private ?string $cert = NULL ] + Property [ private bool $verify = true ] + Property [ private int $saslMethod = 0 ] + Property [ private ?string $connectionName = NULL ] + } + + - Methods [44] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ AMQPChannel $amqp_channel ] + Parameter #0 [ array $credentials = [] ] } } - Method [ public method getName ] { + Method [ public method isConnected ] { - Parameters [0] { } + - Return [ bool ] } - Method [ public method setName ] { + Method [ public method connect ] { - - Parameters [1] { - Parameter #0 [ $queue_name ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method getFlags ] { + Method [ public method pconnect ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method setFlags ] { + Method [ public method pdisconnect ] { - - Parameters [1] { - Parameter #0 [ $flags ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method getArgument ] { + Method [ public method disconnect ] { - - Parameters [1] { - Parameter #0 [ $argument ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method getArguments ] { + Method [ public method reconnect ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method setArgument ] { + Method [ public method preconnect ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method setArguments ] { + Method [ public method getLogin ] { - - Parameters [1] { - Parameter #0 [ array $arguments ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method hasArgument ] { + Method [ public method setLogin ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $login ] } + - Return [ void ] } - Method [ public method declareQueue ] { + Method [ public method getPassword ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method bind ] { + Method [ public method setPassword ] { - - Parameters [3] { - Parameter #0 [ $exchange_name ] - Parameter #1 [ $routing_key = ] - Parameter #2 [ $arguments = ] + - Parameters [1] { + Parameter #0 [ string $password ] } + - Return [ void ] } - Method [ public method get ] { + Method [ public method getHost ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setHost ] { - Parameters [1] { - Parameter #0 [ $flags = ] + Parameter #0 [ string $host ] } + - Return [ void ] } - Method [ public method consume ] { + Method [ public method getPort ] { - - Parameters [3] { - Parameter #0 [ $callback ] - Parameter #1 [ $flags = ] - Parameter #2 [ $consumer_tag = ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method ack ] { + Method [ public method setPort ] { - - Parameters [2] { - Parameter #0 [ $delivery_tag ] - Parameter #1 [ $flags = ] + - Parameters [1] { + Parameter #0 [ int $port ] } + - Return [ void ] } - Method [ public method nack ] { + Method [ public method getVhost ] { - - Parameters [2] { - Parameter #0 [ $delivery_tag ] - Parameter #1 [ $flags = ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method reject ] { + Method [ public method setVhost ] { - - Parameters [2] { - Parameter #0 [ $delivery_tag ] - Parameter #1 [ $flags = ] + - Parameters [1] { + Parameter #0 [ string $vhost ] } + - Return [ void ] } - Method [ public method purge ] { + Method [ public method getTimeout ] { - Parameters [0] { } + - Return [ float ] } - Method [ public method cancel ] { + Method [ public method setTimeout ] { - Parameters [1] { - Parameter #0 [ $consumer_tag = ] + Parameter #0 [ float $timeout ] } + - Return [ void ] } - Method [ public method delete ] { + Method [ public method getReadTimeout ] { - - Parameters [1] { - Parameter #0 [ $flags = ] + - Parameters [0] { } + - Return [ float ] } - Method [ public method unbind ] { + Method [ public method setReadTimeout ] { - - Parameters [3] { - Parameter #0 [ $exchange_name ] - Parameter #1 [ $routing_key = ] - Parameter #2 [ $arguments = ] + - Parameters [1] { + Parameter #0 [ float $timeout ] } + - Return [ void ] } - Method [ public method getChannel ] { + Method [ public method getWriteTimeout ] { - Parameters [0] { } + - Return [ float ] } - Method [ public method getConnection ] { + Method [ public method setWriteTimeout ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ float $timeout ] } + - Return [ void ] } - Method [ public method getConsumerTag ] { + Method [ public method getConnectTimeout ] { - Parameters [0] { } + - Return [ float ] } - Method [ public method declare ] { + Method [ public method getRpcTimeout ] { - Parameters [0] { } + - Return [ float ] } - } - } - - Class [ class AMQPExchange ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [9] { - Property [ private $connection = NULL ] - Property [ private $channel = NULL ] - Property [ private $name = '' ] - Property [ private $type = NULL ] - Property [ private $passive = false ] - Property [ private $durable = false ] - Property [ private $auto_delete = false ] - Property [ private $internal = false ] - Property [ private $arguments = NULL ] - } - - Methods [20] { - Method [ public method __construct ] { + Method [ public method setRpcTimeout ] { - Parameters [1] { - Parameter #0 [ AMQPChannel $amqp_channel ] + Parameter #0 [ float $timeout ] } + - Return [ void ] } - Method [ public method getName ] { + Method [ public method getUsedChannels ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method setName ] { + Method [ public method getMaxChannels ] { - - Parameters [1] { - Parameter #0 [ $exchange_name ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method getFlags ] { + Method [ public method isPersistent ] { - Parameters [0] { } + - Return [ bool ] } - Method [ public method setFlags ] { + Method [ public method getHeartbeatInterval ] { - - Parameters [1] { - Parameter #0 [ $flags ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method getType ] { + Method [ public method getMaxFrameSize ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method setType ] { + Method [ public method getCACert ] { - - Parameters [1] { - Parameter #0 [ $exchange_type ] + - Parameters [0] { } + - Return [ ?string ] } - Method [ public method getArgument ] { + Method [ public method setCACert ] { - Parameters [1] { - Parameter #0 [ $argument ] + Parameter #0 [ ?string $cacert ] } + - Return [ void ] } - Method [ public method getArguments ] { + Method [ public method getCert ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ public method setArgument ] { + Method [ public method setCert ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ ?string $cert ] } + - Return [ void ] } - Method [ public method setArguments ] { + Method [ public method getKey ] { - - Parameters [1] { - Parameter #0 [ array $arguments ] + - Parameters [0] { } + - Return [ ?string ] } - Method [ public method hasArgument ] { + Method [ public method setKey ] { - Parameters [1] { - Parameter #0 [ $argument ] + Parameter #0 [ ?string $key ] } + - Return [ void ] } - Method [ public method declareExchange ] { + Method [ public method getVerify ] { - Parameters [0] { } + - Return [ bool ] } - Method [ public method bind ] { + Method [ public method setVerify ] { - - Parameters [3] { - Parameter #0 [ $exchange_name ] - Parameter #1 [ $routing_key ] - Parameter #2 [ $flags = ] - } - } - - Method [ public method unbind ] { - - - Parameters [3] { - Parameter #0 [ $exchange_name ] - Parameter #1 [ $routing_key ] - Parameter #2 [ $flags = ] - } - } - - Method [ public method delete ] { - - - Parameters [2] { - Parameter #0 [ $exchange_name = ] - Parameter #1 [ $flags = ] + - Parameters [1] { + Parameter #0 [ bool $verify ] } + - Return [ void ] } - Method [ public method publish ] { + Method [ public method getSaslMethod ] { - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $routing_key = ] - Parameter #2 [ $flags = ] - Parameter #3 [ array $headers = ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method getChannel ] { + Method [ public method setSaslMethod ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $saslMethod ] } + - Return [ void ] } - Method [ public method getConnection ] { + Method [ public method getConnectionName ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ public method declare ] { + Method [ public method setConnectionName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $connectionName ] } + - Return [ void ] } } } - Class [ class AMQPBasicProperties ] { + Class [ class AMQPChannel ] { - Constants [0] { } @@ -970,117 +1029,200 @@ Extension [ extension #120 amqp version 1.11.0 ] { - Static methods [0] { } - - Properties [14] { - Property [ private $content_type = '' ] - Property [ private $content_encoding = '' ] - Property [ private $headers = NULL ] - Property [ private $delivery_mode = 1 ] - Property [ private $priority = 0 ] - Property [ private $correlation_id = '' ] - Property [ private $reply_to = '' ] - Property [ private $expiration = '' ] - Property [ private $message_id = '' ] - Property [ private $timestamp = 0 ] - Property [ private $type = '' ] - Property [ private $user_id = '' ] - Property [ private $app_id = '' ] - Property [ private $cluster_id = '' ] + - Properties [6] { + Property [ private AMQPConnection $connection ] + Property [ private ?int $prefetchCount = NULL ] + Property [ private ?int $prefetchSize = NULL ] + Property [ private ?int $globalPrefetchCount = NULL ] + Property [ private ?int $globalPrefetchSize = NULL ] + Property [ private array $consumers = [] ] } - - Methods [15] { + - Methods [24] { Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ AMQPConnection $connection ] } } - Method [ public method getContentType ] { + Method [ public method isConnected ] { - Parameters [0] { } + - Return [ bool ] } - Method [ public method getContentEncoding ] { + Method [ public method close ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method getHeaders ] { + Method [ public method getChannelId ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method getDeliveryMode ] { + Method [ public method setPrefetchSize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $size ] } + - Return [ void ] } - Method [ public method getPriority ] { + Method [ public method getPrefetchSize ] { - Parameters [0] { } + - Return [ int ] + } + + Method [ public method setPrefetchCount ] { + + - Parameters [1] { + Parameter #0 [ int $count ] + } + - Return [ void ] } - Method [ public method getCorrelationId ] { + Method [ public method getPrefetchCount ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method getReplyTo ] { + Method [ public method setGlobalPrefetchSize ] { + + - Parameters [1] { + Parameter #0 [ int $size ] + } + - Return [ void ] + } + + Method [ public method getGlobalPrefetchSize ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method getExpiration ] { + Method [ public method setGlobalPrefetchCount ] { + + - Parameters [1] { + Parameter #0 [ int $count ] + } + - Return [ void ] + } + + Method [ public method getGlobalPrefetchCount ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method getMessageId ] { + Method [ public method qos ] { + + - Parameters [3] { + Parameter #0 [ int $size ] + Parameter #1 [ int $count ] + Parameter #2 [ bool $global = false ] + } + - Return [ void ] + } + + Method [ public method startTransaction ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method getTimestamp ] { + Method [ public method commitTransaction ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method getType ] { + Method [ public method rollbackTransaction ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method getUserId ] { + Method [ public method getConnection ] { - Parameters [0] { } + - Return [ AMQPConnection ] } - Method [ public method getAppId ] { + Method [ public method basicRecover ] { + + - Parameters [1] { + Parameter #0 [ bool $requeue = true ] + } + - Return [ void ] + } + + Method [ public method confirmSelect ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method getClusterId ] { + Method [ public method waitForConfirm ] { + + - Parameters [1] { + Parameter #0 [ float $timeout = 0.0 ] + } + - Return [ void ] + } + + Method [ public method setConfirmCallback ] { + + - Parameters [2] { + Parameter #0 [ ?callable $ackCallback ] + Parameter #1 [ ?callable $nackCallback = null ] + } + - Return [ void ] + } + + Method [ public method setReturnCallback ] { + + - Parameters [1] { + Parameter #0 [ ?callable $returnCallback ] + } + - Return [ void ] + } + + Method [ public method waitForBasicReturn ] { + + - Parameters [1] { + Parameter #0 [ float $timeout = 0.0 ] + } + - Return [ void ] + } + + Method [ public method getConsumers ] { - Parameters [0] { } + - Return [ array ] } } } - Class [ class AMQPEnvelope extends AMQPBasicProperties ] { + Class [ class AMQPQueue ] { - Constants [0] { } @@ -1091,163 +1233,223 @@ Extension [ extension #120 amqp version 1.11.0 ] { - Static methods [0] { } - - Properties [6] { - Property [ private $body = NULL ] - Property [ private $consumer_tag = NULL ] - Property [ private $delivery_tag = NULL ] - Property [ private $is_redelivery = NULL ] - Property [ private $exchange_name = NULL ] - Property [ private $routing_key = NULL ] + - Properties [9] { + Property [ private AMQPConnection $connection ] + Property [ private AMQPChannel $channel ] + Property [ private ?string $name = NULL ] + Property [ private ?string $consumerTag = NULL ] + Property [ private bool $passive = false ] + Property [ private bool $durable = false ] + Property [ private bool $exclusive = false ] + Property [ private bool $autoDelete = true ] + Property [ private array $arguments = [] ] } - - Methods [23] { - Method [ public method __construct ] { + - Methods [25] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ AMQPChannel $channel ] } } - Method [ public method getBody ] { + Method [ public method getName ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ public method getRoutingKey ] { + Method [ public method setName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ void ] } - Method [ public method getConsumerTag ] { + Method [ public method getFlags ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method getDeliveryTag ] { + Method [ public method setFlags ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $flags ] } + - Return [ void ] } - Method [ public method getExchangeName ] { + Method [ public method getArgument ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $argumentName ] } } - Method [ public method isRedelivery ] { + Method [ public method getArguments ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method getHeader ] { + Method [ public method setArgument ] { + + - Parameters [2] { + Parameter #0 [ string $argumentName ] + Parameter #1 [ $argumentValue ] + } + - Return [ void ] + } + + Method [ public method setArguments ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ array $arguments ] } + - Return [ void ] } - Method [ public method hasHeader ] { + Method [ public method hasArgument ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $argumentName ] } + - Return [ bool ] } - Method [ public method getContentType ] { + Method [ public method declareQueue ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method getContentEncoding ] { + Method [ public method declare ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method getHeaders ] { + Method [ public method bind ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $exchangeName ] + Parameter #1 [ ?string $routingKey = null ] + Parameter #2 [ array $arguments = [] ] } + - Return [ void ] } - Method [ public method getDeliveryMode ] { + Method [ public method get ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $flags = AMQP_NOPARAM ] } + - Return [ ?AMQPEnvelope ] } - Method [ public method getPriority ] { + Method [ public method consume ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ ?callable $callback = null ] + Parameter #1 [ int $flags = AMQP_NOPARAM ] + Parameter #2 [ ?string $consumerTag = null ] } + - Return [ void ] } - Method [ public method getCorrelationId ] { + Method [ public method ack ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ int $deliveryTag ] + Parameter #1 [ int $flags = AMQP_NOPARAM ] } + - Return [ void ] } - Method [ public method getReplyTo ] { + Method [ public method nack ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ int $deliveryTag ] + Parameter #1 [ int $flags = AMQP_NOPARAM ] } + - Return [ void ] } - Method [ public method getExpiration ] { + Method [ public method reject ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ int $deliveryTag ] + Parameter #1 [ int $flags = AMQP_NOPARAM ] } + - Return [ void ] } - Method [ public method getMessageId ] { + Method [ public method purge ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method getTimestamp ] { + Method [ public method cancel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $consumerTag = "" ] } + - Return [ void ] } - Method [ public method getType ] { + Method [ public method delete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $flags = AMQP_NOPARAM ] } + - Return [ int ] } - Method [ public method getUserId ] { + Method [ public method unbind ] { + + - Parameters [3] { + Parameter #0 [ string $exchangeName ] + Parameter #1 [ ?string $routingKey = null ] + Parameter #2 [ array $arguments = [] ] + } + - Return [ void ] + } + + Method [ public method getChannel ] { - Parameters [0] { } + - Return [ AMQPChannel ] } - Method [ public method getAppId ] { + Method [ public method getConnection ] { - Parameters [0] { } + - Return [ AMQPConnection ] } - Method [ public method getClusterId ] { + Method [ public method getConsumerTag ] { - Parameters [0] { } + - Return [ ?string ] } } } - Class [ final class AMQPTimestamp implements Stringable ] { + Class [ class AMQPExchange ] { - - Constants [2] { - Constant [ public string MAX ] { 18446744073709551616 } - Constant [ public string MIN ] { 0 } + - Constants [0] { } - Static properties [0] { @@ -1256,169 +1458,181 @@ Extension [ extension #120 amqp version 1.11.0 ] { - Static methods [0] { } - - Properties [1] { - Property [ private $timestamp = NULL ] + - Properties [9] { + Property [ private AMQPConnection $connection ] + Property [ private AMQPChannel $channel ] + Property [ private ?string $name = NULL ] + Property [ private ?string $type = NULL ] + Property [ private bool $passive = false ] + Property [ private bool $durable = false ] + Property [ private bool $autoDelete = false ] + Property [ private bool $internal = false ] + Property [ private array $arguments = [] ] } - - Methods [3] { + - Methods [20] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $timestamp = ] + Parameter #0 [ AMQPChannel $channel ] } } - Method [ public method getTimestamp ] { + Method [ public method getName ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ public method __toString ] { + Method [ public method setName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $exchangeName ] } - - Return [ string ] + - Return [ void ] } - } - } - Class [ final class AMQPDecimal ] { - - - Constants [4] { - Constant [ public int EXPONENT_MIN ] { 0 } - Constant [ public int EXPONENT_MAX ] { 255 } - Constant [ public int SIGNIFICAND_MIN ] { 0 } - Constant [ public int SIGNIFICAND_MAX ] { 4294967295 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method getFlags ] { - - Properties [2] { - Property [ private $exponent = 0 ] - Property [ private $significand = 0 ] - } + - Parameters [0] { + } + - Return [ int ] + } - - Methods [3] { - Method [ public method __construct ] { + Method [ public method setFlags ] { - - Parameters [2] { - Parameter #0 [ $exponent ] - Parameter #1 [ $significand ] + - Parameters [1] { + Parameter #0 [ ?int $flags ] } + - Return [ void ] } - Method [ public method getExponent ] { + Method [ public method getType ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ public method getSignificand ] { + Method [ public method setType ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $exchangeType ] } + - Return [ void ] } - } - } - Class [ class AMQPException extends Exception implements Throwable, Stringable ] { + Method [ public method getArgument ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ string $argumentName ] + } + } - - Static properties [0] { - } + Method [ public method getArguments ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + Method [ public method setArgument ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [2] { + Parameter #0 [ string $argumentName ] + Parameter #1 [ $argumentValue ] + } + - Return [ void ] + } - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Method [ public method setArguments ] { + + - Parameters [1] { + Parameter #0 [ array $arguments ] } + - Return [ void ] } - Method [ public method __wakeup ] { + Method [ public method hasArgument ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $argumentName ] } - - Tentative return [ void ] + - Return [ bool ] } - Method [ final public method getMessage ] { + Method [ public method declareExchange ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ final public method getCode ] { + Method [ public method declare ] { - Parameters [0] { } + - Return [ void ] } - Method [ final public method getFile ] { + Method [ public method bind ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $exchangeName ] + Parameter #1 [ ?string $routingKey = null ] + Parameter #2 [ array $arguments = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ final public method getLine ] { + Method [ public method unbind ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $exchangeName ] + Parameter #1 [ ?string $routingKey = null ] + Parameter #2 [ array $arguments = [] ] } - - Return [ int ] + - Return [ void ] } - Method [ final public method getTrace ] { + Method [ public method delete ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ ?string $exchangeName = null ] + Parameter #1 [ int $flags = AMQP_NOPARAM ] } - - Return [ array ] + - Return [ void ] } - Method [ final public method getPrevious ] { + Method [ public method publish ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $message ] + Parameter #1 [ ?string $routingKey = null ] + Parameter #2 [ int $flags = AMQP_NOPARAM ] + Parameter #3 [ array $headers = [] ] } - - Return [ ?Throwable ] + - Return [ void ] } - Method [ final public method getTraceAsString ] { + Method [ public method getChannel ] { - Parameters [0] { } - - Return [ string ] + - Return [ AMQPChannel ] } - Method [ public method __toString ] { + Method [ public method getConnection ] { - Parameters [0] { } - - Return [ string ] + - Return [ AMQPConnection ] } } } - Class [ class AMQPConnectionException extends AMQPException implements Stringable, Throwable ] { + Class [ class AMQPBasicProperties ] { - Constants [0] { } @@ -1429,180 +1643,145 @@ Extension [ extension #120 amqp version 1.11.0 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [14] { + Property [ private ?string $contentType = NULL ] + Property [ private ?string $contentEncoding = NULL ] + Property [ private array $headers = [] ] + Property [ private int $deliveryMode = 1 ] + Property [ private int $priority = 0 ] + Property [ private ?string $correlationId = NULL ] + Property [ private ?string $replyTo = NULL ] + Property [ private ?string $expiration = NULL ] + Property [ private ?string $messageId = NULL ] + Property [ private ?int $timestamp = NULL ] + Property [ private ?string $type = NULL ] + Property [ private ?string $userId = NULL ] + Property [ private ?string $appId = NULL ] + Property [ private ?string $clusterId = NULL ] } - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] - } - } - - Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] - } - - Method [ final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getCode ] { + - Methods [15] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [14] { + Parameter #0 [ ?string $contentType = null ] + Parameter #1 [ ?string $contentEncoding = null ] + Parameter #2 [ array $headers = [] ] + Parameter #3 [ int $deliveryMode = AMQP_DELIVERY_MODE_TRANSIENT ] + Parameter #4 [ int $priority = 0 ] + Parameter #5 [ ?string $correlationId = null ] + Parameter #6 [ ?string $replyTo = null ] + Parameter #7 [ ?string $expiration = null ] + Parameter #8 [ ?string $messageId = null ] + Parameter #9 [ ?int $timestamp = null ] + Parameter #10 [ ?string $type = null ] + Parameter #11 [ ?string $userId = null ] + Parameter #12 [ ?string $appId = null ] + Parameter #13 [ ?string $clusterId = null ] } } - Method [ final public method getFile ] { + Method [ public method getContentType ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ final public method getLine ] { + Method [ public method getContentEncoding ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?string ] } - Method [ final public method getTrace ] { + Method [ public method getHeaders ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __toString ] { + Method [ public method getDeliveryMode ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - } - } - - Class [ class AMQPChannelException extends AMQPException implements Stringable, Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getPriority ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method __wakeup ] { + Method [ public method getCorrelationId ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ ?string ] } - Method [ final public method getMessage ] { + Method [ public method getReplyTo ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ final public method getCode ] { + Method [ public method getExpiration ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ final public method getFile ] { + Method [ public method getMessageId ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ final public method getLine ] { + Method [ public method getTimestamp ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?int ] } - Method [ final public method getTrace ] { + Method [ public method getType ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?string ] } - Method [ final public method getPrevious ] { + Method [ public method getUserId ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ ?string ] } - Method [ final public method getTraceAsString ] { + Method [ public method getAppId ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ public method __toString ] { + Method [ public method getClusterId ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } } } - Class [ class AMQPQueueException extends AMQPException implements Stringable, Throwable ] { + Class [ class AMQPEnvelope extends AMQPBasicProperties ] { - Constants [0] { } @@ -1613,181 +1792,181 @@ Extension [ extension #120 amqp version 1.11.0 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [6] { + Property [ private string $body = '' ] + Property [ private ?string $consumerTag = NULL ] + Property [ private ?int $deliveryTag = NULL ] + Property [ private bool $isRedelivery = false ] + Property [ private ?string $exchangeName = NULL ] + Property [ private string $routingKey = '' ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [23] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [0] { } } - Method [ public method __wakeup ] { + Method [ public method getBody ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method getRoutingKey ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getConsumerTag ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ final public method getFile ] { + Method [ public method getDeliveryTag ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?int ] } - Method [ final public method getLine ] { + Method [ public method getExchangeName ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?string ] } - Method [ final public method getTrace ] { + Method [ public method isRedelivery ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ final public method getPrevious ] { + Method [ public method getHeader ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $headerName ] } - - Return [ ?Throwable ] + - Return [ ?string ] } - Method [ final public method getTraceAsString ] { + Method [ public method hasHeader ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $headerName ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method getContentType ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - } - } - Class [ class AMQPEnvelopeException extends AMQPException implements Stringable, Throwable ] { + Method [ public method getContentEncoding ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ ?string ] + } - - Static properties [0] { - } + Method [ public method getHeaders ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Properties [5] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - Property [ public $envelope = NULL ] - } + Method [ public method getDeliveryMode ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [0] { + } + - Return [ int ] + } - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Method [ public method getPriority ] { + + - Parameters [0] { } + - Return [ int ] } - Method [ public method __wakeup ] { + Method [ public method getCorrelationId ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ ?string ] } - Method [ final public method getMessage ] { + Method [ public method getReplyTo ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ final public method getCode ] { + Method [ public method getExpiration ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ final public method getFile ] { + Method [ public method getMessageId ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ final public method getLine ] { + Method [ public method getTimestamp ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?int ] } - Method [ final public method getTrace ] { + Method [ public method getType ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?string ] } - Method [ final public method getPrevious ] { + Method [ public method getUserId ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ ?string ] } - Method [ final public method getTraceAsString ] { + Method [ public method getAppId ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ public method __toString ] { + Method [ public method getClusterId ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } } } - Class [ class AMQPExchangeException extends AMQPException implements Stringable, Throwable ] { + Class [ class AMQPEnvelopeException extends AMQPException implements Stringable, Throwable ] { - Constants [0] { } @@ -1798,14 +1977,22 @@ Extension [ extension #120 amqp version 1.11.0 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] + Property [ private AMQPEnvelope $envelope ] } - - Methods [10] { + - Methods [11] { + Method [ public method getEnvelope ] { + + - Parameters [0] { + } + - Return [ AMQPEnvelope ] + } + Method [ public method __construct ] { - Parameters [3] { @@ -1879,9 +2066,11 @@ Extension [ extension #120 amqp version 1.11.0 ] { } } - Class [ class AMQPValueException extends AMQPException implements Stringable, Throwable ] { + Class [ final class AMQPTimestamp implements Stringable ] { - - Constants [0] { + - Constants [2] { + Constant [ public float MAX ] { 1.844674407371E+19 } + Constant [ public float MIN ] { 0 } } - Static properties [0] { @@ -1890,83 +2079,75 @@ Extension [ extension #120 amqp version 1.11.0 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [1] { + Property [ private float $timestamp ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [3] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ float $timestamp ] } } - Method [ public method __wakeup ] { + Method [ public method getTimestamp ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ float ] } - Method [ final public method getMessage ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } + } + } - Method [ final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } + Class [ final class AMQPDecimal ] { - Method [ final public method getLine ] { + - Constants [4] { + Constant [ public int EXPONENT_MIN ] { 0 } + Constant [ public int EXPONENT_MAX ] { 255 } + Constant [ public int SIGNIFICAND_MIN ] { 0 } + Constant [ public int SIGNIFICAND_MAX ] { 4294967295 } + } - - Parameters [0] { - } - - Return [ int ] - } + - Static properties [0] { + } - Method [ final public method getTrace ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Properties [2] { + Property [ private int $exponent ] + Property [ private int $significand ] + } - Method [ final public method getPrevious ] { + - Methods [3] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ int $exponent ] + Parameter #1 [ int $significand ] } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ public method getExponent ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method __toString ] { + Method [ public method getSignificand ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } } } -- cgit