summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: b9dab3810d0737dcfa36ade8bfba7d5c63777da8 (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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
Extension [ <persistent> extension #173 xlswriter version 1.2.8 ] {

  - Classes [4] {
    Class [ <internal:xlswriter> class Vtiful\Kernel\Exception extends Exception implements Throwable ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [4] {
        Property [ <default> protected $message ]
        Property [ <default> protected $code ]
        Property [ <default> protected $file ]
        Property [ <default> protected $line ]
      }

      - Methods [10] {
        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {

          - Parameters [3] {
            Parameter #0 [ <optional> $message ]
            Parameter #1 [ <optional> $code ]
            Parameter #2 [ <optional> $previous ]
          }
        }

        Method [ <internal:Core, inherits Exception> public method __wakeup ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
        }
      }
    }

    Class [ <internal:xlswriter> class Vtiful\Kernel\Excel ] {

      - Constants [4] {
        Constant [ public integer TYPE_INT ] { 2 }
        Constant [ public integer TYPE_DOUBLE ] { 4 }
        Constant [ public integer TYPE_STRING ] { 1 }
        Constant [ public integer TYPE_TIMESTAMP ] { 8 }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [2] {
        Property [ <default> private $config ]
        Property [ <default> private $fileName ]
      }

      - Methods [23] {
        Method [ <internal:xlswriter, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <required> $config ]
          }
        }

        Method [ <internal:xlswriter> public method fileName ] {

          - Parameters [2] {
            Parameter #0 [ <required> $file_name ]
            Parameter #1 [ <optional> $sheet_name ]
          }
        }

        Method [ <internal:xlswriter> public method addSheet ] {

          - Parameters [1] {
            Parameter #0 [ <required> $sheet_name ]
          }
        }

        Method [ <internal:xlswriter> public method checkoutSheet ] {

          - Parameters [1] {
            Parameter #0 [ <required> $sheet_name ]
          }
        }

        Method [ <internal:xlswriter> public method constMemory ] {

          - Parameters [2] {
            Parameter #0 [ <required> $file_name ]
            Parameter #1 [ <optional> $sheet_name ]
          }
        }

        Method [ <internal:xlswriter> public method header ] {

          - Parameters [1] {
            Parameter #0 [ <required> $header ]
          }
        }

        Method [ <internal:xlswriter> public method data ] {

          - Parameters [1] {
            Parameter #0 [ <required> $data ]
          }
        }

        Method [ <internal:xlswriter> public method output ] {
        }

        Method [ <internal:xlswriter> public method getHandle ] {
        }

        Method [ <internal:xlswriter> public method autoFilter ] {

          - Parameters [1] {
            Parameter #0 [ <required> $range ]
          }
        }

        Method [ <internal:xlswriter> public method insertText ] {

          - Parameters [5] {
            Parameter #0 [ <required> $row ]
            Parameter #1 [ <required> $column ]
            Parameter #2 [ <required> $data ]
            Parameter #3 [ <required> $format ]
            Parameter #4 [ <required> $format_handle ]
          }
        }

        Method [ <internal:xlswriter> public method insertDate ] {

          - Parameters [5] {
            Parameter #0 [ <required> $row ]
            Parameter #1 [ <required> $column ]
            Parameter #2 [ <required> $timestamp ]
            Parameter #3 [ <required> $format ]
            Parameter #4 [ <required> $format_handle ]
          }
        }

        Method [ <internal:xlswriter> public method insertChart ] {

          - Parameters [3] {
            Parameter #0 [ <required> $row ]
            Parameter #1 [ <required> $column ]
            Parameter #2 [ <required> $chart_resource ]
          }
        }

        Method [ <internal:xlswriter> public method insertUrl ] {

          - Parameters [4] {
            Parameter #0 [ <required> $row ]
            Parameter #1 [ <required> $column ]
            Parameter #2 [ <required> $url ]
            Parameter #3 [ <required> $format ]
          }
        }

        Method [ <internal:xlswriter> public method insertImage ] {

          - Parameters [5] {
            Parameter #0 [ <required> $row ]
            Parameter #1 [ <required> $column ]
            Parameter #2 [ <required> $image ]
            Parameter #3 [ <optional> $width ]
            Parameter #4 [ <optional> $height ]
          }
        }

        Method [ <internal:xlswriter> public method insertFormula ] {

          - Parameters [3] {
            Parameter #0 [ <required> $row ]
            Parameter #1 [ <required> $column ]
            Parameter #2 [ <required> $formula ]
          }
        }

        Method [ <internal:xlswriter> public method mergeCells ] {

          - Parameters [2] {
            Parameter #0 [ <required> $range ]
            Parameter #1 [ <required> $data ]
          }
        }

        Method [ <internal:xlswriter> public method setColumn ] {

          - Parameters [3] {
            Parameter #0 [ <required> $format_handle ]
            Parameter #1 [ <required> $range ]
            Parameter #2 [ <required> $width ]
          }
        }

        Method [ <internal:xlswriter> public method setRow ] {

          - Parameters [3] {
            Parameter #0 [ <required> $format_handle ]
            Parameter #1 [ <required> $range ]
            Parameter #2 [ <required> $height ]
          }
        }

        Method [ <internal:xlswriter> public method openFile ] {

          - Parameters [1] {
            Parameter #0 [ <required> $zs_file_name ]
          }
        }

        Method [ <internal:xlswriter> public method openSheet ] {

          - Parameters [1] {
            Parameter #0 [ <required> $zs_sheet_name ]
          }
        }

        Method [ <internal:xlswriter> public method getSheetData ] {
        }

        Method [ <internal:xlswriter> public method nextRow ] {
        }
      }
    }

    Class [ <internal:xlswriter> class Vtiful\Kernel\Format ] {

      - Constants [64] {
        Constant [ public integer UNDERLINE_SINGLE ] { 1 }
        Constant [ public integer UNDERLINE_DOUBLE  ] { 2 }
        Constant [ public integer UNDERLINE_SINGLE_ACCOUNTING ] { 3 }
        Constant [ public integer UNDERLINE_DOUBLE_ACCOUNTING ] { 4 }
        Constant [ public integer FORMAT_ALIGN_LEFT ] { 1 }
        Constant [ public integer FORMAT_ALIGN_CENTER ] { 2 }
        Constant [ public integer FORMAT_ALIGN_RIGHT ] { 3 }
        Constant [ public integer FORMAT_ALIGN_FILL ] { 4 }
        Constant [ public integer FORMAT_ALIGN_JUSTIFY ] { 5 }
        Constant [ public integer FORMAT_ALIGN_CENTER_ACROSS ] { 6 }
        Constant [ public integer FORMAT_ALIGN_DISTRIBUTED ] { 7 }
        Constant [ public integer FORMAT_ALIGN_VERTICAL_TOP ] { 8 }
        Constant [ public integer FORMAT_ALIGN_VERTICAL_BOTTOM ] { 9 }
        Constant [ public integer FORMAT_ALIGN_VERTICAL_CENTER ] { 10 }
        Constant [ public integer FORMAT_ALIGN_VERTICAL_JUSTIFY ] { 11 }
        Constant [ public integer FORMAT_ALIGN_VERTICAL_DISTRIBUTED ] { 12 }
        Constant [ public integer COLOR_BLACK ] { 16777216 }
        Constant [ public integer COLOR_BLUE ] { 255 }
        Constant [ public integer COLOR_BROWN ] { 8388608 }
        Constant [ public integer COLOR_CYAN ] { 65535 }
        Constant [ public integer COLOR_GRAY ] { 8421504 }
        Constant [ public integer COLOR_GREEN ] { 32768 }
        Constant [ public integer COLOR_LIME ] { 65280 }
        Constant [ public integer COLOR_MAGENTA ] { 16711935 }
        Constant [ public integer COLOR_NAVY ] { 128 }
        Constant [ public integer COLOR_ORANGE ] { 16737792 }
        Constant [ public integer COLOR_PINK ] { 16711935 }
        Constant [ public integer COLOR_PURPLE ] { 8388736 }
        Constant [ public integer COLOR_RED ] { 16711680 }
        Constant [ public integer COLOR_SILVER ] { 12632256 }
        Constant [ public integer COLOR_WHITE ] { 16777215 }
        Constant [ public integer COLOR_YELLOW ] { 16776960 }
        Constant [ public integer PATTERN_NONE ] { 0 }
        Constant [ public integer PATTERN_SOLID ] { 1 }
        Constant [ public integer PATTERN_MEDIUM_GRAY ] { 2 }
        Constant [ public integer PATTERN_DARK_GRAY ] { 3 }
        Constant [ public integer PATTERN_LIGHT_GRAY ] { 4 }
        Constant [ public integer PATTERN_DARK_HORIZONTAL ] { 5 }
        Constant [ public integer PATTERN_DARK_VERTICAL ] { 6 }
        Constant [ public integer PATTERN_DARK_DOWN ] { 7 }
        Constant [ public integer PATTERN_DARK_UP ] { 8 }
        Constant [ public integer PATTERN_DARK_GRID ] { 9 }
        Constant [ public integer PATTERN_DARK_TRELLIS ] { 10 }
        Constant [ public integer PATTERN_LIGHT_HORIZONTAL ] { 11 }
        Constant [ public integer PATTERN_LIGHT_VERTICAL ] { 12 }
        Constant [ public integer PATTERN_LIGHT_DOWN ] { 13 }
        Constant [ public integer PATTERN_LIGHT_UP ] { 14 }
        Constant [ public integer PATTERN_LIGHT_GRID ] { 15 }
        Constant [ public integer PATTERN_LIGHT_TRELLIS ] { 16 }
        Constant [ public integer PATTERN_GRAY_125 ] { 17 }
        Constant [ public integer PATTERN_GRAY_0625 ] { 18 }
        Constant [ public integer BORDER_THIN ] { 1 }
        Constant [ public integer BORDER_MEDIUM ] { 2 }
        Constant [ public integer BORDER_DASHED ] { 3 }
        Constant [ public integer BORDER_DOTTED ] { 4 }
        Constant [ public integer BORDER_THICK ] { 5 }
        Constant [ public integer BORDER_DOUBLE ] { 6 }
        Constant [ public integer BORDER_HAIR ] { 7 }
        Constant [ public integer BORDER_MEDIUM_DASHED ] { 8 }
        Constant [ public integer BORDER_DASH_DOT ] { 9 }
        Constant [ public integer BORDER_MEDIUM_DASH_DOT ] { 10 }
        Constant [ public integer BORDER_DASH_DOT_DOT ] { 11 }
        Constant [ public integer BORDER_MEDIUM_DASH_DOT_DOT ] { 12 }
        Constant [ public integer BORDER_SLANT_DASH_DOT ] { 13 }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [13] {
        Method [ <internal:xlswriter, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <required> $handle ]
          }
        }

        Method [ <internal:xlswriter> public method wrap ] {
        }

        Method [ <internal:xlswriter> public method bold ] {
        }

        Method [ <internal:xlswriter> public method italic ] {
        }

        Method [ <internal:xlswriter> public method border ] {

          - Parameters [1] {
            Parameter #0 [ <required> $style ]
          }
        }

        Method [ <internal:xlswriter> public method align ] {

          - Parameters [1] {
            Parameter #0 [ <required> $style ]
          }
        }

        Method [ <internal:xlswriter> public method number ] {

          - Parameters [1] {
            Parameter #0 [ <required> $format ]
          }
        }

        Method [ <internal:xlswriter> public method fontColor ] {

          - Parameters [1] {
            Parameter #0 [ <required> $color ]
          }
        }

        Method [ <internal:xlswriter> public method fontSize ] {

          - Parameters [1] {
            Parameter #0 [ <required> $size ]
          }
        }

        Method [ <internal:xlswriter> public method strikeout ] {
        }

        Method [ <internal:xlswriter> public method underline ] {

          - Parameters [1] {
            Parameter #0 [ <required> $style ]
          }
        }

        Method [ <internal:xlswriter> public method toResource ] {
        }

        Method [ <internal:xlswriter> public method background ] {

          - Parameters [2] {
            Parameter #0 [ <required> $pattern ]
            Parameter #1 [ <required> $color ]
          }
        }
      }
    }

    Class [ <internal:xlswriter> class Vtiful\Kernel\Chart ] {

      - Constants [27] {
        Constant [ public integer CHART_BAR ] { 4 }
        Constant [ public integer CHART_BAR_STACKED ] { 5 }
        Constant [ public integer CHART_BAR_STACKED_PERCENT ] { 6 }
        Constant [ public integer CHART_AREA ] { 1 }
        Constant [ public integer CHART_AREA_STACKED ] { 2 }
        Constant [ public integer CHART_AREA_STACKED_PERCENT ] { 3 }
        Constant [ public integer CHART_LINE ] { 11 }
        Constant [ public integer CHART_COLUMN ] { 7 }
        Constant [ public integer CHART_COLUMN_STACKED ] { 8 }
        Constant [ public integer CHART_COLUMN_STACKED_PERCENT ] { 9 }
        Constant [ public integer CHART_DOUGHNUT ] { 10 }
        Constant [ public integer CHART_PIE ] { 12 }
        Constant [ public integer CHART_SCATTER ] { 13 }
        Constant [ public integer CHART_SCATTER_STRAIGHT ] { 14 }
        Constant [ public integer CHART_SCATTER_STRAIGHT_WITH_MARKERS ] { 15 }
        Constant [ public integer CHART_SCATTER_SMOOTH ] { 16 }
        Constant [ public integer CHART_SCATTER_SMOOTH_WITH_MARKERS ] { 17 }
        Constant [ public integer CHART_RADAR ] { 18 }
        Constant [ public integer CHART_RADAR_WITH_MARKERS ] { 19 }
        Constant [ public integer CHART_RADAR_FILLED ] { 20 }
        Constant [ public integer CHART_LEGEND_NONE ] { 0 }
        Constant [ public integer CHART_LEGEND_RIGHT ] { 1 }
        Constant [ public integer CHART_LEGEND_LEFT ] { 2 }
        Constant [ public integer CHART_LEGEND_TOP ] { 3 }
        Constant [ public integer CHART_LEGEND_BOTTOM ] { 4 }
        Constant [ public integer CHART_LEGEND_OVERLAY_RIGHT ] { 6 }
        Constant [ public integer CHART_LEGEND_OVERLAY_LEFT ] { 7 }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [9] {
        Method [ <internal:xlswriter, ctor> public method __construct ] {

          - Parameters [2] {
            Parameter #0 [ <required> $handle ]
            Parameter #1 [ <required> $type ]
          }
        }

        Method [ <internal:xlswriter> public method series ] {

          - Parameters [2] {
            Parameter #0 [ <required> $value ]
            Parameter #1 [ <optional> $categories ]
          }
        }

        Method [ <internal:xlswriter> public method seriesName ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:xlswriter> public method style ] {

          - Parameters [1] {
            Parameter #0 [ <required> $style ]
          }
        }

        Method [ <internal:xlswriter> public method axisNameY ] {

          - Parameters [1] {
            Parameter #0 [ <required> $name ]
          }
        }

        Method [ <internal:xlswriter> public method axisNameX ] {

          - Parameters [1] {
            Parameter #0 [ <required> $name ]
          }
        }

        Method [ <internal:xlswriter> public method title ] {

          - Parameters [1] {
            Parameter #0 [ <required> $title ]
          }
        }

        Method [ <internal:xlswriter> public method legendSetPosition ] {

          - Parameters [1] {
            Parameter #0 [ <required> $type ]
          }
        }

        Method [ <internal:xlswriter> public method toResource ] {
        }
      }
    }
  }
}