From ef6ddbb2306de2881f45838c393a4beea9d32c4d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Feb 2021 08:58:56 +0100 Subject: update to 1.8.0alpha3 --- REFLECTION | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 9e77849..54fd891 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #75 ice version 1.8.0alpha2 ] { +Extension [ extension #75 ice version 1.8.0alpha3 ] { - Dependencies { } @@ -8983,8 +8983,9 @@ Extension [ extension #75 ice version 1.8.0alpha2 ] { Method [ public method resolve ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $service ] + Parameter #1 [ string $key ] } } @@ -11365,7 +11366,14 @@ Extension [ extension #75 ice version 1.8.0alpha2 ] { Property [ protected $prefixes ] } - - Methods [5] { + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $prefixes ] + } + } + Method [ public method register ] { - Parameters [0] { @@ -15896,7 +15904,7 @@ Extension [ extension #75 ice version 1.8.0alpha2 ] { Constant [ public int MINOR ] { 8 } Constant [ public int PATCH ] { 0 } Constant [ public int STAGE ] { 1 } - Constant [ public int BUILD ] { 2 } + Constant [ public int BUILD ] { 3 } } - Static properties [0] { -- cgit