From 50ba9c1188ef4906e4d45fb043fc8205d0a986f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Apr 2020 11:53:59 +0200 Subject: v3.2.1 --- REFLECTION | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a99df31..8c33b92 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #113 yaf version 3.2.0 ] { +Extension [ extension #113 yaf version 3.2.1 ] { - Dependencies { Dependency [ spl (Required) ] @@ -37,7 +37,7 @@ Extension [ extension #113 yaf version 3.2.0 ] { } - Constants [13] { - Constant [ string YAF_VERSION ] { 3.2.0 } + Constant [ string YAF_VERSION ] { 3.2.1 } Constant [ string YAF_ENVIRON ] { product } Constant [ int YAF_ERR_STARTUP_FAILED ] { 512 } Constant [ int YAF_ERR_ROUTE_FAILED ] { 513 } @@ -202,7 +202,7 @@ Extension [ extension #113 yaf version 3.2.0 ] { - Properties [0] { } - - Methods [23] { + - Methods [24] { Method [ private method __construct ] { } @@ -252,6 +252,12 @@ Extension [ extension #113 yaf version 3.2.0 ] { } } + Method [ public method getResponse ] { + + - Parameters [0] { + } + } + Method [ public method getRequest ] { - Parameters [0] { -- cgit