diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 148 | 
1 files changed, 148 insertions, 0 deletions
| diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..eae14f3 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,148 @@ +Extension [ <persistent> extension #79 componere version 1.3.0 ] { + +  - Classes [3] { +    Class [ <internal:componere> class Componere\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 addMethod ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $name ] +            Parameter #1 [ <required> Componere\Method $method ] +          } +        } + +        Method [ <internal:componere> public method addTrait ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $trait ] +          } +        } + +        Method [ <internal:componere> public method addProperty ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $name ] +            Parameter #1 [ <required> Componere\Value $property ] +          } +        } + +        Method [ <internal:componere> public method addConstant ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $name ] +            Parameter #1 [ <required> Componere\Value $property ] +          } +        } + +        Method [ <internal:componere> public method register ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:componere> public method getClosure ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $name ] +          } +        } + +        Method [ <internal:componere> public method getClosures ] { + +          - Parameters [1] { +            Parameter #0 [ <optional> $scope ] +          } +        } +      } +    } + +    Class [ <internal:componere> class Componere\Method ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [3] { +        Method [ <internal:componere, ctor> public method __construct ] { + +          - Parameters [1] { +            Parameter #0 [ <required> Closure $closure ] +          } +        } + +        Method [ <internal:componere> public method setProtected ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:componere> public method setPrivate ] { + +          - Parameters [0] { +          } +        } +      } +    } + +    Class [ <internal:componere> class Componere\Value ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [3] { +        Method [ <internal:componere, ctor> public method __construct ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $value ] +          } +        } + +        Method [ <internal:componere> public method setProtected ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:componere> public method setPrivate ] { + +          - Parameters [0] { +          } +        } +      } +    } +  } +} + | 
