From 9d9bb3e178eca33546fcc6a87d5342ef9474f383 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 Aug 2017 15:02:37 +0200 Subject: switch --- REFLECTION | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 28242cf..33e4908 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #111 OAuth version 1.2.3 ] { +Extension [ extension #71 OAuth version 2.0.2 ] { - Constants [32] { Constant [ string OAUTH_SIG_METHOD_HMACSHA1 ] { HMAC-SHA1 } @@ -70,7 +70,7 @@ Extension [ extension #111 OAuth version 1.2.3 ] { Property [ public $debugInfo ] } - - Methods [27] { + - Methods [26] { Method [ public method __construct ] { - Parameters [4] { @@ -257,16 +257,10 @@ Extension [ extension #111 OAuth version 1.2.3 ] { Parameter #2 [ $extra_parameters ] } } - - Method [ public method __destruct ] { - - - Parameters [0] { - } - } } } - Class [ class OAuthException extends Exception ] { + Class [ class OAuthException extends Exception implements Throwable ] { - Constants [0] { } @@ -286,7 +280,7 @@ Extension [ extension #111 OAuth version 1.2.3 ] { Property [ public $debugInfo ] } - - Methods [9] { + - Methods [10] { Method [ public method __construct ] { - Parameters [3] { @@ -296,28 +290,31 @@ Extension [ extension #111 OAuth version 1.2.3 ] { } } - Method [ final public method getMessage ] { + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } -- cgit