diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 124 | 
1 files changed, 97 insertions, 27 deletions
@@ -1,7 +1,7 @@ -Extension [ <persistent> extension #117 mustache version 0.9.2 ] { +Extension [ <persistent> extension #122 mustache version 0.9.3 ] {    - Classes [7] { -    Class [ <internal:mustache> class MustacheAST ] { +    Class [ <internal:mustache> class MustacheAST implements Stringable ] {        - Constants [0] {        } @@ -13,14 +13,14 @@ Extension [ <persistent> extension #117 mustache version 0.9.2 ] {        }        - Properties [1] { -        Property [ <default> protected $binaryString ] +        Property [ protected $binaryString = NULL ]        }        - Methods [5] {          Method [ <internal:mustache, ctor> public method __construct ] {            - Parameters [1] { -            Parameter #0 [ <optional> $vars ] +            Parameter #0 [ <optional> $vars = <default> ]            }          } @@ -36,10 +36,11 @@ Extension [ <persistent> extension #117 mustache version 0.9.2 ] {            }          } -        Method [ <internal:mustache> public method __toString ] { +        Method [ <internal:mustache, prototype Stringable> public method __toString ] {            - Parameters [0] {            } +          - Return [ string ]          }          Method [ <internal:mustache> public method __wakeup ] { @@ -172,7 +173,7 @@ Extension [ <persistent> extension #117 mustache version 0.9.2 ] {        }      } -    Class [ <internal:mustache> class MustacheTemplate ] { +    Class [ <internal:mustache> class MustacheTemplate implements Stringable ] {        - Constants [0] {        } @@ -184,26 +185,27 @@ Extension [ <persistent> extension #117 mustache version 0.9.2 ] {        }        - Properties [1] { -        Property [ <default> protected $template ] +        Property [ protected $template = NULL ]        }        - Methods [2] {          Method [ <internal:mustache, ctor> public method __construct ] {            - Parameters [1] { -            Parameter #0 [ <optional> $vars ] +            Parameter #0 [ <optional> $vars = <default> ]            }          } -        Method [ <internal:mustache> public method __toString ] { +        Method [ <internal:mustache, prototype Stringable> public method __toString ] {            - Parameters [0] {            } +          - Return [ string ]          }        }      } -    Class [ <internal:mustache> class MustacheException extends Exception implements Throwable ] { +    Class [ <internal:mustache> class MustacheException extends Exception implements Throwable, Stringable ] {        - Constants [0] {        } @@ -215,52 +217,86 @@ Extension [ <persistent> extension #117 mustache version 0.9.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected $file = NULL ] +        Property [ protected $line = NULL ]        }        - 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 ] +            Parameter #0 [ <optional> string $message = "" ] +            Parameter #1 [ <optional> int $code = 0 ] +            Parameter #2 [ <optional> ?Throwable $previous = null ]            }          }          Method [ <internal:Core, inherits Exception> public method __wakeup ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + +          - Parameters [0] { +          } +          - Return [ int ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + +          - Parameters [0] { +          } +          - Return [ array ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + +          - Parameters [0] { +          } +          - Return [ ?Throwable ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          } -        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } -    Class [ <internal:mustache> class MustacheParserException extends MustacheException implements Throwable ] { +    Class [ <internal:mustache> class MustacheParserException extends MustacheException implements Stringable, Throwable ] {        - Constants [0] {        } @@ -272,47 +308,81 @@ Extension [ <persistent> extension #117 mustache version 0.9.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected $file = NULL ] +        Property [ protected $line = NULL ]        }        - 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 ] +            Parameter #0 [ <optional> string $message = "" ] +            Parameter #1 [ <optional> int $code = 0 ] +            Parameter #2 [ <optional> ?Throwable $previous = null ]            }          }          Method [ <internal:Core, inherits Exception> public method __wakeup ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + +          - Parameters [0] { +          }          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + +          - Parameters [0] { +          } +          - Return [ int ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + +          - Parameters [0] { +          } +          - Return [ array ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + +          - Parameters [0] { +          } +          - Return [ ?Throwable ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          } -        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      }  | 
