From 75bd9db6e01400cbb77c9ae252e40240255606f8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Dec 2016 16:10:16 +0100 Subject: php-pecl-druid: 0.9.0 --- REFLECTION | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 9c1ddfa..503e841 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #78 Druid version 0.6.0 ] { +Extension [ extension #156 Druid version 0.9.0 ] { - Dependencies { Dependency [ curl (Required) ] @@ -45,6 +45,9 @@ Extension [ extension #78 Druid version 0.6.0 ] { - Static methods [1] { Method [ static public method getInstance ] { + + - Parameters [0] { + } } } @@ -60,6 +63,9 @@ Extension [ extension #78 Druid version 0.6.0 ] { - Methods [11] { Method [ private method __construct ] { + + - Parameters [0] { + } } Method [ private method __clone ] { @@ -75,18 +81,40 @@ Extension [ extension #78 Druid version 0.6.0 ] { } Method [ public method debugWitch ] { + + - Parameters [1] { + Parameter #0 [ $debug ] + } } Method [ public method setDruidHosts ] { + + - Parameters [1] { + Parameter #0 [ $hosts ] + } } Method [ public method setTplPath ] { + + - Parameters [1] { + Parameter #0 [ $tpl_path ] + } } Method [ public method getData ] { + + - Parameters [2] { + Parameter #0 [ $request_json ] + Parameter #1 [ $content_array ] + } } Method [ public method getDataByTpl ] { + + - Parameters [2] { + Parameter #0 [ $request_json_tpl ] + Parameter #1 [ $content_array ] + } } Method [ public method getDebugInfo ] { -- cgit