From ce34db58f37f002706fec0d5327641eddb9e8061 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 May 2022 08:03:50 +0200 Subject: update to 3.3.5 --- REFLECTION | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index d8cd5cd..8f156d8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 yaf version 3.3.4 ] { +Extension [ extension #120 yaf version 3.3.5 ] { - Dependencies { Dependency [ spl (Required) ] @@ -37,7 +37,7 @@ Extension [ extension #120 yaf version 3.3.4 ] { } - Constants [13] { - Constant [ string YAF_VERSION ] { 3.3.4 } + Constant [ string YAF_VERSION ] { 3.3.5 } Constant [ string YAF_ENVIRON ] { product } Constant [ int YAF_ERR_STARTUP_FAILED ] { 512 } Constant [ int YAF_ERR_ROUTE_FAILED ] { 513 } @@ -61,19 +61,26 @@ Extension [ extension #120 yaf version 3.3.4 ] { - Static properties [0] { } - - Static methods [1] { + - Static methods [2] { Method [ static public method app ] { - Parameters [0] { } - Return [ ?object ] } + + Method [ static public method getInstance ] { + + - Parameters [0] { + } + - Return [ ?object ] + } } - Properties [0] { } - - Methods [14] { + - Methods [13] { Method [ public method __construct ] { - Parameters [2] { @@ -167,13 +174,6 @@ Extension [ extension #120 yaf version 3.3.4 ] { } - Return [ ?object ] } - - Method [ public method getInstance ] { - - - Parameters [0] { - } - - Return [ ?object ] - } } } -- cgit