From 520be499d9b5c080ef2b0be04a75fc75d9822e1d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 25 Jun 2017 08:08:02 +0200 Subject: switch --- REFLECTION | 219 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 108 insertions(+), 111 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 41119bf..b4a9156 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #178 yaf version 2.3.5 ] { +Extension [ extension #128 yaf version 3.0.4 ] { - Dependencies { Dependency [ spl (Required) ] @@ -28,9 +28,6 @@ Extension [ extension #178 yaf version 2.3.5 ] { Entry [ yaf.name_separator ] Current = '' } - Entry [ yaf.cache_config ] - Current = '0' - } Entry [ yaf.st_compatible ] Current = '0' } @@ -43,7 +40,7 @@ Extension [ extension #178 yaf version 2.3.5 ] { } - Constants [12] { - Constant [ string YAF_VERSION ] { 2.3.5 } + Constant [ string YAF_VERSION ] { 3.0.4 } Constant [ string YAF_ENVIRON ] { product } Constant [ integer YAF_ERR_STARTUP_FAILED ] { 512 } Constant [ integer YAF_ERR_ROUTE_FAILED ] { 513 } @@ -2372,7 +2369,7 @@ Extension [ extension #178 yaf version 2.3.5 ] { } } - Class [ final class Yaf_Route_Rewrite extends Yaf_Route_Interface implements Yaf_Route_Interface ] { + Class [ final class Yaf_Route_Rewrite implements Yaf_Route_Interface ] { - Constants [0] { } @@ -2399,14 +2396,14 @@ Extension [ extension #178 yaf version 2.3.5 ] { } } - Method [ public method route ] { + Method [ public method route ] { - Parameters [1] { Parameter #0 [ $request ] } } - Method [ public method assemble ] { + Method [ public method assemble ] { - Parameters [2] { Parameter #0 [ array $info ] @@ -2416,7 +2413,7 @@ Extension [ extension #178 yaf version 2.3.5 ] { } } - Class [ final class Yaf_Route_Regex extends Yaf_Route_Interface implements Yaf_Route_Interface ] { + Class [ final class Yaf_Route_Regex implements Yaf_Route_Interface ] { - Constants [0] { } @@ -2447,14 +2444,14 @@ Extension [ extension #178 yaf version 2.3.5 ] { } } - Method [ public method route ] { + Method [ public method route ] { - Parameters [1] { Parameter #0 [ $request ] } } - Method [ public method assemble ] { + Method [ public method assemble ] { - Parameters [2] { Parameter #0 [ array $info ] @@ -2804,7 +2801,7 @@ Extension [ extension #178 yaf version 2.3.5 ] { } } - Class [ class Yaf_Exception extends Exception ] { + Class [ class Yaf_Exception extends Exception implements Throwable ] { - Constants [0] { } @@ -2824,7 +2821,7 @@ Extension [ extension #178 yaf version 2.3.5 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -2836,33 +2833,33 @@ Extension [ extension #178 yaf version 2.3.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 Yaf_Exception_StartupError extends Yaf_Exception ] { + Class [ class Yaf_Exception_StartupError extends Yaf_Exception implements Throwable ] { - Constants [0] { } @@ -2882,7 +2879,7 @@ Extension [ extension #178 yaf version 2.3.5 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -2894,33 +2891,33 @@ Extension [ extension #178 yaf version 2.3.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 Yaf_Exception_RouterFailed extends Yaf_Exception ] { + Class [ class Yaf_Exception_RouterFailed extends Yaf_Exception implements Throwable ] { - Constants [0] { } @@ -2940,7 +2937,7 @@ Extension [ extension #178 yaf version 2.3.5 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -2952,33 +2949,33 @@ Extension [ extension #178 yaf version 2.3.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 Yaf_Exception_DispatchFailed extends Yaf_Exception ] { + Class [ class Yaf_Exception_DispatchFailed extends Yaf_Exception implements Throwable ] { - Constants [0] { } @@ -2998,7 +2995,7 @@ Extension [ extension #178 yaf version 2.3.5 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -3010,33 +3007,33 @@ Extension [ extension #178 yaf version 2.3.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 Yaf_Exception_LoadFailed extends Yaf_Exception ] { + Class [ class Yaf_Exception_LoadFailed extends Yaf_Exception implements Throwable ] { - Constants [0] { } @@ -3056,7 +3053,7 @@ Extension [ extension #178 yaf version 2.3.5 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -3068,33 +3065,33 @@ Extension [ extension #178 yaf version 2.3.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 Yaf_Exception_LoadFailed_Module extends Yaf_Exception_LoadFailed ] { + Class [ class Yaf_Exception_LoadFailed_Module extends Yaf_Exception_LoadFailed implements Throwable ] { - Constants [0] { } @@ -3114,7 +3111,7 @@ Extension [ extension #178 yaf version 2.3.5 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -3126,33 +3123,33 @@ Extension [ extension #178 yaf version 2.3.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 Yaf_Exception_LoadFailed_Controller extends Yaf_Exception_LoadFailed ] { + Class [ class Yaf_Exception_LoadFailed_Controller extends Yaf_Exception_LoadFailed implements Throwable ] { - Constants [0] { } @@ -3172,7 +3169,7 @@ Extension [ extension #178 yaf version 2.3.5 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -3184,33 +3181,33 @@ Extension [ extension #178 yaf version 2.3.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 Yaf_Exception_LoadFailed_Action extends Yaf_Exception_LoadFailed ] { + Class [ class Yaf_Exception_LoadFailed_Action extends Yaf_Exception_LoadFailed implements Throwable ] { - Constants [0] { } @@ -3230,7 +3227,7 @@ Extension [ extension #178 yaf version 2.3.5 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -3242,33 +3239,33 @@ Extension [ extension #178 yaf version 2.3.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 Yaf_Exception_LoadFailed_View extends Yaf_Exception_LoadFailed ] { + Class [ class Yaf_Exception_LoadFailed_View extends Yaf_Exception_LoadFailed implements Throwable ] { - Constants [0] { } @@ -3288,7 +3285,7 @@ Extension [ extension #178 yaf version 2.3.5 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -3300,33 +3297,33 @@ Extension [ extension #178 yaf version 2.3.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 Yaf_Exception_TypeError extends Yaf_Exception ] { + Class [ class Yaf_Exception_TypeError extends Yaf_Exception implements Throwable ] { - Constants [0] { } @@ -3346,7 +3343,7 @@ Extension [ extension #178 yaf version 2.3.5 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] @@ -3358,28 +3355,28 @@ Extension [ extension #178 yaf version 2.3.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