diff options
author | Remi Collet <remi@remirepo.net> | 2018-11-12 07:32:32 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-11-12 07:32:32 +0100 |
commit | 90c7782c811a87c3ac062ba3efed80b28f0f4604 (patch) | |
tree | 8a061ad0dcd127fd2634db77c42737295fe6d462 /REFLECTION | |
parent | cb1f9d5414956bb14d221ad4fde75df27e04e122 (diff) |
update to 0.8.0
drop patch merged upstream
raise dependency on PHP 5.6
raise dependency on libmustache 0.5.0
open https://github.com/jbboehr/php-mustache/pull/52 missing file
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] { |