From 5e1c0c39958f737f79a66c4a412f9a37090c00ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jun 2017 15:53:10 +0200 Subject: switch --- REFLECTION | 186 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 93 insertions(+), 93 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index cdec474..62a7fdd 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #198 yar version 1.2.5 ] { +Extension [ extension #175 yar version 2.0.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -33,7 +33,7 @@ Extension [ extension #198 yar version 1.2.5 ] { } - Constants [18] { - Constant [ string YAR_VERSION ] { 1.2.5 } + Constant [ string YAR_VERSION ] { 2.0.2 } Constant [ integer YAR_OPT_PACKAGER ] { 1 } Constant [ integer YAR_OPT_PERSISTENT ] { 2 } Constant [ integer YAR_OPT_TIMEOUT ] { 4 } @@ -49,7 +49,7 @@ Extension [ extension #198 yar version 1.2.5 ] { Constant [ integer YAR_ERR_TRANSPORT ] { 16 } Constant [ integer YAR_ERR_REQUEST ] { 4 } Constant [ integer YAR_ERR_PROTOCOL ] { 2 } - Constant [ integer YAR_ERR_PACKAGER ] { 64 } + Constant [ integer YAR_ERR_PACKAGER ] { 1 } Constant [ integer YAR_ERR_EXCEPTION ] { 64 } } @@ -188,7 +188,7 @@ Extension [ extension #198 yar version 1.2.5 ] { } } - Class [ class Yar_Server_Exception extends Exception ] { + Class [ class Yar_Server_Exception extends Exception implements Throwable ] { - Constants [0] { } @@ -211,7 +211,7 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method getType ] { } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -223,33 +223,33 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + 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 ] { } } } - Class [ class Yar_Server_Request_Exception extends Yar_Server_Exception ] { + Class [ class Yar_Server_Request_Exception extends Yar_Server_Exception implements Throwable ] { - Constants [0] { } @@ -271,7 +271,7 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method getType ] { } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -283,33 +283,33 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + 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 ] { } } } - Class [ class Yar_Server_Protocol_Exception extends Yar_Server_Exception ] { + Class [ class Yar_Server_Protocol_Exception extends Yar_Server_Exception implements Throwable ] { - Constants [0] { } @@ -331,7 +331,7 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method getType ] { } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -343,33 +343,33 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + 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 ] { } } } - Class [ class Yar_Server_Packager_Exception extends Yar_Server_Exception ] { + Class [ class Yar_Server_Packager_Exception extends Yar_Server_Exception implements Throwable ] { - Constants [0] { } @@ -391,7 +391,7 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method getType ] { } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -403,33 +403,33 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + 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 ] { } } } - Class [ class Yar_Server_Output_Exception extends Yar_Server_Exception ] { + Class [ class Yar_Server_Output_Exception extends Yar_Server_Exception implements Throwable ] { - Constants [0] { } @@ -451,7 +451,7 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method getType ] { } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -463,33 +463,33 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + 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 ] { } } } - Class [ class Yar_Client_Exception extends Exception ] { + Class [ class Yar_Client_Exception extends Exception implements Throwable ] { - Constants [0] { } @@ -511,7 +511,7 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method getType ] { } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -523,33 +523,33 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + 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 ] { } } } - Class [ class Yar_Client_Transport_Exception extends Yar_Client_Exception ] { + Class [ class Yar_Client_Transport_Exception extends Yar_Client_Exception implements Throwable ] { - Constants [0] { } @@ -571,7 +571,7 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method getType ] { } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -583,33 +583,33 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + 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 ] { } } } - Class [ class Yar_Client_Packager_Exception extends Yar_Client_Exception ] { + Class [ class Yar_Client_Packager_Exception extends Yar_Client_Exception implements Throwable ] { - Constants [0] { } @@ -631,7 +631,7 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method getType ] { } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -643,33 +643,33 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + 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 ] { } } } - Class [ class Yar_Client_Protocol_Exception extends Yar_Client_Exception ] { + Class [ class Yar_Client_Protocol_Exception extends Yar_Client_Exception implements Throwable ] { - Constants [0] { } @@ -691,7 +691,7 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method getType ] { } - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -703,28 +703,28 @@ Extension [ extension #198 yar version 1.2.5 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + 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