From 8b5e1ccca72b2fe7f2ee1cb57544782132f3e4ff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Feb 2018 15:49:59 +0100 Subject: v2.0.0 --- REFLECTION | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 120 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index eae14f3..1278da4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,7 @@ -Extension [ extension #79 componere version 1.3.0 ] { +Extension [ extension #79 componere version 2.0.0 ] { - - Classes [3] { - Class [ class Componere\Definition ] { + - Classes [5] { + Class [ abstract class Componere\Abstract\Definition ] { - Constants [0] { } @@ -15,10 +15,7 @@ Extension [ extension #79 componere version 1.3.0 ] { - Properties [0] { } - - Methods [8] { - Method [ public method __construct ] { - } - + - Methods [3] { Method [ public method addMethod ] { - Parameters [2] { @@ -34,6 +31,33 @@ Extension [ extension #79 componere version 1.3.0 ] { } } + Method [ public method addInterface ] { + + - Parameters [1] { + Parameter #0 [ $interface ] + } + } + } + } + + Class [ class Componere\Definition extends Componere\Abstract\Definition ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method __construct ] { + } + Method [ public method addProperty ] { - Parameters [2] { @@ -50,12 +74,67 @@ Extension [ extension #79 componere version 1.3.0 ] { } } + Method [ public method getClosure ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getClosures ] { + + - Parameters [0] { + } + } + Method [ public method register ] { - Parameters [0] { } } + Method [ public method addMethod ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ Componere\Method $method ] + } + } + + Method [ public method addTrait ] { + + - Parameters [1] { + Parameter #0 [ $trait ] + } + } + + Method [ public method addInterface ] { + + - Parameters [1] { + Parameter #0 [ $interface ] + } + } + } + } + + Class [ class Componere\Patch extends Componere\Abstract\Definition ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method __construct ] { + } + Method [ public method getClosure ] { - Parameters [1] { @@ -65,8 +144,41 @@ Extension [ extension #79 componere version 1.3.0 ] { Method [ public method getClosures ] { + - Parameters [0] { + } + } + + Method [ public method apply ] { + + - Parameters [0] { + } + } + + Method [ public method revert ] { + + - Parameters [0] { + } + } + + Method [ public method addMethod ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ Componere\Method $method ] + } + } + + Method [ public method addTrait ] { + + - Parameters [1] { + Parameter #0 [ $trait ] + } + } + + Method [ public method addInterface ] { + - Parameters [1] { - Parameter #0 [ $scope ] + Parameter #0 [ $interface ] } } } -- cgit