summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 34e5d5bdc3759d5f7a1ebe448289d5f8c2f0c7f3 (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
Extension [ <persistent> extension #129 SPL_Types version 0.4.0 ] {

  - Dependencies {
    Dependency [ spl (Required) ]
  }

  - Classes [6] {
    Class [ <internal:SPL_Types> abstract class SplType ] {

      - Constants [1] {
        Constant [ null __default ] {  }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [1] {
        Method [ <internal:SPL_Types, ctor> public method __construct ] {

          - Parameters [2] {
            Parameter #0 [ <optional> $initial_value ]
            Parameter #1 [ <optional> $strict ]
          }
        }
      }
    }

    Class [ <internal:SPL_Types> abstract class SplEnum extends SplType ] {

      - Constants [1] {
        Constant [ null __default ] {  }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [2] {
        Method [ <internal:SPL_Types> public method getConstList ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $include_default ]
          }
        }

        Method [ <internal:SPL_Types, inherits SplType, ctor> public method __construct ] {

          - Parameters [2] {
            Parameter #0 [ <optional> $initial_value ]
            Parameter #1 [ <optional> $strict ]
          }
        }
      }
    }

    Class [ <internal:SPL_Types> class SplBool extends SplEnum ] {

      - Constants [3] {
        Constant [ boolean __default ] {  }
        Constant [ boolean false ] {  }
        Constant [ boolean true ] { 1 }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [2] {
        Method [ <internal:SPL_Types, inherits SplEnum> public method getConstList ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $include_default ]
          }
        }

        Method [ <internal:SPL_Types, inherits SplType, ctor> public method __construct ] {

          - Parameters [2] {
            Parameter #0 [ <optional> $initial_value ]
            Parameter #1 [ <optional> $strict ]
          }
        }
      }
    }

    Class [ <internal:SPL_Types> class SplInt extends SplType ] {

      - Constants [1] {
        Constant [ integer __default ] { 0 }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [1] {
        Method [ <internal:SPL_Types, inherits SplType, ctor> public method __construct ] {

          - Parameters [2] {
            Parameter #0 [ <optional> $initial_value ]
            Parameter #1 [ <optional> $strict ]
          }
        }
      }
    }

    Class [ <internal:SPL_Types> class SplFloat extends SplType ] {

      - Constants [1] {
        Constant [ double __default ] { 0 }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [1] {
        Method [ <internal:SPL_Types, inherits SplType, ctor> public method __construct ] {

          - Parameters [2] {
            Parameter #0 [ <optional> $initial_value ]
            Parameter #1 [ <optional> $strict ]
          }
        }
      }
    }

    Class [ <internal:SPL_Types> class SplString extends SplType ] {

      - Constants [1] {
        Constant [ string __default ] {  }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [1] {
        Method [ <internal:SPL_Types, inherits SplType, ctor> public method __construct ] {

          - Parameters [2] {
            Parameter #0 [ <optional> $initial_value ]
            Parameter #1 [ <optional> $strict ]
          }
        }
      }
    }
  }
}