From 49fe5ee00e8105afdfc72b66fa505fc7f108396b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 12 Sep 2020 09:05:12 +0200 Subject: update to 1.6.2 open https://github.com/ice/framework/issues/280 broken archive --- REFLECTION | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 50 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 18158fa..0e05be5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #76 ice version 1.6.1 ] { +Extension [ extension #76 ice version 1.6.2 ] { - Dependencies { } @@ -986,7 +986,7 @@ Extension [ extension #76 ice version 1.6.1 ] { Property [ protected $isLoaded ] } - - Methods [62] { + - Methods [63] { Method [ public method getDi ] { } @@ -1156,6 +1156,13 @@ Extension [ extension #76 ice version 1.6.1 ] { } } + Method [ public method loaded ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method getError ] { } @@ -3423,7 +3430,7 @@ Extension [ extension #76 ice version 1.6.1 ] { Property [ protected $userClass ] } - - Methods [63] { + - Methods [64] { Method [ public method initialize ] { } @@ -3596,6 +3603,13 @@ Extension [ extension #76 ice version 1.6.1 ] { } } + Method [ public method loaded ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method getError ] { } @@ -3905,7 +3919,7 @@ Extension [ extension #76 ice version 1.6.1 ] { Property [ protected $roleClass ] } - - Methods [63] { + - Methods [64] { Method [ public method initialize ] { } @@ -4078,6 +4092,13 @@ Extension [ extension #76 ice version 1.6.1 ] { } } + Method [ public method loaded ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method getError ] { } @@ -4389,7 +4410,7 @@ Extension [ extension #76 ice version 1.6.1 ] { Property [ protected $socialClass ] } - - Methods [65] { + - Methods [66] { Method [ public method initialize ] { } @@ -4572,6 +4593,13 @@ Extension [ extension #76 ice version 1.6.1 ] { } } + Method [ public method loaded ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method getError ] { } @@ -4880,7 +4908,7 @@ Extension [ extension #76 ice version 1.6.1 ] { Property [ protected $userClass ] } - - Methods [64] { + - Methods [65] { Method [ public method initialize ] { } @@ -5056,6 +5084,13 @@ Extension [ extension #76 ice version 1.6.1 ] { } } + Method [ public method loaded ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method getError ] { } @@ -5364,7 +5399,7 @@ Extension [ extension #76 ice version 1.6.1 ] { Property [ protected $userClass ] } - - Methods [65] { + - Methods [66] { Method [ public method initialize ] { } @@ -5547,6 +5582,13 @@ Extension [ extension #76 ice version 1.6.1 ] { } } + Method [ public method loaded ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method getError ] { } @@ -14649,7 +14691,7 @@ Extension [ extension #76 ice version 1.6.1 ] { Constant [ public int STABLE ] { 4 } Constant [ public int MAJOR ] { 1 } Constant [ public int MINOR ] { 6 } - Constant [ public int PATCH ] { 1 } + Constant [ public int PATCH ] { 2 } Constant [ public int STAGE ] { 4 } Constant [ public int BUILD ] { 0 } } -- cgit