diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-28 15:49:59 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-28 15:49:59 +0100 |
commit | 8b5e1ccca72b2fe7f2ee1cb57544782132f3e4ff (patch) | |
tree | 351d7f7f097f5203bdd6366b6f480b5cdd8049f1 /REFLECTION | |
parent | a27f9ff39cf2dd8cea75549efeaefc4482b9f2e3 (diff) |
v2.0.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 128 |
1 files changed, 120 insertions, 8 deletions
@@ -1,7 +1,7 @@ -Extension [ <persistent> extension #79 componere version 1.3.0 ] { +Extension [ <persistent> extension #79 componere version 2.0.0 ] { - - Classes [3] { - Class [ <internal:componere> class Componere\Definition ] { + - Classes [5] { + Class [ <internal:componere> abstract class Componere\Abstract\Definition ] { - Constants [0] { } @@ -15,10 +15,7 @@ Extension [ <persistent> extension #79 componere version 1.3.0 ] { - Properties [0] { } - - Methods [8] { - Method [ <internal:componere, ctor> public method __construct ] { - } - + - Methods [3] { Method [ <internal:componere> public method addMethod ] { - Parameters [2] { @@ -34,6 +31,33 @@ Extension [ <persistent> extension #79 componere version 1.3.0 ] { } } + Method [ <internal:componere> public method addInterface ] { + + - Parameters [1] { + Parameter #0 [ <required> $interface ] + } + } + } + } + + Class [ <internal:componere> class Componere\Definition extends Componere\Abstract\Definition ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ <internal:componere, ctor> public method __construct ] { + } + Method [ <internal:componere> public method addProperty ] { - Parameters [2] { @@ -50,12 +74,67 @@ Extension [ <persistent> extension #79 componere version 1.3.0 ] { } } + Method [ <internal:componere> public method getClosure ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:componere> public method getClosures ] { + + - Parameters [0] { + } + } + Method [ <internal:componere> public method register ] { - Parameters [0] { } } + Method [ <internal:componere, inherits Componere\Abstract\Definition> public method addMethod ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> Componere\Method $method ] + } + } + + Method [ <internal:componere, inherits Componere\Abstract\Definition> public method addTrait ] { + + - Parameters [1] { + Parameter #0 [ <required> $trait ] + } + } + + Method [ <internal:componere, inherits Componere\Abstract\Definition> public method addInterface ] { + + - Parameters [1] { + Parameter #0 [ <required> $interface ] + } + } + } + } + + Class [ <internal:componere> class Componere\Patch extends Componere\Abstract\Definition ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ <internal:componere, ctor> public method __construct ] { + } + Method [ <internal:componere> public method getClosure ] { - Parameters [1] { @@ -65,8 +144,41 @@ Extension [ <persistent> extension #79 componere version 1.3.0 ] { Method [ <internal:componere> public method getClosures ] { + - Parameters [0] { + } + } + + Method [ <internal:componere> public method apply ] { + + - Parameters [0] { + } + } + + Method [ <internal:componere> public method revert ] { + + - Parameters [0] { + } + } + + Method [ <internal:componere, inherits Componere\Abstract\Definition> public method addMethod ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> Componere\Method $method ] + } + } + + Method [ <internal:componere, inherits Componere\Abstract\Definition> public method addTrait ] { + + - Parameters [1] { + Parameter #0 [ <required> $trait ] + } + } + + Method [ <internal:componere, inherits Componere\Abstract\Definition> public method addInterface ] { + - Parameters [1] { - Parameter #0 [ <optional> $scope ] + Parameter #0 [ <required> $interface ] } } } |