-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdcat_admin_ide_helper.php
505 lines (493 loc) · 26.8 KB
/
dcat_admin_ide_helper.php
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
<?php
/**
* A helper file for Dcat Admin, to provide autocomplete information to your IDE
*
* This file should not be included in your code, only analyzed by your IDE!
*
* @author jqh <841324345@qq.com>
*/
namespace Dcat\Admin {
use Illuminate\Support\Collection;
/**
* @property Grid\Column|Collection id
* @property Grid\Column|Collection name
* @property Grid\Column|Collection norms
* @property Grid\Column|Collection category
* @property Grid\Column|Collection price
* @property Grid\Column|Collection shop_name
* @property Grid\Column|Collection brand
* @property Grid\Column|Collection state
* @property Grid\Column|Collection added_at
* @property Grid\Column|Collection images
* @property Grid\Column|Collection year
* @property Grid\Column|Collection rating
* @property Grid\Column|Collection directors
* @property Grid\Column|Collection casts
* @property Grid\Column|Collection genres
* @property Grid\Column|Collection type
* @property Grid\Column|Collection version
* @property Grid\Column|Collection detail
* @property Grid\Column|Collection created_at
* @property Grid\Column|Collection updated_at
* @property Grid\Column|Collection is_enabled
* @property Grid\Column|Collection parent_id
* @property Grid\Column|Collection order
* @property Grid\Column|Collection icon
* @property Grid\Column|Collection uri
* @property Grid\Column|Collection extension
* @property Grid\Column|Collection user_id
* @property Grid\Column|Collection path
* @property Grid\Column|Collection method
* @property Grid\Column|Collection ip
* @property Grid\Column|Collection input
* @property Grid\Column|Collection permission_id
* @property Grid\Column|Collection menu_id
* @property Grid\Column|Collection slug
* @property Grid\Column|Collection http_method
* @property Grid\Column|Collection http_path
* @property Grid\Column|Collection role_id
* @property Grid\Column|Collection value
* @property Grid\Column|Collection test
* @property Grid\Column|Collection username
* @property Grid\Column|Collection password
* @property Grid\Column|Collection avatar
* @property Grid\Column|Collection remember_token
* @property Grid\Column|Collection group_id
* @property Grid\Column|Collection remark
* @property Grid\Column|Collection status
* @property Grid\Column|Collection service_url
* @property Grid\Column|Collection recharge_url
* @property Grid\Column|Collection channel_url
* @property Grid\Column|Collection photo_id
* @property Grid\Column|Collection admin_id
* @property Grid\Column|Collection recharge_addr
* @property Grid\Column|Collection lucky_id
* @property Grid\Column|Collection amount
* @property Grid\Column|Collection tg_id
* @property Grid\Column|Collection sender_id
* @property Grid\Column|Collection profit_amount
* @property Grid\Column|Collection uuid
* @property Grid\Column|Collection connection
* @property Grid\Column|Collection queue
* @property Grid\Column|Collection payload
* @property Grid\Column|Collection exception
* @property Grid\Column|Collection failed_at
* @property Grid\Column|Collection invite_link
* @property Grid\Column|Collection invite_user_id
* @property Grid\Column|Collection balance
* @property Grid\Column|Collection attempts
* @property Grid\Column|Collection reserved_at
* @property Grid\Column|Collection available_at
* @property Grid\Column|Collection is_thunder
* @property Grid\Column|Collection lose_money
* @property Grid\Column|Collection first_name
* @property Grid\Column|Collection received
* @property Grid\Column|Collection lucky
* @property Grid\Column|Collection thunder
* @property Grid\Column|Collection chat_id
* @property Grid\Column|Collection red_list
* @property Grid\Column|Collection sender_name
* @property Grid\Column|Collection lose_rate
* @property Grid\Column|Collection message_id
* @property Grid\Column|Collection received_num
* @property Grid\Column|Collection email
* @property Grid\Column|Collection token
* @property Grid\Column|Collection telegramid
* @property Grid\Column|Collection topup_address
* @property Grid\Column|Collection way
* @property Grid\Column|Collection applytime
* @property Grid\Column|Collection applytimestamp
* @property Grid\Column|Collection tixiantime
* @property Grid\Column|Collection changetime
* @property Grid\Column|Collection replyMessageid
* @property Grid\Column|Collection transaction_id
* @property Grid\Column|Collection isfuyingli
* @property Grid\Column|Collection tokenable_type
* @property Grid\Column|Collection tokenable_id
* @property Grid\Column|Collection abilities
* @property Grid\Column|Collection last_used_at
* @property Grid\Column|Collection expires_at
* @property Grid\Column|Collection deleted_at
* @property Grid\Column|Collection trx_hash
* @property Grid\Column|Collection tail
* @property Grid\Column|Collection reward_num
* @property Grid\Column|Collection share_user_id
* @property Grid\Column|Collection invite_user
* @property Grid\Column|Collection has_thunder
* @property Grid\Column|Collection pass_mine
* @property Grid\Column|Collection auto_get
* @property Grid\Column|Collection withdraw_addr
* @property Grid\Column|Collection no_thunder
* @property Grid\Column|Collection get_mine
* @property Grid\Column|Collection online
* @property Grid\Column|Collection email_verified_at
* @property Grid\Column|Collection address
* @property Grid\Column|Collection addr_type
*
* @method Grid\Column|Collection id(string $label = null)
* @method Grid\Column|Collection name(string $label = null)
* @method Grid\Column|Collection norms(string $label = null)
* @method Grid\Column|Collection category(string $label = null)
* @method Grid\Column|Collection price(string $label = null)
* @method Grid\Column|Collection shop_name(string $label = null)
* @method Grid\Column|Collection brand(string $label = null)
* @method Grid\Column|Collection state(string $label = null)
* @method Grid\Column|Collection added_at(string $label = null)
* @method Grid\Column|Collection images(string $label = null)
* @method Grid\Column|Collection year(string $label = null)
* @method Grid\Column|Collection rating(string $label = null)
* @method Grid\Column|Collection directors(string $label = null)
* @method Grid\Column|Collection casts(string $label = null)
* @method Grid\Column|Collection genres(string $label = null)
* @method Grid\Column|Collection type(string $label = null)
* @method Grid\Column|Collection version(string $label = null)
* @method Grid\Column|Collection detail(string $label = null)
* @method Grid\Column|Collection created_at(string $label = null)
* @method Grid\Column|Collection updated_at(string $label = null)
* @method Grid\Column|Collection is_enabled(string $label = null)
* @method Grid\Column|Collection parent_id(string $label = null)
* @method Grid\Column|Collection order(string $label = null)
* @method Grid\Column|Collection icon(string $label = null)
* @method Grid\Column|Collection uri(string $label = null)
* @method Grid\Column|Collection extension(string $label = null)
* @method Grid\Column|Collection user_id(string $label = null)
* @method Grid\Column|Collection path(string $label = null)
* @method Grid\Column|Collection method(string $label = null)
* @method Grid\Column|Collection ip(string $label = null)
* @method Grid\Column|Collection input(string $label = null)
* @method Grid\Column|Collection permission_id(string $label = null)
* @method Grid\Column|Collection menu_id(string $label = null)
* @method Grid\Column|Collection slug(string $label = null)
* @method Grid\Column|Collection http_method(string $label = null)
* @method Grid\Column|Collection http_path(string $label = null)
* @method Grid\Column|Collection role_id(string $label = null)
* @method Grid\Column|Collection value(string $label = null)
* @method Grid\Column|Collection test(string $label = null)
* @method Grid\Column|Collection username(string $label = null)
* @method Grid\Column|Collection password(string $label = null)
* @method Grid\Column|Collection avatar(string $label = null)
* @method Grid\Column|Collection remember_token(string $label = null)
* @method Grid\Column|Collection group_id(string $label = null)
* @method Grid\Column|Collection remark(string $label = null)
* @method Grid\Column|Collection status(string $label = null)
* @method Grid\Column|Collection service_url(string $label = null)
* @method Grid\Column|Collection recharge_url(string $label = null)
* @method Grid\Column|Collection channel_url(string $label = null)
* @method Grid\Column|Collection photo_id(string $label = null)
* @method Grid\Column|Collection admin_id(string $label = null)
* @method Grid\Column|Collection recharge_addr(string $label = null)
* @method Grid\Column|Collection lucky_id(string $label = null)
* @method Grid\Column|Collection amount(string $label = null)
* @method Grid\Column|Collection tg_id(string $label = null)
* @method Grid\Column|Collection sender_id(string $label = null)
* @method Grid\Column|Collection profit_amount(string $label = null)
* @method Grid\Column|Collection uuid(string $label = null)
* @method Grid\Column|Collection connection(string $label = null)
* @method Grid\Column|Collection queue(string $label = null)
* @method Grid\Column|Collection payload(string $label = null)
* @method Grid\Column|Collection exception(string $label = null)
* @method Grid\Column|Collection failed_at(string $label = null)
* @method Grid\Column|Collection invite_link(string $label = null)
* @method Grid\Column|Collection invite_user_id(string $label = null)
* @method Grid\Column|Collection balance(string $label = null)
* @method Grid\Column|Collection attempts(string $label = null)
* @method Grid\Column|Collection reserved_at(string $label = null)
* @method Grid\Column|Collection available_at(string $label = null)
* @method Grid\Column|Collection is_thunder(string $label = null)
* @method Grid\Column|Collection lose_money(string $label = null)
* @method Grid\Column|Collection first_name(string $label = null)
* @method Grid\Column|Collection received(string $label = null)
* @method Grid\Column|Collection lucky(string $label = null)
* @method Grid\Column|Collection thunder(string $label = null)
* @method Grid\Column|Collection chat_id(string $label = null)
* @method Grid\Column|Collection red_list(string $label = null)
* @method Grid\Column|Collection sender_name(string $label = null)
* @method Grid\Column|Collection lose_rate(string $label = null)
* @method Grid\Column|Collection message_id(string $label = null)
* @method Grid\Column|Collection received_num(string $label = null)
* @method Grid\Column|Collection email(string $label = null)
* @method Grid\Column|Collection token(string $label = null)
* @method Grid\Column|Collection telegramid(string $label = null)
* @method Grid\Column|Collection topup_address(string $label = null)
* @method Grid\Column|Collection way(string $label = null)
* @method Grid\Column|Collection applytime(string $label = null)
* @method Grid\Column|Collection applytimestamp(string $label = null)
* @method Grid\Column|Collection tixiantime(string $label = null)
* @method Grid\Column|Collection changetime(string $label = null)
* @method Grid\Column|Collection replyMessageid(string $label = null)
* @method Grid\Column|Collection transaction_id(string $label = null)
* @method Grid\Column|Collection isfuyingli(string $label = null)
* @method Grid\Column|Collection tokenable_type(string $label = null)
* @method Grid\Column|Collection tokenable_id(string $label = null)
* @method Grid\Column|Collection abilities(string $label = null)
* @method Grid\Column|Collection last_used_at(string $label = null)
* @method Grid\Column|Collection expires_at(string $label = null)
* @method Grid\Column|Collection deleted_at(string $label = null)
* @method Grid\Column|Collection trx_hash(string $label = null)
* @method Grid\Column|Collection tail(string $label = null)
* @method Grid\Column|Collection reward_num(string $label = null)
* @method Grid\Column|Collection share_user_id(string $label = null)
* @method Grid\Column|Collection invite_user(string $label = null)
* @method Grid\Column|Collection has_thunder(string $label = null)
* @method Grid\Column|Collection pass_mine(string $label = null)
* @method Grid\Column|Collection auto_get(string $label = null)
* @method Grid\Column|Collection withdraw_addr(string $label = null)
* @method Grid\Column|Collection no_thunder(string $label = null)
* @method Grid\Column|Collection get_mine(string $label = null)
* @method Grid\Column|Collection online(string $label = null)
* @method Grid\Column|Collection email_verified_at(string $label = null)
* @method Grid\Column|Collection address(string $label = null)
* @method Grid\Column|Collection addr_type(string $label = null)
*/
class Grid {}
class MiniGrid extends Grid {}
/**
* @property Show\Field|Collection id
* @property Show\Field|Collection name
* @property Show\Field|Collection norms
* @property Show\Field|Collection category
* @property Show\Field|Collection price
* @property Show\Field|Collection shop_name
* @property Show\Field|Collection brand
* @property Show\Field|Collection state
* @property Show\Field|Collection added_at
* @property Show\Field|Collection images
* @property Show\Field|Collection year
* @property Show\Field|Collection rating
* @property Show\Field|Collection directors
* @property Show\Field|Collection casts
* @property Show\Field|Collection genres
* @property Show\Field|Collection type
* @property Show\Field|Collection version
* @property Show\Field|Collection detail
* @property Show\Field|Collection created_at
* @property Show\Field|Collection updated_at
* @property Show\Field|Collection is_enabled
* @property Show\Field|Collection parent_id
* @property Show\Field|Collection order
* @property Show\Field|Collection icon
* @property Show\Field|Collection uri
* @property Show\Field|Collection extension
* @property Show\Field|Collection user_id
* @property Show\Field|Collection path
* @property Show\Field|Collection method
* @property Show\Field|Collection ip
* @property Show\Field|Collection input
* @property Show\Field|Collection permission_id
* @property Show\Field|Collection menu_id
* @property Show\Field|Collection slug
* @property Show\Field|Collection http_method
* @property Show\Field|Collection http_path
* @property Show\Field|Collection role_id
* @property Show\Field|Collection value
* @property Show\Field|Collection test
* @property Show\Field|Collection username
* @property Show\Field|Collection password
* @property Show\Field|Collection avatar
* @property Show\Field|Collection remember_token
* @property Show\Field|Collection group_id
* @property Show\Field|Collection remark
* @property Show\Field|Collection status
* @property Show\Field|Collection service_url
* @property Show\Field|Collection recharge_url
* @property Show\Field|Collection channel_url
* @property Show\Field|Collection photo_id
* @property Show\Field|Collection admin_id
* @property Show\Field|Collection recharge_addr
* @property Show\Field|Collection lucky_id
* @property Show\Field|Collection amount
* @property Show\Field|Collection tg_id
* @property Show\Field|Collection sender_id
* @property Show\Field|Collection profit_amount
* @property Show\Field|Collection uuid
* @property Show\Field|Collection connection
* @property Show\Field|Collection queue
* @property Show\Field|Collection payload
* @property Show\Field|Collection exception
* @property Show\Field|Collection failed_at
* @property Show\Field|Collection invite_link
* @property Show\Field|Collection invite_user_id
* @property Show\Field|Collection balance
* @property Show\Field|Collection attempts
* @property Show\Field|Collection reserved_at
* @property Show\Field|Collection available_at
* @property Show\Field|Collection is_thunder
* @property Show\Field|Collection lose_money
* @property Show\Field|Collection first_name
* @property Show\Field|Collection received
* @property Show\Field|Collection lucky
* @property Show\Field|Collection thunder
* @property Show\Field|Collection chat_id
* @property Show\Field|Collection red_list
* @property Show\Field|Collection sender_name
* @property Show\Field|Collection lose_rate
* @property Show\Field|Collection message_id
* @property Show\Field|Collection received_num
* @property Show\Field|Collection email
* @property Show\Field|Collection token
* @property Show\Field|Collection telegramid
* @property Show\Field|Collection topup_address
* @property Show\Field|Collection way
* @property Show\Field|Collection applytime
* @property Show\Field|Collection applytimestamp
* @property Show\Field|Collection tixiantime
* @property Show\Field|Collection changetime
* @property Show\Field|Collection replyMessageid
* @property Show\Field|Collection transaction_id
* @property Show\Field|Collection isfuyingli
* @property Show\Field|Collection tokenable_type
* @property Show\Field|Collection tokenable_id
* @property Show\Field|Collection abilities
* @property Show\Field|Collection last_used_at
* @property Show\Field|Collection expires_at
* @property Show\Field|Collection deleted_at
* @property Show\Field|Collection trx_hash
* @property Show\Field|Collection tail
* @property Show\Field|Collection reward_num
* @property Show\Field|Collection share_user_id
* @property Show\Field|Collection invite_user
* @property Show\Field|Collection has_thunder
* @property Show\Field|Collection pass_mine
* @property Show\Field|Collection auto_get
* @property Show\Field|Collection withdraw_addr
* @property Show\Field|Collection no_thunder
* @property Show\Field|Collection get_mine
* @property Show\Field|Collection online
* @property Show\Field|Collection email_verified_at
* @property Show\Field|Collection address
* @property Show\Field|Collection addr_type
*
* @method Show\Field|Collection id(string $label = null)
* @method Show\Field|Collection name(string $label = null)
* @method Show\Field|Collection norms(string $label = null)
* @method Show\Field|Collection category(string $label = null)
* @method Show\Field|Collection price(string $label = null)
* @method Show\Field|Collection shop_name(string $label = null)
* @method Show\Field|Collection brand(string $label = null)
* @method Show\Field|Collection state(string $label = null)
* @method Show\Field|Collection added_at(string $label = null)
* @method Show\Field|Collection images(string $label = null)
* @method Show\Field|Collection year(string $label = null)
* @method Show\Field|Collection rating(string $label = null)
* @method Show\Field|Collection directors(string $label = null)
* @method Show\Field|Collection casts(string $label = null)
* @method Show\Field|Collection genres(string $label = null)
* @method Show\Field|Collection type(string $label = null)
* @method Show\Field|Collection version(string $label = null)
* @method Show\Field|Collection detail(string $label = null)
* @method Show\Field|Collection created_at(string $label = null)
* @method Show\Field|Collection updated_at(string $label = null)
* @method Show\Field|Collection is_enabled(string $label = null)
* @method Show\Field|Collection parent_id(string $label = null)
* @method Show\Field|Collection order(string $label = null)
* @method Show\Field|Collection icon(string $label = null)
* @method Show\Field|Collection uri(string $label = null)
* @method Show\Field|Collection extension(string $label = null)
* @method Show\Field|Collection user_id(string $label = null)
* @method Show\Field|Collection path(string $label = null)
* @method Show\Field|Collection method(string $label = null)
* @method Show\Field|Collection ip(string $label = null)
* @method Show\Field|Collection input(string $label = null)
* @method Show\Field|Collection permission_id(string $label = null)
* @method Show\Field|Collection menu_id(string $label = null)
* @method Show\Field|Collection slug(string $label = null)
* @method Show\Field|Collection http_method(string $label = null)
* @method Show\Field|Collection http_path(string $label = null)
* @method Show\Field|Collection role_id(string $label = null)
* @method Show\Field|Collection value(string $label = null)
* @method Show\Field|Collection test(string $label = null)
* @method Show\Field|Collection username(string $label = null)
* @method Show\Field|Collection password(string $label = null)
* @method Show\Field|Collection avatar(string $label = null)
* @method Show\Field|Collection remember_token(string $label = null)
* @method Show\Field|Collection group_id(string $label = null)
* @method Show\Field|Collection remark(string $label = null)
* @method Show\Field|Collection status(string $label = null)
* @method Show\Field|Collection service_url(string $label = null)
* @method Show\Field|Collection recharge_url(string $label = null)
* @method Show\Field|Collection channel_url(string $label = null)
* @method Show\Field|Collection photo_id(string $label = null)
* @method Show\Field|Collection admin_id(string $label = null)
* @method Show\Field|Collection recharge_addr(string $label = null)
* @method Show\Field|Collection lucky_id(string $label = null)
* @method Show\Field|Collection amount(string $label = null)
* @method Show\Field|Collection tg_id(string $label = null)
* @method Show\Field|Collection sender_id(string $label = null)
* @method Show\Field|Collection profit_amount(string $label = null)
* @method Show\Field|Collection uuid(string $label = null)
* @method Show\Field|Collection connection(string $label = null)
* @method Show\Field|Collection queue(string $label = null)
* @method Show\Field|Collection payload(string $label = null)
* @method Show\Field|Collection exception(string $label = null)
* @method Show\Field|Collection failed_at(string $label = null)
* @method Show\Field|Collection invite_link(string $label = null)
* @method Show\Field|Collection invite_user_id(string $label = null)
* @method Show\Field|Collection balance(string $label = null)
* @method Show\Field|Collection attempts(string $label = null)
* @method Show\Field|Collection reserved_at(string $label = null)
* @method Show\Field|Collection available_at(string $label = null)
* @method Show\Field|Collection is_thunder(string $label = null)
* @method Show\Field|Collection lose_money(string $label = null)
* @method Show\Field|Collection first_name(string $label = null)
* @method Show\Field|Collection received(string $label = null)
* @method Show\Field|Collection lucky(string $label = null)
* @method Show\Field|Collection thunder(string $label = null)
* @method Show\Field|Collection chat_id(string $label = null)
* @method Show\Field|Collection red_list(string $label = null)
* @method Show\Field|Collection sender_name(string $label = null)
* @method Show\Field|Collection lose_rate(string $label = null)
* @method Show\Field|Collection message_id(string $label = null)
* @method Show\Field|Collection received_num(string $label = null)
* @method Show\Field|Collection email(string $label = null)
* @method Show\Field|Collection token(string $label = null)
* @method Show\Field|Collection telegramid(string $label = null)
* @method Show\Field|Collection topup_address(string $label = null)
* @method Show\Field|Collection way(string $label = null)
* @method Show\Field|Collection applytime(string $label = null)
* @method Show\Field|Collection applytimestamp(string $label = null)
* @method Show\Field|Collection tixiantime(string $label = null)
* @method Show\Field|Collection changetime(string $label = null)
* @method Show\Field|Collection replyMessageid(string $label = null)
* @method Show\Field|Collection transaction_id(string $label = null)
* @method Show\Field|Collection isfuyingli(string $label = null)
* @method Show\Field|Collection tokenable_type(string $label = null)
* @method Show\Field|Collection tokenable_id(string $label = null)
* @method Show\Field|Collection abilities(string $label = null)
* @method Show\Field|Collection last_used_at(string $label = null)
* @method Show\Field|Collection expires_at(string $label = null)
* @method Show\Field|Collection deleted_at(string $label = null)
* @method Show\Field|Collection trx_hash(string $label = null)
* @method Show\Field|Collection tail(string $label = null)
* @method Show\Field|Collection reward_num(string $label = null)
* @method Show\Field|Collection share_user_id(string $label = null)
* @method Show\Field|Collection invite_user(string $label = null)
* @method Show\Field|Collection has_thunder(string $label = null)
* @method Show\Field|Collection pass_mine(string $label = null)
* @method Show\Field|Collection auto_get(string $label = null)
* @method Show\Field|Collection withdraw_addr(string $label = null)
* @method Show\Field|Collection no_thunder(string $label = null)
* @method Show\Field|Collection get_mine(string $label = null)
* @method Show\Field|Collection online(string $label = null)
* @method Show\Field|Collection email_verified_at(string $label = null)
* @method Show\Field|Collection address(string $label = null)
* @method Show\Field|Collection addr_type(string $label = null)
*/
class Show {}
/**
*/
class Form {}
}
namespace Dcat\Admin\Grid {
/**
* @method $this code(...$params)
*/
class Column {}
/**
*/
class Filter {}
}
namespace Dcat\Admin\Show {
/**
*/
class Field {}
}