diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-02 06:47:52 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-02 06:47:52 +0200 |
commit | 1b5d9250353acb8052bf005fa234ff4d6119dc74 (patch) | |
tree | 1f669fcc41bdcdf5a2560dd55e0abcb81308eadf /REFLECTION | |
parent | d37473887f0c327d83b45f8aab41f0478da58a25 (diff) |
v1.0.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 24 |
1 files changed, 17 insertions, 7 deletions
@@ -1,7 +1,6 @@ -Extension [ <persistent> extension #157 Druid version 0.9.2 ] { +Extension [ <persistent> extension #183 Druid version 1.0.0 ] { - Dependencies { - Dependency [ curl (Required) ] Dependency [ json (Required) ] } @@ -35,9 +34,10 @@ Extension [ <persistent> extension #157 Druid version 0.9.2 ] { - Classes [1] { Class [ <internal:Druid> 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 [ <persistent> extension #157 Druid version 0.9.2 ] { } } - - Properties [7] { + - Properties [8] { + Property [ <default> protected $debug ] Property [ <default> protected $tpl_path ] Property [ <default> protected $response_debug_info ] Property [ <default> protected $response_code ] @@ -63,7 +64,7 @@ Extension [ <persistent> extension #157 Druid version 0.9.2 ] { Property [ <default> protected $host_rand ] } - - Methods [11] { + - Methods [14] { Method [ <internal:Druid, ctor> private method __construct ] { - Parameters [0] { @@ -89,6 +90,9 @@ Extension [ <persistent> extension #157 Druid version 0.9.2 ] { } } + Method [ <internal:Druid> public method getDebugWitch ] { + } + Method [ <internal:Druid> public method setDruidHosts ] { - Parameters [1] { @@ -96,6 +100,9 @@ Extension [ <persistent> extension #157 Druid version 0.9.2 ] { } } + Method [ <internal:Druid> public method getDruidHosts ] { + } + Method [ <internal:Druid> public method setTplPath ] { - Parameters [1] { @@ -103,6 +110,9 @@ Extension [ <persistent> extension #157 Druid version 0.9.2 ] { } } + Method [ <internal:Druid> public method getTplPath ] { + } + Method [ <internal:Druid> public method getData ] { - Parameters [2] { |