summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 98d120191fd0f59c7f3e1e253387228642a65a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Extension [ <persistent> extension #78 Druid version 0.3.0 ] {

  - INI {
    Entry [ druid.host <SYSTEM> ]
      Current = ''
    }
    Entry [ druid.base_auth_user <PERDIR> ]
      Current = ''
    }
    Entry [ druid.base_auth_passport <PERDIR> ]
      Current = ''
    }
    Entry [ druid.tpl_path <PERDIR> ]
      Current = '/data/php-druid/tpl'
    }
    Entry [ druid.debug <ALL> ]
      Current = '0'
    }
  }

  - Classes [1] {
    Class [ <internal:Druid> class Druid ] {

      - Constants [1] {
        Constant [ string DRUID_CONTENT_TYPE ] { Content-Type:application/json }
      }

      - Static properties [1] {
        Property [ protected static $Druid ]
      }

      - Static methods [1] {
        Method [ <internal:Druid> static public method getInstance ] {
        }
      }

      - Properties [6] {
        Property [ <default> protected $response_debug_info ]
        Property [ <default> protected $response_code ]
        Property [ <default> protected $_curl_error_no ]
        Property [ <default> protected $_curl_error_str ]
        Property [ <default> protected $hosts ]
        Property [ <default> protected $host_rand ]
      }

      - Methods [11] {
        Method [ <internal:Druid, ctor> private method __construct ] {
        }

        Method [ <internal:Druid> private method __clone ] {
        }

        Method [ <internal:Druid> private method __sleep ] {
        }

        Method [ <internal:Druid> private method __wakeup ] {
        }

        Method [ <internal:Druid, dtor> public method __destruct ] {
        }

        Method [ <internal:Druid> public method debugWitch ] {
        }

        Method [ <internal:Druid> public method setDruidHosts ] {
        }

        Method [ <internal:Druid> public method setTplPath ] {
        }

        Method [ <internal:Druid> public method getData ] {
        }

        Method [ <internal:Druid> public method getDataByTpl ] {
        }

        Method [ <internal:Druid> public method getDebugInfo ] {
        }
      }
    }
  }
}