diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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] { |