From 155752b024527ff9332cba999e0f132ac3ce5b1d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Mar 2018 07:47:31 +0100 Subject: v3.0.7 --- REFLECTION | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index fe80bd1..23b228d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #169 yaf version 3.0.6 ] { +Extension [ extension #170 yaf version 3.0.7 ] { - Dependencies { Dependency [ spl (Required) ] @@ -40,7 +40,7 @@ Extension [ 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 [ extension #169 yaf version 3.0.6 ] { Property [ protected $routed ] } - - Methods [39] { + - Methods [40] { Method [ public method getQuery ] { } @@ -739,6 +739,9 @@ Extension [ extension #169 yaf version 3.0.6 ] { Method [ public method getCookie ] { } + Method [ public method getRaw ] { + } + Method [ public method getFiles ] { } -- cgit