summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-01 17:58:21 +0100
committerRemi Collet <remi@remirepo.net>2018-01-01 17:58:21 +0100
commit01335d75ff561c613932741210a759df4898b5ff (patch)
treebe735c61a096bfb578824b186329490d2f626fb5 /REFLECTION
parent4cbce24b7f2b4c14448129603a5ee9642afd3e97 (diff)
v3.0.6
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION18
1 files changed, 9 insertions, 9 deletions
diff --git a/REFLECTION b/REFLECTION
index b2271a1..fe80bd1 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #159 yaf version 3.0.5 ] {
+Extension [ <persistent> extension #169 yaf version 3.0.6 ] {
- Dependencies {
Dependency [ spl (Required) ]
@@ -40,7 +40,7 @@ Extension [ <persistent> 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 [ <persistent> extension #159 yaf version 3.0.5 ] {
Class [ <internal:yaf> 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 [ <persistent> extension #159 yaf version 3.0.5 ] {
Class [ <internal:yaf> 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 [ <persistent> extension #159 yaf version 3.0.5 ] {
Class [ <internal:yaf> 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 [ <persistent> extension #159 yaf version 3.0.5 ] {
Class [ <internal:yaf> 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 [ <persistent> extension #159 yaf version 3.0.5 ] {
Class [ <internal:yaf> class Yaf_Response_Cli extends Yaf_Response_Abstract ] {
- Constants [1] {
- Constant [ string DEFAULT_BODY ] { content }
+ Constant [ public string DEFAULT_BODY ] { content }
}
- Static properties [0] {