From d5839ace772264216bd8f3daa4856a49a47bf238 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Dec 2016 18:42:04 +0100 Subject: php-horde-Horde-Smtp: 1.94 --- REFLECTION | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..98d1201 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,83 @@ +Extension [ extension #78 Druid version 0.3.0 ] { + + - INI { + Entry [ druid.host ] + Current = '' + } + Entry [ druid.base_auth_user ] + Current = '' + } + Entry [ druid.base_auth_passport ] + Current = '' + } + Entry [ druid.tpl_path ] + Current = '/data/php-druid/tpl' + } + Entry [ druid.debug ] + Current = '0' + } + } + + - Classes [1] { + Class [ class Druid ] { + + - Constants [1] { + Constant [ string DRUID_CONTENT_TYPE ] { Content-Type:application/json } + } + + - Static properties [1] { + Property [ protected static $Druid ] + } + + - Static methods [1] { + Method [ static public method getInstance ] { + } + } + + - Properties [6] { + Property [ protected $response_debug_info ] + Property [ protected $response_code ] + Property [ protected $_curl_error_no ] + Property [ protected $_curl_error_str ] + Property [ protected $hosts ] + Property [ protected $host_rand ] + } + + - Methods [11] { + Method [ private method __construct ] { + } + + Method [ private method __clone ] { + } + + Method [ private method __sleep ] { + } + + Method [ private method __wakeup ] { + } + + Method [ public method __destruct ] { + } + + Method [ public method debugWitch ] { + } + + Method [ public method setDruidHosts ] { + } + + Method [ public method setTplPath ] { + } + + Method [ public method getData ] { + } + + Method [ public method getDataByTpl ] { + } + + Method [ public method getDebugInfo ] { + } + } + } + } +} + -- cgit