dcat_admin_ide_helper.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  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 id
  13. * @property Grid\Column|Collection name
  14. * @property Grid\Column|Collection type
  15. * @property Grid\Column|Collection version
  16. * @property Grid\Column|Collection detail
  17. * @property Grid\Column|Collection created_at
  18. * @property Grid\Column|Collection updated_at
  19. * @property Grid\Column|Collection is_enabled
  20. * @property Grid\Column|Collection parent_id
  21. * @property Grid\Column|Collection order
  22. * @property Grid\Column|Collection icon
  23. * @property Grid\Column|Collection uri
  24. * @property Grid\Column|Collection extension
  25. * @property Grid\Column|Collection permission_id
  26. * @property Grid\Column|Collection menu_id
  27. * @property Grid\Column|Collection slug
  28. * @property Grid\Column|Collection http_method
  29. * @property Grid\Column|Collection http_path
  30. * @property Grid\Column|Collection role_id
  31. * @property Grid\Column|Collection user_id
  32. * @property Grid\Column|Collection value
  33. * @property Grid\Column|Collection username
  34. * @property Grid\Column|Collection password
  35. * @property Grid\Column|Collection avatar
  36. * @property Grid\Column|Collection remember_token
  37. * @property Grid\Column|Collection uuid
  38. * @property Grid\Column|Collection connection
  39. * @property Grid\Column|Collection queue
  40. * @property Grid\Column|Collection payload
  41. * @property Grid\Column|Collection exception
  42. * @property Grid\Column|Collection failed_at
  43. * @property Grid\Column|Collection email
  44. * @property Grid\Column|Collection token
  45. * @property Grid\Column|Collection service_wechat
  46. * @property Grid\Column|Collection service_qrcode
  47. * @property Grid\Column|Collection price
  48. * @property Grid\Column|Collection withdraw_discount
  49. * @property Grid\Column|Collection withdraw_desc
  50. * @property Grid\Column|Collection is_open
  51. * @property Grid\Column|Collection child_id
  52. * @property Grid\Column|Collection income
  53. * @property Grid\Column|Collection order_id
  54. * @property Grid\Column|Collection prepay_id
  55. * @property Grid\Column|Collection serial_number
  56. * @property Grid\Column|Collection order_fee
  57. * @property Grid\Column|Collection status
  58. * @property Grid\Column|Collection account
  59. * @property Grid\Column|Collection desc
  60. * @property Grid\Column|Collection nickname
  61. * @property Grid\Column|Collection openid
  62. * @property Grid\Column|Collection head_img
  63. * @property Grid\Column|Collection phone_num
  64. * @property Grid\Column|Collection is_vip
  65. * @property Grid\Column|Collection share_qrcode
  66. * @property Grid\Column|Collection scene_code
  67. * @property Grid\Column|Collection become_vip_at
  68. * @property Grid\Column|Collection become_child_at
  69. *
  70. * @method Grid\Column|Collection id(string $label = null)
  71. * @method Grid\Column|Collection name(string $label = null)
  72. * @method Grid\Column|Collection type(string $label = null)
  73. * @method Grid\Column|Collection version(string $label = null)
  74. * @method Grid\Column|Collection detail(string $label = null)
  75. * @method Grid\Column|Collection created_at(string $label = null)
  76. * @method Grid\Column|Collection updated_at(string $label = null)
  77. * @method Grid\Column|Collection is_enabled(string $label = null)
  78. * @method Grid\Column|Collection parent_id(string $label = null)
  79. * @method Grid\Column|Collection order(string $label = null)
  80. * @method Grid\Column|Collection icon(string $label = null)
  81. * @method Grid\Column|Collection uri(string $label = null)
  82. * @method Grid\Column|Collection extension(string $label = null)
  83. * @method Grid\Column|Collection permission_id(string $label = null)
  84. * @method Grid\Column|Collection menu_id(string $label = null)
  85. * @method Grid\Column|Collection slug(string $label = null)
  86. * @method Grid\Column|Collection http_method(string $label = null)
  87. * @method Grid\Column|Collection http_path(string $label = null)
  88. * @method Grid\Column|Collection role_id(string $label = null)
  89. * @method Grid\Column|Collection user_id(string $label = null)
  90. * @method Grid\Column|Collection value(string $label = null)
  91. * @method Grid\Column|Collection username(string $label = null)
  92. * @method Grid\Column|Collection password(string $label = null)
  93. * @method Grid\Column|Collection avatar(string $label = null)
  94. * @method Grid\Column|Collection remember_token(string $label = null)
  95. * @method Grid\Column|Collection uuid(string $label = null)
  96. * @method Grid\Column|Collection connection(string $label = null)
  97. * @method Grid\Column|Collection queue(string $label = null)
  98. * @method Grid\Column|Collection payload(string $label = null)
  99. * @method Grid\Column|Collection exception(string $label = null)
  100. * @method Grid\Column|Collection failed_at(string $label = null)
  101. * @method Grid\Column|Collection email(string $label = null)
  102. * @method Grid\Column|Collection token(string $label = null)
  103. * @method Grid\Column|Collection service_wechat(string $label = null)
  104. * @method Grid\Column|Collection service_qrcode(string $label = null)
  105. * @method Grid\Column|Collection price(string $label = null)
  106. * @method Grid\Column|Collection withdraw_discount(string $label = null)
  107. * @method Grid\Column|Collection withdraw_desc(string $label = null)
  108. * @method Grid\Column|Collection is_open(string $label = null)
  109. * @method Grid\Column|Collection child_id(string $label = null)
  110. * @method Grid\Column|Collection income(string $label = null)
  111. * @method Grid\Column|Collection order_id(string $label = null)
  112. * @method Grid\Column|Collection prepay_id(string $label = null)
  113. * @method Grid\Column|Collection serial_number(string $label = null)
  114. * @method Grid\Column|Collection order_fee(string $label = null)
  115. * @method Grid\Column|Collection status(string $label = null)
  116. * @method Grid\Column|Collection account(string $label = null)
  117. * @method Grid\Column|Collection desc(string $label = null)
  118. * @method Grid\Column|Collection nickname(string $label = null)
  119. * @method Grid\Column|Collection openid(string $label = null)
  120. * @method Grid\Column|Collection head_img(string $label = null)
  121. * @method Grid\Column|Collection phone_num(string $label = null)
  122. * @method Grid\Column|Collection is_vip(string $label = null)
  123. * @method Grid\Column|Collection share_qrcode(string $label = null)
  124. * @method Grid\Column|Collection scene_code(string $label = null)
  125. * @method Grid\Column|Collection become_vip_at(string $label = null)
  126. * @method Grid\Column|Collection become_child_at(string $label = null)
  127. */
  128. class Grid {}
  129. class MiniGrid extends Grid {}
  130. /**
  131. * @property Show\Field|Collection id
  132. * @property Show\Field|Collection name
  133. * @property Show\Field|Collection type
  134. * @property Show\Field|Collection version
  135. * @property Show\Field|Collection detail
  136. * @property Show\Field|Collection created_at
  137. * @property Show\Field|Collection updated_at
  138. * @property Show\Field|Collection is_enabled
  139. * @property Show\Field|Collection parent_id
  140. * @property Show\Field|Collection order
  141. * @property Show\Field|Collection icon
  142. * @property Show\Field|Collection uri
  143. * @property Show\Field|Collection extension
  144. * @property Show\Field|Collection permission_id
  145. * @property Show\Field|Collection menu_id
  146. * @property Show\Field|Collection slug
  147. * @property Show\Field|Collection http_method
  148. * @property Show\Field|Collection http_path
  149. * @property Show\Field|Collection role_id
  150. * @property Show\Field|Collection user_id
  151. * @property Show\Field|Collection value
  152. * @property Show\Field|Collection username
  153. * @property Show\Field|Collection password
  154. * @property Show\Field|Collection avatar
  155. * @property Show\Field|Collection remember_token
  156. * @property Show\Field|Collection uuid
  157. * @property Show\Field|Collection connection
  158. * @property Show\Field|Collection queue
  159. * @property Show\Field|Collection payload
  160. * @property Show\Field|Collection exception
  161. * @property Show\Field|Collection failed_at
  162. * @property Show\Field|Collection email
  163. * @property Show\Field|Collection token
  164. * @property Show\Field|Collection service_wechat
  165. * @property Show\Field|Collection service_qrcode
  166. * @property Show\Field|Collection price
  167. * @property Show\Field|Collection withdraw_discount
  168. * @property Show\Field|Collection withdraw_desc
  169. * @property Show\Field|Collection is_open
  170. * @property Show\Field|Collection child_id
  171. * @property Show\Field|Collection income
  172. * @property Show\Field|Collection order_id
  173. * @property Show\Field|Collection prepay_id
  174. * @property Show\Field|Collection serial_number
  175. * @property Show\Field|Collection order_fee
  176. * @property Show\Field|Collection status
  177. * @property Show\Field|Collection account
  178. * @property Show\Field|Collection desc
  179. * @property Show\Field|Collection nickname
  180. * @property Show\Field|Collection openid
  181. * @property Show\Field|Collection head_img
  182. * @property Show\Field|Collection phone_num
  183. * @property Show\Field|Collection is_vip
  184. * @property Show\Field|Collection share_qrcode
  185. * @property Show\Field|Collection scene_code
  186. * @property Show\Field|Collection become_vip_at
  187. * @property Show\Field|Collection become_child_at
  188. *
  189. * @method Show\Field|Collection id(string $label = null)
  190. * @method Show\Field|Collection name(string $label = null)
  191. * @method Show\Field|Collection type(string $label = null)
  192. * @method Show\Field|Collection version(string $label = null)
  193. * @method Show\Field|Collection detail(string $label = null)
  194. * @method Show\Field|Collection created_at(string $label = null)
  195. * @method Show\Field|Collection updated_at(string $label = null)
  196. * @method Show\Field|Collection is_enabled(string $label = null)
  197. * @method Show\Field|Collection parent_id(string $label = null)
  198. * @method Show\Field|Collection order(string $label = null)
  199. * @method Show\Field|Collection icon(string $label = null)
  200. * @method Show\Field|Collection uri(string $label = null)
  201. * @method Show\Field|Collection extension(string $label = null)
  202. * @method Show\Field|Collection permission_id(string $label = null)
  203. * @method Show\Field|Collection menu_id(string $label = null)
  204. * @method Show\Field|Collection slug(string $label = null)
  205. * @method Show\Field|Collection http_method(string $label = null)
  206. * @method Show\Field|Collection http_path(string $label = null)
  207. * @method Show\Field|Collection role_id(string $label = null)
  208. * @method Show\Field|Collection user_id(string $label = null)
  209. * @method Show\Field|Collection value(string $label = null)
  210. * @method Show\Field|Collection username(string $label = null)
  211. * @method Show\Field|Collection password(string $label = null)
  212. * @method Show\Field|Collection avatar(string $label = null)
  213. * @method Show\Field|Collection remember_token(string $label = null)
  214. * @method Show\Field|Collection uuid(string $label = null)
  215. * @method Show\Field|Collection connection(string $label = null)
  216. * @method Show\Field|Collection queue(string $label = null)
  217. * @method Show\Field|Collection payload(string $label = null)
  218. * @method Show\Field|Collection exception(string $label = null)
  219. * @method Show\Field|Collection failed_at(string $label = null)
  220. * @method Show\Field|Collection email(string $label = null)
  221. * @method Show\Field|Collection token(string $label = null)
  222. * @method Show\Field|Collection service_wechat(string $label = null)
  223. * @method Show\Field|Collection service_qrcode(string $label = null)
  224. * @method Show\Field|Collection price(string $label = null)
  225. * @method Show\Field|Collection withdraw_discount(string $label = null)
  226. * @method Show\Field|Collection withdraw_desc(string $label = null)
  227. * @method Show\Field|Collection is_open(string $label = null)
  228. * @method Show\Field|Collection child_id(string $label = null)
  229. * @method Show\Field|Collection income(string $label = null)
  230. * @method Show\Field|Collection order_id(string $label = null)
  231. * @method Show\Field|Collection prepay_id(string $label = null)
  232. * @method Show\Field|Collection serial_number(string $label = null)
  233. * @method Show\Field|Collection order_fee(string $label = null)
  234. * @method Show\Field|Collection status(string $label = null)
  235. * @method Show\Field|Collection account(string $label = null)
  236. * @method Show\Field|Collection desc(string $label = null)
  237. * @method Show\Field|Collection nickname(string $label = null)
  238. * @method Show\Field|Collection openid(string $label = null)
  239. * @method Show\Field|Collection head_img(string $label = null)
  240. * @method Show\Field|Collection phone_num(string $label = null)
  241. * @method Show\Field|Collection is_vip(string $label = null)
  242. * @method Show\Field|Collection share_qrcode(string $label = null)
  243. * @method Show\Field|Collection scene_code(string $label = null)
  244. * @method Show\Field|Collection become_vip_at(string $label = null)
  245. * @method Show\Field|Collection become_child_at(string $label = null)
  246. */
  247. class Show {}
  248. /**
  249. */
  250. class Form {}
  251. }
  252. namespace Dcat\Admin\Grid {
  253. /**
  254. */
  255. class Column {}
  256. /**
  257. */
  258. class Filter {}
  259. }
  260. namespace Dcat\Admin\Show {
  261. /**
  262. */
  263. class Field {}
  264. }