From 01335d75ff561c613932741210a759df4898b5ff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Jan 2018 17:58:21 +0100 Subject: v3.0.6 --- REFLECTION | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b2271a1..fe80bd1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #159 yaf version 3.0.5 ] { +Extension [ extension #169 yaf version 3.0.6 ] { - Dependencies { Dependency [ spl (Required) ] @@ -40,7 +40,7 @@ Extension [ extension #159 yaf version 3.0.5 ] { } - Constants [12] { - Constant [ string YAF_VERSION ] { 3.0.5 } + Constant [ string YAF_VERSION ] { 3.0.6 } Constant [ string YAF_ENVIRON ] { product } Constant [ integer YAF_ERR_STARTUP_FAILED ] { 512 } Constant [ integer YAF_ERR_ROUTE_FAILED ] { 513 } @@ -474,8 +474,8 @@ Extension [ extension #159 yaf version 3.0.5 ] { Class [ abstract class Yaf_Request_Abstract ] { - Constants [2] { - Constant [ string SCHEME_HTTP ] { http } - Constant [ string SCHEME_HTTPS ] { https } + Constant [ public string SCHEME_HTTP ] { http } + Constant [ public string SCHEME_HTTPS ] { https } } - Static properties [0] { @@ -953,8 +953,8 @@ Extension [ extension #159 yaf version 3.0.5 ] { Class [ final class Yaf_Request_Simple extends Yaf_Request_Abstract ] { - Constants [2] { - Constant [ string SCHEME_HTTP ] { http } - Constant [ string SCHEME_HTTPS ] { https } + Constant [ public string SCHEME_HTTP ] { http } + Constant [ public string SCHEME_HTTPS ] { https } } - Static properties [0] { @@ -1204,7 +1204,7 @@ Extension [ extension #159 yaf version 3.0.5 ] { Class [ abstract class Yaf_Response_Abstract ] { - Constants [1] { - Constant [ string DEFAULT_BODY ] { content } + Constant [ public string DEFAULT_BODY ] { content } } - Static properties [0] { @@ -1287,7 +1287,7 @@ Extension [ extension #159 yaf version 3.0.5 ] { Class [ class Yaf_Response_Http extends Yaf_Response_Abstract ] { - Constants [1] { - Constant [ string DEFAULT_BODY ] { content } + Constant [ public string DEFAULT_BODY ] { content } } - Static properties [0] { @@ -1405,7 +1405,7 @@ Extension [ extension #159 yaf version 3.0.5 ] { Class [ class Yaf_Response_Cli extends Yaf_Response_Abstract ] { - Constants [1] { - Constant [ string DEFAULT_BODY ] { content } + Constant [ public string DEFAULT_BODY ] { content } } - Static properties [0] { -- cgit