diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #169 yaf version 3.0.6 ] { +Extension [ <persistent> extension #170 yaf version 3.0.7 ] { - Dependencies { Dependency [ spl (Required) ] @@ -40,7 +40,7 @@ Extension [ <persistent> extension #169 yaf version 3.0.6 ] { } - Constants [12] { - Constant [ string YAF_VERSION ] { 3.0.6 } + Constant [ string YAF_VERSION ] { 3.0.7 } Constant [ string YAF_ENVIRON ] { product } Constant [ integer YAF_ERR_STARTUP_FAILED ] { 512 } Constant [ integer YAF_ERR_ROUTE_FAILED ] { 513 } @@ -726,7 +726,7 @@ Extension [ <persistent> extension #169 yaf version 3.0.6 ] { Property [ <default> protected $routed ] } - - Methods [39] { + - Methods [40] { Method [ <internal:yaf> public method getQuery ] { } @@ -739,6 +739,9 @@ Extension [ <persistent> extension #169 yaf version 3.0.6 ] { Method [ <internal:yaf> public method getCookie ] { } + Method [ <internal:yaf> public method getRaw ] { + } + Method [ <internal:yaf> public method getFiles ] { } |