diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 57 | 
1 files changed, 3 insertions, 54 deletions
| @@ -1,6 +1,6 @@ -Extension [ <persistent> extension #116 mustache version 0.7.4 ] { +Extension [ <persistent> extension #119 mustache version 0.8.0 ] { -  - Classes [8] { +  - Classes [7] {      Class [ <internal:mustache> class MustacheAST ] {        - Constants [0] { @@ -50,43 +50,6 @@ Extension [ <persistent> extension #116 mustache version 0.7.4 ] {        }      } -    Class [ <internal:mustache> class MustacheCode ] { - -      - Constants [0] { -      } - -      - Static properties [0] { -      } - -      - Static methods [0] { -      } - -      - Properties [1] { -        Property [ <default> protected $binaryString ] -      } - -      - Methods [3] { -        Method [ <internal:mustache, ctor> public method __construct ] { - -          - Parameters [1] { -            Parameter #0 [ <optional> $codeString ] -          } -        } - -        Method [ <internal:mustache> public method toReadableString ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mustache> public method __toString ] { - -          - Parameters [0] { -          } -        } -      } -    } -      Class [ <internal:mustache> class Mustache ] {        - Constants [0] { @@ -101,7 +64,7 @@ Extension [ <persistent> extension #116 mustache version 0.7.4 ] {        - Properties [0] {        } -      - Methods [13] { +      - Methods [11] {          Method [ <internal:mustache, ctor> public method __construct ] {            - Parameters [0] { @@ -147,20 +110,6 @@ Extension [ <persistent> extension #116 mustache version 0.7.4 ] {            }          } -        Method [ <internal:mustache> public method compile ] { - -          - Parameters [1] { -            Parameter #0 [ <required> $tmpl ] -          } -        } - -        Method [ <internal:mustache> public method execute ] { - -          - Parameters [1] { -            Parameter #0 [ <required> $code ] -          } -        } -          Method [ <internal:mustache> public method parse ] {            - Parameters [1] { | 
