海南旅游SAAS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

385 lines
20 KiB

4 years ago
  1. <?php
  2. /**
  3. * A helper file for Dcat Admin, to provide autocomplete information to your IDE
  4. *
  5. * This file should not be included in your code, only analyzed by your IDE!
  6. *
  7. * @author jqh <841324345@qq.com>
  8. */
  9. namespace Dcat\Admin {
  10. use Illuminate\Support\Collection;
  11. /**
  12. * @property Grid\Column|Collection content
  13. * @property Grid\Column|Collection know
  14. * @property Grid\Column|Collection product_id
  15. * @property Grid\Column|Collection created_at
  16. * @property Grid\Column|Collection detail
  17. * @property Grid\Column|Collection id
  18. * @property Grid\Column|Collection name
  19. * @property Grid\Column|Collection type
  20. * @property Grid\Column|Collection updated_at
  21. * @property Grid\Column|Collection version
  22. * @property Grid\Column|Collection is_enabled
  23. * @property Grid\Column|Collection extension
  24. * @property Grid\Column|Collection icon
  25. * @property Grid\Column|Collection order
  26. * @property Grid\Column|Collection parent_id
  27. * @property Grid\Column|Collection uri
  28. * @property Grid\Column|Collection menu_id
  29. * @property Grid\Column|Collection permission_id
  30. * @property Grid\Column|Collection http_method
  31. * @property Grid\Column|Collection http_path
  32. * @property Grid\Column|Collection slug
  33. * @property Grid\Column|Collection role_id
  34. * @property Grid\Column|Collection user_id
  35. * @property Grid\Column|Collection value
  36. * @property Grid\Column|Collection avatar
  37. * @property Grid\Column|Collection password
  38. * @property Grid\Column|Collection remember_token
  39. * @property Grid\Column|Collection username
  40. * @property Grid\Column|Collection agent_id
  41. * @property Grid\Column|Collection desc
  42. * @property Grid\Column|Collection picture
  43. * @property Grid\Column|Collection tag
  44. * @property Grid\Column|Collection about
  45. * @property Grid\Column|Collection buy_protocol
  46. * @property Grid\Column|Collection reg_protocol
  47. * @property Grid\Column|Collection category_id
  48. * @property Grid\Column|Collection channel_id
  49. * @property Grid\Column|Collection original_price
  50. * @property Grid\Column|Collection price
  51. * @property Grid\Column|Collection sale
  52. * @property Grid\Column|Collection status
  53. * @property Grid\Column|Collection account
  54. * @property Grid\Column|Collection appid
  55. * @property Grid\Column|Collection appsecret
  56. * @property Grid\Column|Collection mchid
  57. * @property Grid\Column|Collection mchkey
  58. * @property Grid\Column|Collection author
  59. * @property Grid\Column|Collection deleted_at
  60. * @property Grid\Column|Collection image
  61. * @property Grid\Column|Collection pid
  62. * @property Grid\Column|Collection sort
  63. * @property Grid\Column|Collection agent_product_id
  64. * @property Grid\Column|Collection end_at
  65. * @property Grid\Column|Collection start_at
  66. * @property Grid\Column|Collection connection
  67. * @property Grid\Column|Collection exception
  68. * @property Grid\Column|Collection failed_at
  69. * @property Grid\Column|Collection payload
  70. * @property Grid\Column|Collection queue
  71. * @property Grid\Column|Collection uuid
  72. * @property Grid\Column|Collection is_read
  73. * @property Grid\Column|Collection coupon_id
  74. * @property Grid\Column|Collection mobile
  75. * @property Grid\Column|Collection num
  76. * @property Grid\Column|Collection order_no
  77. * @property Grid\Column|Collection paid_at
  78. * @property Grid\Column|Collection paid_money
  79. * @property Grid\Column|Collection pay_type
  80. * @property Grid\Column|Collection refund_info
  81. * @property Grid\Column|Collection email
  82. * @property Grid\Column|Collection token
  83. * @property Grid\Column|Collection pictures
  84. * @property Grid\Column|Collection stock
  85. * @property Grid\Column|Collection supplier_id
  86. * @property Grid\Column|Collection url
  87. * @property Grid\Column|Collection picture_ad
  88. * @property Grid\Column|Collection channels
  89. * @property Grid\Column|Collection money
  90. * @property Grid\Column|Collection order_id
  91. * @property Grid\Column|Collection transaction_id
  92. * @property Grid\Column|Collection nickname
  93. * @property Grid\Column|Collection openid
  94. * @property Grid\Column|Collection unionid
  95. * @property Grid\Column|Collection verifier
  96. *
  97. * @method Grid\Column|Collection content(string $label = null)
  98. * @method Grid\Column|Collection know(string $label = null)
  99. * @method Grid\Column|Collection product_id(string $label = null)
  100. * @method Grid\Column|Collection created_at(string $label = null)
  101. * @method Grid\Column|Collection detail(string $label = null)
  102. * @method Grid\Column|Collection id(string $label = null)
  103. * @method Grid\Column|Collection name(string $label = null)
  104. * @method Grid\Column|Collection type(string $label = null)
  105. * @method Grid\Column|Collection updated_at(string $label = null)
  106. * @method Grid\Column|Collection version(string $label = null)
  107. * @method Grid\Column|Collection is_enabled(string $label = null)
  108. * @method Grid\Column|Collection extension(string $label = null)
  109. * @method Grid\Column|Collection icon(string $label = null)
  110. * @method Grid\Column|Collection order(string $label = null)
  111. * @method Grid\Column|Collection parent_id(string $label = null)
  112. * @method Grid\Column|Collection uri(string $label = null)
  113. * @method Grid\Column|Collection menu_id(string $label = null)
  114. * @method Grid\Column|Collection permission_id(string $label = null)
  115. * @method Grid\Column|Collection http_method(string $label = null)
  116. * @method Grid\Column|Collection http_path(string $label = null)
  117. * @method Grid\Column|Collection slug(string $label = null)
  118. * @method Grid\Column|Collection role_id(string $label = null)
  119. * @method Grid\Column|Collection user_id(string $label = null)
  120. * @method Grid\Column|Collection value(string $label = null)
  121. * @method Grid\Column|Collection avatar(string $label = null)
  122. * @method Grid\Column|Collection password(string $label = null)
  123. * @method Grid\Column|Collection remember_token(string $label = null)
  124. * @method Grid\Column|Collection username(string $label = null)
  125. * @method Grid\Column|Collection agent_id(string $label = null)
  126. * @method Grid\Column|Collection desc(string $label = null)
  127. * @method Grid\Column|Collection picture(string $label = null)
  128. * @method Grid\Column|Collection tag(string $label = null)
  129. * @method Grid\Column|Collection about(string $label = null)
  130. * @method Grid\Column|Collection buy_protocol(string $label = null)
  131. * @method Grid\Column|Collection reg_protocol(string $label = null)
  132. * @method Grid\Column|Collection category_id(string $label = null)
  133. * @method Grid\Column|Collection channel_id(string $label = null)
  134. * @method Grid\Column|Collection original_price(string $label = null)
  135. * @method Grid\Column|Collection price(string $label = null)
  136. * @method Grid\Column|Collection sale(string $label = null)
  137. * @method Grid\Column|Collection status(string $label = null)
  138. * @method Grid\Column|Collection account(string $label = null)
  139. * @method Grid\Column|Collection appid(string $label = null)
  140. * @method Grid\Column|Collection appsecret(string $label = null)
  141. * @method Grid\Column|Collection mchid(string $label = null)
  142. * @method Grid\Column|Collection mchkey(string $label = null)
  143. * @method Grid\Column|Collection author(string $label = null)
  144. * @method Grid\Column|Collection deleted_at(string $label = null)
  145. * @method Grid\Column|Collection image(string $label = null)
  146. * @method Grid\Column|Collection pid(string $label = null)
  147. * @method Grid\Column|Collection sort(string $label = null)
  148. * @method Grid\Column|Collection agent_product_id(string $label = null)
  149. * @method Grid\Column|Collection end_at(string $label = null)
  150. * @method Grid\Column|Collection start_at(string $label = null)
  151. * @method Grid\Column|Collection connection(string $label = null)
  152. * @method Grid\Column|Collection exception(string $label = null)
  153. * @method Grid\Column|Collection failed_at(string $label = null)
  154. * @method Grid\Column|Collection payload(string $label = null)
  155. * @method Grid\Column|Collection queue(string $label = null)
  156. * @method Grid\Column|Collection uuid(string $label = null)
  157. * @method Grid\Column|Collection is_read(string $label = null)
  158. * @method Grid\Column|Collection coupon_id(string $label = null)
  159. * @method Grid\Column|Collection mobile(string $label = null)
  160. * @method Grid\Column|Collection num(string $label = null)
  161. * @method Grid\Column|Collection order_no(string $label = null)
  162. * @method Grid\Column|Collection paid_at(string $label = null)
  163. * @method Grid\Column|Collection paid_money(string $label = null)
  164. * @method Grid\Column|Collection pay_type(string $label = null)
  165. * @method Grid\Column|Collection refund_info(string $label = null)
  166. * @method Grid\Column|Collection email(string $label = null)
  167. * @method Grid\Column|Collection token(string $label = null)
  168. * @method Grid\Column|Collection pictures(string $label = null)
  169. * @method Grid\Column|Collection stock(string $label = null)
  170. * @method Grid\Column|Collection supplier_id(string $label = null)
  171. * @method Grid\Column|Collection url(string $label = null)
  172. * @method Grid\Column|Collection picture_ad(string $label = null)
  173. * @method Grid\Column|Collection channels(string $label = null)
  174. * @method Grid\Column|Collection money(string $label = null)
  175. * @method Grid\Column|Collection order_id(string $label = null)
  176. * @method Grid\Column|Collection transaction_id(string $label = null)
  177. * @method Grid\Column|Collection nickname(string $label = null)
  178. * @method Grid\Column|Collection openid(string $label = null)
  179. * @method Grid\Column|Collection unionid(string $label = null)
  180. * @method Grid\Column|Collection verifier(string $label = null)
  181. */
  182. class Grid {}
  183. class MiniGrid extends Grid {}
  184. /**
  185. * @property Show\Field|Collection content
  186. * @property Show\Field|Collection know
  187. * @property Show\Field|Collection product_id
  188. * @property Show\Field|Collection created_at
  189. * @property Show\Field|Collection detail
  190. * @property Show\Field|Collection id
  191. * @property Show\Field|Collection name
  192. * @property Show\Field|Collection type
  193. * @property Show\Field|Collection updated_at
  194. * @property Show\Field|Collection version
  195. * @property Show\Field|Collection is_enabled
  196. * @property Show\Field|Collection extension
  197. * @property Show\Field|Collection icon
  198. * @property Show\Field|Collection order
  199. * @property Show\Field|Collection parent_id
  200. * @property Show\Field|Collection uri
  201. * @property Show\Field|Collection menu_id
  202. * @property Show\Field|Collection permission_id
  203. * @property Show\Field|Collection http_method
  204. * @property Show\Field|Collection http_path
  205. * @property Show\Field|Collection slug
  206. * @property Show\Field|Collection role_id
  207. * @property Show\Field|Collection user_id
  208. * @property Show\Field|Collection value
  209. * @property Show\Field|Collection avatar
  210. * @property Show\Field|Collection password
  211. * @property Show\Field|Collection remember_token
  212. * @property Show\Field|Collection username
  213. * @property Show\Field|Collection agent_id
  214. * @property Show\Field|Collection desc
  215. * @property Show\Field|Collection picture
  216. * @property Show\Field|Collection tag
  217. * @property Show\Field|Collection about
  218. * @property Show\Field|Collection buy_protocol
  219. * @property Show\Field|Collection reg_protocol
  220. * @property Show\Field|Collection category_id
  221. * @property Show\Field|Collection channel_id
  222. * @property Show\Field|Collection original_price
  223. * @property Show\Field|Collection price
  224. * @property Show\Field|Collection sale
  225. * @property Show\Field|Collection status
  226. * @property Show\Field|Collection account
  227. * @property Show\Field|Collection appid
  228. * @property Show\Field|Collection appsecret
  229. * @property Show\Field|Collection mchid
  230. * @property Show\Field|Collection mchkey
  231. * @property Show\Field|Collection author
  232. * @property Show\Field|Collection deleted_at
  233. * @property Show\Field|Collection image
  234. * @property Show\Field|Collection pid
  235. * @property Show\Field|Collection sort
  236. * @property Show\Field|Collection agent_product_id
  237. * @property Show\Field|Collection end_at
  238. * @property Show\Field|Collection start_at
  239. * @property Show\Field|Collection connection
  240. * @property Show\Field|Collection exception
  241. * @property Show\Field|Collection failed_at
  242. * @property Show\Field|Collection payload
  243. * @property Show\Field|Collection queue
  244. * @property Show\Field|Collection uuid
  245. * @property Show\Field|Collection is_read
  246. * @property Show\Field|Collection coupon_id
  247. * @property Show\Field|Collection mobile
  248. * @property Show\Field|Collection num
  249. * @property Show\Field|Collection order_no
  250. * @property Show\Field|Collection paid_at
  251. * @property Show\Field|Collection paid_money
  252. * @property Show\Field|Collection pay_type
  253. * @property Show\Field|Collection refund_info
  254. * @property Show\Field|Collection email
  255. * @property Show\Field|Collection token
  256. * @property Show\Field|Collection pictures
  257. * @property Show\Field|Collection stock
  258. * @property Show\Field|Collection supplier_id
  259. * @property Show\Field|Collection url
  260. * @property Show\Field|Collection picture_ad
  261. * @property Show\Field|Collection channels
  262. * @property Show\Field|Collection money
  263. * @property Show\Field|Collection order_id
  264. * @property Show\Field|Collection transaction_id
  265. * @property Show\Field|Collection nickname
  266. * @property Show\Field|Collection openid
  267. * @property Show\Field|Collection unionid
  268. * @property Show\Field|Collection verifier
  269. *
  270. * @method Show\Field|Collection content(string $label = null)
  271. * @method Show\Field|Collection know(string $label = null)
  272. * @method Show\Field|Collection product_id(string $label = null)
  273. * @method Show\Field|Collection created_at(string $label = null)
  274. * @method Show\Field|Collection detail(string $label = null)
  275. * @method Show\Field|Collection id(string $label = null)
  276. * @method Show\Field|Collection name(string $label = null)
  277. * @method Show\Field|Collection type(string $label = null)
  278. * @method Show\Field|Collection updated_at(string $label = null)
  279. * @method Show\Field|Collection version(string $label = null)
  280. * @method Show\Field|Collection is_enabled(string $label = null)
  281. * @method Show\Field|Collection extension(string $label = null)
  282. * @method Show\Field|Collection icon(string $label = null)
  283. * @method Show\Field|Collection order(string $label = null)
  284. * @method Show\Field|Collection parent_id(string $label = null)
  285. * @method Show\Field|Collection uri(string $label = null)
  286. * @method Show\Field|Collection menu_id(string $label = null)
  287. * @method Show\Field|Collection permission_id(string $label = null)
  288. * @method Show\Field|Collection http_method(string $label = null)
  289. * @method Show\Field|Collection http_path(string $label = null)
  290. * @method Show\Field|Collection slug(string $label = null)
  291. * @method Show\Field|Collection role_id(string $label = null)
  292. * @method Show\Field|Collection user_id(string $label = null)
  293. * @method Show\Field|Collection value(string $label = null)
  294. * @method Show\Field|Collection avatar(string $label = null)
  295. * @method Show\Field|Collection password(string $label = null)
  296. * @method Show\Field|Collection remember_token(string $label = null)
  297. * @method Show\Field|Collection username(string $label = null)
  298. * @method Show\Field|Collection agent_id(string $label = null)
  299. * @method Show\Field|Collection desc(string $label = null)
  300. * @method Show\Field|Collection picture(string $label = null)
  301. * @method Show\Field|Collection tag(string $label = null)
  302. * @method Show\Field|Collection about(string $label = null)
  303. * @method Show\Field|Collection buy_protocol(string $label = null)
  304. * @method Show\Field|Collection reg_protocol(string $label = null)
  305. * @method Show\Field|Collection category_id(string $label = null)
  306. * @method Show\Field|Collection channel_id(string $label = null)
  307. * @method Show\Field|Collection original_price(string $label = null)
  308. * @method Show\Field|Collection price(string $label = null)
  309. * @method Show\Field|Collection sale(string $label = null)
  310. * @method Show\Field|Collection status(string $label = null)
  311. * @method Show\Field|Collection account(string $label = null)
  312. * @method Show\Field|Collection appid(string $label = null)
  313. * @method Show\Field|Collection appsecret(string $label = null)
  314. * @method Show\Field|Collection mchid(string $label = null)
  315. * @method Show\Field|Collection mchkey(string $label = null)
  316. * @method Show\Field|Collection author(string $label = null)
  317. * @method Show\Field|Collection deleted_at(string $label = null)
  318. * @method Show\Field|Collection image(string $label = null)
  319. * @method Show\Field|Collection pid(string $label = null)
  320. * @method Show\Field|Collection sort(string $label = null)
  321. * @method Show\Field|Collection agent_product_id(string $label = null)
  322. * @method Show\Field|Collection end_at(string $label = null)
  323. * @method Show\Field|Collection start_at(string $label = null)
  324. * @method Show\Field|Collection connection(string $label = null)
  325. * @method Show\Field|Collection exception(string $label = null)
  326. * @method Show\Field|Collection failed_at(string $label = null)
  327. * @method Show\Field|Collection payload(string $label = null)
  328. * @method Show\Field|Collection queue(string $label = null)
  329. * @method Show\Field|Collection uuid(string $label = null)
  330. * @method Show\Field|Collection is_read(string $label = null)
  331. * @method Show\Field|Collection coupon_id(string $label = null)
  332. * @method Show\Field|Collection mobile(string $label = null)
  333. * @method Show\Field|Collection num(string $label = null)
  334. * @method Show\Field|Collection order_no(string $label = null)
  335. * @method Show\Field|Collection paid_at(string $label = null)
  336. * @method Show\Field|Collection paid_money(string $label = null)
  337. * @method Show\Field|Collection pay_type(string $label = null)
  338. * @method Show\Field|Collection refund_info(string $label = null)
  339. * @method Show\Field|Collection email(string $label = null)
  340. * @method Show\Field|Collection token(string $label = null)
  341. * @method Show\Field|Collection pictures(string $label = null)
  342. * @method Show\Field|Collection stock(string $label = null)
  343. * @method Show\Field|Collection supplier_id(string $label = null)
  344. * @method Show\Field|Collection url(string $label = null)
  345. * @method Show\Field|Collection picture_ad(string $label = null)
  346. * @method Show\Field|Collection channels(string $label = null)
  347. * @method Show\Field|Collection money(string $label = null)
  348. * @method Show\Field|Collection order_id(string $label = null)
  349. * @method Show\Field|Collection transaction_id(string $label = null)
  350. * @method Show\Field|Collection nickname(string $label = null)
  351. * @method Show\Field|Collection openid(string $label = null)
  352. * @method Show\Field|Collection unionid(string $label = null)
  353. * @method Show\Field|Collection verifier(string $label = null)
  354. */
  355. class Show {}
  356. /**
  357. */
  358. class Form {}
  359. }
  360. namespace Dcat\Admin\Grid {
  361. /**
  362. */
  363. class Column {}
  364. /**
  365. */
  366. class Filter {}
  367. }
  368. namespace Dcat\Admin\Show {
  369. /**
  370. */
  371. class Field {}
  372. }