From 7e0af6d69fbc915ce3760984fbc180fee51c7249 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Jun 2017 12:34:50 +0200 Subject: new package --- REFLECTION | 402 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 402 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..fa1f04b --- /dev/null +++ b/REFLECTION @@ -0,0 +1,402 @@ +Extension [ extension #112 mustache version 0.7.4RC1 ] { + + - Classes [8] { + Class [ class MustacheAST ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $binaryString ] + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $vars ] + } + } + + Method [ public method __sleep ] { + + - Parameters [0] { + } + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + } + } + } + + Class [ class MustacheCode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $binaryString ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $codeString ] + } + } + + Method [ public method toReadableString ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Mustache ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method getEscapeByDefault ] { + + - Parameters [0] { + } + } + + Method [ public method getStartSequence ] { + + - Parameters [0] { + } + } + + Method [ public method getStopSequence ] { + + - Parameters [0] { + } + } + + Method [ public method setEscapeByDefault ] { + + - Parameters [1] { + Parameter #0 [ $escapeByDefault ] + } + } + + Method [ public method setStartSequence ] { + + - Parameters [1] { + Parameter #0 [ $startSequence ] + } + } + + Method [ public method setStopSequence ] { + + - Parameters [1] { + Parameter #0 [ $stopSequence ] + } + } + + Method [ public method compile ] { + + - Parameters [1] { + Parameter #0 [ $tmpl ] + } + } + + Method [ public method execute ] { + + - Parameters [1] { + Parameter #0 [ $code ] + } + } + + Method [ public method parse ] { + + - Parameters [1] { + Parameter #0 [ $tmpl ] + } + } + + Method [ public method render ] { + + - Parameters [3] { + Parameter #0 [ $str ] + Parameter #1 [ $vars ] + Parameter #2 [ $partials ] + } + } + + Method [ public method tokenize ] { + + - Parameters [1] { + Parameter #0 [ $tmpl ] + } + } + + Method [ public method debugDataStructure ] { + + - Parameters [1] { + Parameter #0 [ $vars ] + } + } + } + } + + Class [ class MustacheData ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $tmpl ] + } + } + + Method [ public method toValue ] { + + - Parameters [0] { + } + } + } + } + + Class [ class MustacheTemplate ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $template ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $vars ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + } + } + + Class [ class MustacheException extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class MustacheParserException extends MustacheException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class MustacheLambdaHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ $tmpl ] + } + } + } + } + } +} + -- cgit