From d0bd7ac85194fdc5aa2d55690a951293fd91b29c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 31 May 2025 08:18:17 +0200 Subject: update to 3.9.0 drop patch merged upstream --- REFLECTION | 73 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 54 insertions(+), 19 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 0c21953..522562c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #124 nsq version 3.5.1 ] { +Extension [ extension #97 nsq version 3.9.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -17,9 +17,9 @@ Extension [ extension #124 nsq version 3.5.1 ] { } - Properties [3] { - Property [ public $nsqConfig ] - Property [ public $nsqd_connection_fds ] - Property [ public $conn_timeout ] + Property [ public $nsqConfig = NULL ] + Property [ public $nsqd_connection_fds = NULL ] + Property [ public $conn_timeout = NULL ] } - Methods [6] { @@ -82,7 +82,7 @@ Extension [ extension #124 nsq version 3.5.1 ] { } - Properties [1] { - Property [ public $address ] + Property [ public $address = NULL ] } - Methods [1] { @@ -107,11 +107,11 @@ Extension [ extension #124 nsq version 3.5.1 ] { } - Properties [5] { - Property [ public $message_id ] - Property [ public $messageId ] - Property [ public $timestamp ] - Property [ public $attempts ] - Property [ public $payload ] + Property [ public $message_id = NULL ] + Property [ public $messageId = NULL ] + Property [ public $timestamp = NULL ] + Property [ public $attempts = NULL ] + Property [ public $payload = NULL ] } - Methods [3] { @@ -142,7 +142,7 @@ Extension [ extension #124 nsq version 3.5.1 ] { } } - Class [ class NsqException extends Exception implements Throwable ] { + Class [ class NsqException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -154,47 +154,82 @@ Extension [ extension #124 nsq version 3.5.1 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + 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 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + 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 ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - 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 __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } -- cgit