diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-25 15:02:37 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-25 15:02:37 +0200 |
commit | 9d9bb3e178eca33546fcc6a87d5342ef9474f383 (patch) | |
tree | 480f0db513407582970bbc7e41bf61a558d42863 /REFLECTION | |
parent | badda447339f056d577d9b1ce71e2e0aaad470d1 (diff) |
switch
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 33 |
1 files changed, 15 insertions, 18 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #111 OAuth version 1.2.3 ] { +Extension [ <persistent> extension #71 OAuth version 2.0.2 ] { - Constants [32] { Constant [ string OAUTH_SIG_METHOD_HMACSHA1 ] { HMAC-SHA1 } @@ -70,7 +70,7 @@ Extension [ <persistent> extension #111 OAuth version 1.2.3 ] { Property [ <default> public $debugInfo ] } - - Methods [27] { + - Methods [26] { Method [ <internal:OAuth, ctor> public method __construct ] { - Parameters [4] { @@ -257,16 +257,10 @@ Extension [ <persistent> extension #111 OAuth version 1.2.3 ] { Parameter #2 [ <optional> $extra_parameters ] } } - - Method [ <internal:OAuth, dtor> public method __destruct ] { - - - Parameters [0] { - } - } } } - Class [ <internal:OAuth> class OAuthException extends Exception ] { + Class [ <internal:OAuth> class OAuthException extends Exception implements Throwable ] { - Constants [0] { } @@ -286,7 +280,7 @@ Extension [ <persistent> extension #111 OAuth version 1.2.3 ] { Property [ <default> public $debugInfo ] } - - Methods [9] { + - Methods [10] { Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -296,28 +290,31 @@ Extension [ <persistent> extension #111 OAuth version 1.2.3 ] { } } - Method [ <internal:Core, inherits Exception> final public method getMessage ] { + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + 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 ] { } } } |