From 05784e75c66f54d47e1ecc1128850cf247c7cdc9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Aug 2021 08:03:51 +0200 Subject: New package --- REFLECTION | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..d89f97e --- /dev/null +++ b/REFLECTION @@ -0,0 +1,87 @@ +Extension [ extension #116 jsonpath version 0.9.3 ] { + + - Classes [2] { + Class [ class JsonPath\JsonPath ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method find ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $expression ] + } + } + } + } + + Class [ class JsonPath\JsonPathException extends RuntimeException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + } +} + -- cgit