diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-17 10:33:44 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-17 10:33:44 +0100 |
commit | d63926a749219b80d927d5697f9e31101b132994 (patch) | |
tree | baeba55f09a11bce7421d5af86a5e6be2c30827e /REFLECTION | |
parent | 0255bfc3b180896d8c12a1b1972ab796ed83a652 (diff) |
cleanup
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 23 |
1 files changed, 12 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #125 mogilefs version 0.9.2 ] { +Extension [ <persistent> extension #62 mogilefs version 0.9.3.1 ] { - Classes [2] { Class [ <internal:mogilefs> class MogileFs ] { @@ -42,8 +42,9 @@ Extension [ <persistent> extension #125 mogilefs version 0.9.2 ] { Method [ <internal:mogilefs> public method get ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> $key ] + Parameter #1 [ <required> $pathcount ] } } @@ -176,7 +177,7 @@ Extension [ <persistent> extension #125 mogilefs version 0.9.2 ] { } } - Class [ <internal:mogilefs> class MogileFsException extends Exception ] { + Class [ <internal:mogilefs> class MogileFsException extends Exception implements Throwable ] { - Constants [0] { } @@ -207,28 +208,28 @@ Extension [ <persistent> extension #125 mogilefs version 0.9.2 ] { Method [ <internal:Core, inherits Exception> public method __wakeup ] { } - Method [ <internal:Core, inherits Exception> final public method getMessage ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { } - Method [ <internal:Core, inherits Exception> final public method getCode ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { } - Method [ <internal:Core, inherits Exception> final public method getFile ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { } - Method [ <internal:Core, inherits Exception> final public method getLine ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { } - Method [ <internal:Core, inherits Exception> final public method getTrace ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { } - Method [ <internal:Core, inherits Exception> final public method getPrevious ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { } - Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { } - Method [ <internal:Core, inherits Exception> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { } } } |