diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 402 | 
1 files changed, 402 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..fa1f04b --- /dev/null +++ b/REFLECTION @@ -0,0 +1,402 @@ +Extension [ <persistent> extension #112 mustache version 0.7.4RC1 ] { + +  - Classes [8] { +    Class [ <internal:mustache> class MustacheAST ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [1] { +        Property [ <default> protected $binaryString ] +      } + +      - Methods [5] { +        Method [ <internal:mustache, ctor> public method __construct ] { + +          - Parameters [1] { +            Parameter #0 [ <optional> $vars ] +          } +        } + +        Method [ <internal:mustache> public method __sleep ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:mustache> public method toArray ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:mustache> public method __toString ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:mustache> public method __wakeup ] { + +          - Parameters [0] { +          } +        } +      } +    } + +    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] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [13] { +        Method [ <internal:mustache, ctor> public method __construct ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:mustache> public method getEscapeByDefault ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:mustache> public method getStartSequence ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:mustache> public method getStopSequence ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:mustache> public method setEscapeByDefault ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $escapeByDefault ] +          } +        } + +        Method [ <internal:mustache> public method setStartSequence ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $startSequence ] +          } +        } + +        Method [ <internal:mustache> public method setStopSequence ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $stopSequence ] +          } +        } + +        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] { +            Parameter #0 [ <required> $tmpl ] +          } +        } + +        Method [ <internal:mustache> public method render ] { + +          - Parameters [3] { +            Parameter #0 [ <required> $str ] +            Parameter #1 [ <required> $vars ] +            Parameter #2 [ <required> $partials ] +          } +        } + +        Method [ <internal:mustache> public method tokenize ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $tmpl ] +          } +        } + +        Method [ <internal:mustache> public method debugDataStructure ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $vars ] +          } +        } +      } +    } + +    Class [ <internal:mustache> class MustacheData ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [2] { +        Method [ <internal:mustache, ctor> public method __construct ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $tmpl ] +          } +        } + +        Method [ <internal:mustache> public method toValue ] { + +          - Parameters [0] { +          } +        } +      } +    } + +    Class [ <internal:mustache> class MustacheTemplate ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [1] { +        Property [ <default> protected $template ] +      } + +      - Methods [2] { +        Method [ <internal:mustache, ctor> public method __construct ] { + +          - Parameters [1] { +            Parameter #0 [ <optional> $vars ] +          } +        } + +        Method [ <internal:mustache> public method __toString ] { + +          - Parameters [0] { +          } +        } +      } +    } + +    Class [ <internal:mustache> class MustacheException extends Exception implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [4] { +        Property [ <default> protected $message ] +        Property [ <default> protected $code ] +        Property [ <default> protected $file ] +        Property [ <default> protected $line ] +      } + +      - Methods [10] { +        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + +          - Parameters [3] { +            Parameter #0 [ <optional> $message ] +            Parameter #1 [ <optional> $code ] +            Parameter #2 [ <optional> $previous ] +          } +        } + +        Method [ <internal:Core, inherits Exception> public method __wakeup ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        } +      } +    } + +    Class [ <internal:mustache> class MustacheParserException extends MustacheException implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [4] { +        Property [ <default> protected $message ] +        Property [ <default> protected $code ] +        Property [ <default> protected $file ] +        Property [ <default> protected $line ] +      } + +      - Methods [10] { +        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + +          - Parameters [3] { +            Parameter #0 [ <optional> $message ] +            Parameter #1 [ <optional> $code ] +            Parameter #2 [ <optional> $previous ] +          } +        } + +        Method [ <internal:Core, inherits Exception> public method __wakeup ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        } +      } +    } + +    Class [ <internal:mustache> class MustacheLambdaHelper ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [2] { +        Method [ <internal:mustache, ctor> private method __construct ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:mustache> public method render ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $tmpl ] +          } +        } +      } +    } +  } +} +  | 
