From 5a6b77fef71ac1a2963f4c7cd113f976f295cdb8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 May 2020 12:13:37 +0200 Subject: v3.2.2 --- REFLECTION | 265 ++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 202 insertions(+), 63 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 8c33b92..fb5f152 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #113 yaf version 3.2.1 ] { +Extension [ extension #114 yaf version 3.2.2 ] { - Dependencies { Dependency [ spl (Required) ] @@ -37,7 +37,7 @@ Extension [ extension #113 yaf version 3.2.1 ] { } - Constants [13] { - Constant [ string YAF_VERSION ] { 3.2.1 } + Constant [ string YAF_VERSION ] { 3.2.2 } Constant [ string YAF_ENVIRON ] { product } Constant [ int YAF_ERR_STARTUP_FAILED ] { 512 } Constant [ int YAF_ERR_ROUTE_FAILED ] { 513 } @@ -202,7 +202,7 @@ Extension [ extension #113 yaf version 3.2.1 ] { - Properties [0] { } - - Methods [24] { + - Methods [25] { Method [ private method __construct ] { } @@ -240,6 +240,13 @@ Extension [ extension #113 yaf version 3.2.1 ] { } } + Method [ public method setResponse ] { + + - Parameters [1] { + Parameter #0 [ $response ] + } + } + Method [ public method getApplication ] { - Parameters [0] { @@ -485,7 +492,7 @@ Extension [ extension #113 yaf version 3.2.1 ] { - Properties [0] { } - - Methods [32] { + - Methods [39] { Method [ public method isGet ] { - Parameters [0] { @@ -540,6 +547,62 @@ Extension [ extension #113 yaf version 3.2.1 ] { } } + Method [ public method getQuery ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getRequest ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getPost ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getCookie ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getRaw ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getFiles ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + Method [ public method getServer ] { - Parameters [2] { @@ -670,26 +733,26 @@ Extension [ extension #113 yaf version 3.2.1 ] { } } - Method [ public method isDispatched ] { + Method [ final public method isDispatched ] { - Parameters [0] { } } - Method [ public method setDispatched ] { + Method [ final public method setDispatched ] { - Parameters [1] { Parameter #0 [ $dispatched ] } } - Method [ public method isRouted ] { + Method [ final public method isRouted ] { - Parameters [0] { } } - Method [ public method setRouted ] { + Method [ final public method setRouted ] { - Parameters [1] { Parameter #0 [ $flag ] @@ -698,7 +761,7 @@ Extension [ extension #113 yaf version 3.2.1 ] { } } - Class [ final class Yaf_Request_Http extends Yaf_Request_Abstract ] { + Class [ class Yaf_Request_Http extends Yaf_Request_Abstract ] { - Constants [0] { } @@ -713,30 +776,6 @@ Extension [ extension #113 yaf version 3.2.1 ] { } - Methods [40] { - Method [ public method getQuery ] { - } - - Method [ public method getRequest ] { - } - - Method [ public method getPost ] { - } - - Method [ public method getCookie ] { - } - - Method [ public method getRaw ] { - } - - Method [ public method getFiles ] { - } - - Method [ public method get ] { - } - - Method [ public method isXmlHttpRequest ] { - } - Method [ public method __construct ] { } @@ -788,6 +827,68 @@ Extension [ extension #113 yaf version 3.2.1 ] { } } + Method [ public method isXmlHttpRequest ] { + + - Parameters [0] { + } + } + + Method [ public method getQuery ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getRequest ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getPost ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getCookie ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getRaw ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getFiles ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + Method [ public method getServer ] { - Parameters [2] { @@ -918,26 +1019,26 @@ Extension [ extension #113 yaf version 3.2.1 ] { } } - Method [ public method isDispatched ] { + Method [ final public method isDispatched ] { - Parameters [0] { } } - Method [ public method setDispatched ] { + Method [ final public method setDispatched ] { - Parameters [1] { Parameter #0 [ $dispatched ] } } - Method [ public method isRouted ] { + Method [ final public method isRouted ] { - Parameters [0] { } } - Method [ public method setRouted ] { + Method [ final public method setRouted ] { - Parameters [1] { Parameter #0 [ $flag ] @@ -946,7 +1047,7 @@ Extension [ extension #113 yaf version 3.2.1 ] { } } - Class [ final class Yaf_Request_Simple extends Yaf_Request_Abstract ] { + Class [ class Yaf_Request_Simple extends Yaf_Request_Abstract ] { - Constants [2] { Constant [ public string SCHEME_HTTP ] { http } @@ -962,28 +1063,10 @@ Extension [ extension #113 yaf version 3.2.1 ] { - Properties [0] { } - - Methods [39] { + - Methods [40] { Method [ public method __construct ] { } - Method [ public method getQuery ] { - } - - Method [ public method getRequest ] { - } - - Method [ public method getPost ] { - } - - Method [ public method getCookie ] { - } - - Method [ public method getFiles ] { - } - - Method [ public method get ] { - } - Method [ public method isXmlHttpRequest ] { } @@ -1035,6 +1118,62 @@ Extension [ extension #113 yaf version 3.2.1 ] { } } + Method [ public method getQuery ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getRequest ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getPost ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getCookie ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getRaw ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method getFiles ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + Method [ public method getServer ] { - Parameters [2] { @@ -1165,26 +1304,26 @@ Extension [ extension #113 yaf version 3.2.1 ] { } } - Method [ public method isDispatched ] { + Method [ final public method isDispatched ] { - Parameters [0] { } } - Method [ public method setDispatched ] { + Method [ final public method setDispatched ] { - Parameters [1] { Parameter #0 [ $dispatched ] } } - Method [ public method isRouted ] { + Method [ final public method isRouted ] { - Parameters [0] { } } - Method [ public method setRouted ] { + Method [ final public method setRouted ] { - Parameters [1] { Parameter #0 [ $flag ] @@ -1264,7 +1403,7 @@ Extension [ extension #113 yaf version 3.2.1 ] { } } - Class [ final class Yaf_Response_Http extends Yaf_Response_Abstract ] { + Class [ class Yaf_Response_Http extends Yaf_Response_Abstract ] { - Constants [1] { Constant [ public string DEFAULT_BODY ] { content } @@ -2155,7 +2294,7 @@ Extension [ extension #113 yaf version 3.2.1 ] { } } - Class [ final class Yaf_View_Simple implements Yaf_View_Interface ] { + Class [ class Yaf_View_Simple implements Yaf_View_Interface ] { - Constants [0] { } -- cgit