From 5cbbd2cc24147b792f7559ff1a6c2e8db5bd7fe6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Mar 2018 16:03:11 +0100 Subject: v2.1.0 --- REFLECTION | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 59 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 041ae0e..39f593f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,8 @@ -Extension [ extension #79 componere version 2.0.1 ] { +Extension [ extension #79 componere version 2.1.0 ] { + + - Dependencies { + Dependency [ reflection (Required) ] + } - Classes [5] { Class [ abstract final class Componere\Abstract\Definition ] { @@ -15,7 +19,7 @@ Extension [ extension #79 componere version 2.0.1 ] { - Properties [0] { } - - Methods [3] { + - Methods [4] { Method [ public method addMethod ] { - Parameters [2] { @@ -37,6 +41,12 @@ Extension [ extension #79 componere version 2.0.1 ] { Parameter #0 [ $interface ] } } + + Method [ public method getReflector ] { + + - Parameters [0] { + } + } } } @@ -54,7 +64,7 @@ Extension [ extension #79 componere version 2.0.1 ] { - Properties [0] { } - - Methods [10] { + - Methods [11] { Method [ public method __construct ] { } @@ -120,6 +130,12 @@ Extension [ extension #79 componere version 2.0.1 ] { Parameter #0 [ $interface ] } } + + Method [ public method getReflector ] { + + - Parameters [0] { + } + } } } @@ -137,7 +153,7 @@ Extension [ extension #79 componere version 2.0.1 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ public method __construct ] { } @@ -193,6 +209,12 @@ Extension [ extension #79 componere version 2.0.1 ] { Parameter #0 [ $interface ] } } + + Method [ public method getReflector ] { + + - Parameters [0] { + } + } } } @@ -210,7 +232,7 @@ Extension [ extension #79 componere version 2.0.1 ] { - Properties [0] { } - - Methods [4] { + - Methods [5] { Method [ public method __construct ] { - Parameters [1] { @@ -235,6 +257,12 @@ Extension [ extension #79 componere version 2.0.1 ] { - Parameters [0] { } } + + Method [ public method getReflector ] { + + - Parameters [0] { + } + } } } @@ -252,11 +280,11 @@ Extension [ extension #79 componere version 2.0.1 ] { - Properties [0] { } - - Methods [4] { + - Methods [8] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ $value ] } } @@ -277,6 +305,30 @@ Extension [ extension #79 componere version 2.0.1 ] { - Parameters [0] { } } + + Method [ public method isProtected ] { + + - Parameters [0] { + } + } + + Method [ public method isPrivate ] { + + - Parameters [0] { + } + } + + Method [ public method isStatic ] { + + - Parameters [0] { + } + } + + Method [ public method hasDefault ] { + + - Parameters [0] { + } + } } } } -- cgit