From 5a7190c571efb34b4dda81724318070d2a65579c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Feb 2019 11:20:30 +0100 Subject: update to 3.0.0 raise dependency on PHP 7.1 --- REFLECTION | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index d0cf1c2..38716ae 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #79 componere version 2.1.3 ] { +Extension [ extension #81 componere version 3.0.0 ] { - Dependencies { Dependency [ reflection (Required) ] @@ -81,7 +81,7 @@ Extension [ extension #79 componere version 2.1.3 ] { - Properties [0] { } - - Methods [11] { + - Methods [12] { Method [ public method __construct ] { } @@ -101,6 +101,14 @@ Extension [ extension #79 componere version 2.1.3 ] { } } + Method [ public method setConstant ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $property ] + } + } + Method [ public method getClosure ] { - Parameters [1] { @@ -256,7 +264,7 @@ Extension [ extension #79 componere version 2.1.3 ] { - Properties [0] { } - - Methods [5] { + - Methods [6] { Method [ public method __construct ] { - Parameters [1] { @@ -282,6 +290,12 @@ Extension [ extension #79 componere version 2.1.3 ] { } } + Method [ public method setFinal ] { + + - Parameters [0] { + } + } + Method [ public method getReflector ] { - Parameters [0] { -- cgit