From bdeede603c8cc5b0c08842526eea11326c5d121f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Dec 2020 10:56:15 +0100 Subject: update to 0.9.2 --- REFLECTION | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 19803d5..34e0890 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #113 handlebars version 0.9.1 ] { +Extension [ extension #117 handlebars version 0.9.2 ] { - Dependencies { Dependency [ psr (Optional) ] @@ -36,8 +36,8 @@ Extension [ extension #113 handlebars version 0.9.1 ] { - Constants [4] { Constant [ int Handlebars\PSR ] { 1 } - Constant [ string Handlebars\VERSION ] { 0.9.1 } - Constant [ string Handlebars\LIBVERSION ] { 0.7.1 } + Constant [ string Handlebars\VERSION ] { 0.9.2 } + Constant [ string Handlebars\LIBVERSION ] { 0.7.3 } Constant [ null Handlebars\CACHE_BACKEND ] { } } @@ -112,7 +112,7 @@ Extension [ extension #113 handlebars version 0.9.1 ] { - Properties [0] { } - - Methods [22] { + - Methods [25] { Method [ public method __construct ] { - Parameters [3] { @@ -234,6 +234,25 @@ Extension [ extension #113 handlebars version 0.9.1 ] { } } + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + } + + Method [ public method __debugInfo ] { + + - Parameters [0] { + } + } + Method [ public method getIterator ] { - Parameters [0] { @@ -243,7 +262,7 @@ Extension [ extension #113 handlebars version 0.9.1 ] { Method [ public method exchangeArray ] { - Parameters [1] { - Parameter #0 [ $array ] + Parameter #0 [ $input ] } } @@ -430,7 +449,7 @@ Extension [ extension #113 handlebars version 0.9.1 ] { - Return [ Handlebars\Impl ] } - Method [ public method setLogger ] { + Method [ public method setLogger ] { - Parameters [1] { Parameter #0 [ Psr\Log\LoggerInterface $logger ] @@ -1228,7 +1247,7 @@ Extension [ extension #113 handlebars version 0.9.1 ] { - Return [ Handlebars\Impl ] } - Method [ public method setLogger ] { + Method [ public method setLogger ] { - Parameters [1] { Parameter #0 [ Psr\Log\LoggerInterface $logger ] -- cgit