From 90c7782c811a87c3ac062ba3efed80b28f0f4604 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Nov 2018 07:32:32 +0100 Subject: 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 --- REFLECTION | 57 +++------------------------------------------------------ 1 file changed, 3 insertions(+), 54 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index cae9955..be5449b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #116 mustache version 0.7.4 ] { +Extension [ extension #119 mustache version 0.8.0 ] { - - Classes [8] { + - Classes [7] { Class [ class MustacheAST ] { - Constants [0] { @@ -50,43 +50,6 @@ Extension [ extension #116 mustache version 0.7.4 ] { } } - 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] { @@ -101,7 +64,7 @@ Extension [ extension #116 mustache version 0.7.4 ] { - Properties [0] { } - - Methods [13] { + - Methods [11] { Method [ public method __construct ] { - Parameters [0] { @@ -147,20 +110,6 @@ Extension [ extension #116 mustache version 0.7.4 ] { } } - Method [ public method compile ] { - - - Parameters [1] { - Parameter #0 [ $tmpl ] - } - } - - Method [ public method execute ] { - - - Parameters [1] { - Parameter #0 [ $code ] - } - } - Method [ public method parse ] { - Parameters [1] { -- cgit