diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 61 |
1 files changed, 59 insertions, 2 deletions
@@ -1,10 +1,10 @@ -Extension [ <persistent> extension #124 nsq version 3.5.0 ] { +Extension [ <persistent> extension #124 nsq version 3.5.1 ] { - Dependencies { Dependency [ json (Required) ] } - - Classes [3] { + - Classes [4] { Class [ <internal:nsq> class Nsq ] { - Constants [0] { @@ -141,6 +141,63 @@ Extension [ <persistent> extension #124 nsq version 3.5.0 ] { } } } + + Class [ <internal:nsq> class NsqException extends Exception 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 ] { + } + } + } } } |