diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #112 jsonpath version 1.0.0 ] { +Extension [ <persistent> extension #74 jsonpath version 1.0.1 ] { - Classes [2] { Class [ <internal:jsonpath> class JsonPath\JsonPath ] { @@ -41,8 +41,8 @@ Extension [ <persistent> extension #112 jsonpath version 1.0.0 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -59,6 +59,7 @@ Extension [ <persistent> extension #112 jsonpath version 1.0.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { |