From 1b5d9250353acb8052bf005fa234ff4d6119dc74 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 May 2018 06:47:52 +0200 Subject: v1.0.0 --- REFLECTION | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index ef9e451..7177f84 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,6 @@ -Extension [ extension #157 Druid version 0.9.2 ] { +Extension [ extension #183 Druid version 1.0.0 ] { - Dependencies { - Dependency [ curl (Required) ] Dependency [ json (Required) ] } @@ -35,9 +34,10 @@ Extension [ extension #157 Druid version 0.9.2 ] { - Classes [1] { Class [ class Druid ] { - - Constants [2] { - Constant [ string DRUID_CONTENT_TYPE ] { Content-Type:application/json } - Constant [ string DRUID_INSTANCE_DEFAULT ] { default } + - Constants [3] { + Constant [ public string DRUID_VERSION ] { 1.0.0 } + Constant [ public string DRUID_CONTENT_TYPE ] { Content-Type:application/json } + Constant [ public string DRUID_INSTANCE_DEFAULT ] { default } } - Static properties [1] { @@ -53,7 +53,8 @@ Extension [ extension #157 Druid version 0.9.2 ] { } } - - Properties [7] { + - Properties [8] { + Property [ protected $debug ] Property [ protected $tpl_path ] Property [ protected $response_debug_info ] Property [ protected $response_code ] @@ -63,7 +64,7 @@ Extension [ extension #157 Druid version 0.9.2 ] { Property [ protected $host_rand ] } - - Methods [11] { + - Methods [14] { Method [ private method __construct ] { - Parameters [0] { @@ -89,6 +90,9 @@ Extension [ extension #157 Druid version 0.9.2 ] { } } + Method [ public method getDebugWitch ] { + } + Method [ public method setDruidHosts ] { - Parameters [1] { @@ -96,6 +100,9 @@ Extension [ extension #157 Druid version 0.9.2 ] { } } + Method [ public method getDruidHosts ] { + } + Method [ public method setTplPath ] { - Parameters [1] { @@ -103,6 +110,9 @@ Extension [ extension #157 Druid version 0.9.2 ] { } } + Method [ public method getTplPath ] { + } + Method [ public method getData ] { - Parameters [2] { -- cgit