From a27f9ff39cf2dd8cea75549efeaefc4482b9f2e3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Feb 2018 14:30:17 +0100 Subject: new package --- REFLECTION | 148 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..eae14f3 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,148 @@ +Extension [ extension #79 componere version 1.3.0 ] { + + - Classes [3] { + Class [ class Componere\Definition ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method __construct ] { + } + + 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 addProperty ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ Componere\Value $property ] + } + } + + Method [ public method addConstant ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ Componere\Value $property ] + } + } + + Method [ public method register ] { + + - Parameters [0] { + } + } + + Method [ public method getClosure ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getClosures ] { + + - Parameters [1] { + Parameter #0 [ $scope ] + } + } + } + } + + Class [ class Componere\Method ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Closure $closure ] + } + } + + Method [ public method setProtected ] { + + - Parameters [0] { + } + } + + Method [ public method setPrivate ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Componere\Value ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method setProtected ] { + + - Parameters [0] { + } + } + + Method [ public method setPrivate ] { + + - Parameters [0] { + } + } + } + } + } +} + -- cgit