From b6f7ce66787f89791effbe0edb7652c464486fb6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Jan 2022 12:25:54 +0100 Subject: update to 0.9.6 --- REFLECTION | 59 +++++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 47 insertions(+), 12 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 00edf2d..8123941 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #121 jsonpath version 0.9.5 ] { +Extension [ extension #111 jsonpath version 0.9.6 ] { - Classes [2] { Class [ class JsonPath\JsonPath ] { @@ -19,14 +19,15 @@ Extension [ extension #121 jsonpath version 0.9.5 ] { Method [ public method find ] { - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ $expression ] + Parameter #0 [ array $data ] + Parameter #1 [ string $expression ] } + - Return [ array|bool ] } } } - Class [ class JsonPath\JsonPathException extends RuntimeException implements Throwable ] { + Class [ class JsonPath\JsonPathException extends RuntimeException implements Stringable, Throwable ] { - Constants [0] { } @@ -38,47 +39,81 @@ Extension [ extension #121 jsonpath version 0.9.5 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - 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] { + } } 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