diff options
author | Remi Collet <remi@remirepo.net> | 2021-08-09 08:03:51 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-08-09 08:03:51 +0200 |
commit | 05784e75c66f54d47e1ecc1128850cf247c7cdc9 (patch) | |
tree | c106a6734d6f220cfe15bfcabd43b56d3e44a839 /REFLECTION |
New package
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..d89f97e --- /dev/null +++ b/REFLECTION @@ -0,0 +1,87 @@ +Extension [ <persistent> extension #116 jsonpath version 0.9.3 ] { + + - Classes [2] { + Class [ <internal:jsonpath> class JsonPath\JsonPath ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:jsonpath> public method find ] { + + - Parameters [2] { + Parameter #0 [ <required> $data ] + Parameter #1 [ <required> $expression ] + } + } + } + } + + Class [ <internal:jsonpath> class JsonPath\JsonPathException extends RuntimeException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + } +} + |