dcat_admin_ide_helper.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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 user_name
  14. * @property Grid\Column|Collection account
  15. * @property Grid\Column|Collection password
  16. * @property Grid\Column|Collection type
  17. * @property Grid\Column|Collection remark
  18. * @property Grid\Column|Collection status
  19. * @property Grid\Column|Collection created_at
  20. * @property Grid\Column|Collection updated_at
  21. * @property Grid\Column|Collection name
  22. * @property Grid\Column|Collection version
  23. * @property Grid\Column|Collection detail
  24. * @property Grid\Column|Collection is_enabled
  25. * @property Grid\Column|Collection parent_id
  26. * @property Grid\Column|Collection order
  27. * @property Grid\Column|Collection icon
  28. * @property Grid\Column|Collection uri
  29. * @property Grid\Column|Collection extension
  30. * @property Grid\Column|Collection permission_id
  31. * @property Grid\Column|Collection menu_id
  32. * @property Grid\Column|Collection slug
  33. * @property Grid\Column|Collection http_method
  34. * @property Grid\Column|Collection http_path
  35. * @property Grid\Column|Collection role_id
  36. * @property Grid\Column|Collection user_id
  37. * @property Grid\Column|Collection value
  38. * @property Grid\Column|Collection username
  39. * @property Grid\Column|Collection avatar
  40. * @property Grid\Column|Collection remember_token
  41. * @property Grid\Column|Collection image
  42. * @property Grid\Column|Collection sort
  43. * @property Grid\Column|Collection is_opened
  44. * @property Grid\Column|Collection deleted_at
  45. * @property Grid\Column|Collection migration
  46. * @property Grid\Column|Collection batch
  47. * @property Grid\Column|Collection phone_num
  48. * @property Grid\Column|Collection wechat_num
  49. * @property Grid\Column|Collection email
  50. * @property Grid\Column|Collection token
  51. * @property Grid\Column|Collection level
  52. * @property Grid\Column|Collection pid
  53. * @property Grid\Column|Collection cover_img
  54. * @property Grid\Column|Collection product_id
  55. * @property Grid\Column|Collection group_id
  56. * @property Grid\Column|Collection origin_price
  57. * @property Grid\Column|Collection sale_price
  58. * @property Grid\Column|Collection cate_id
  59. * @property Grid\Column|Collection cases
  60. * @property Grid\Column|Collection tech_param
  61. * @property Grid\Column|Collection cad_model
  62. * @property Grid\Column|Collection cad_design
  63. * @property Grid\Column|Collection su_model
  64. * @property Grid\Column|Collection other
  65. * @property Grid\Column|Collection logo
  66. * @property Grid\Column|Collection showroom_id
  67. * @property Grid\Column|Collection videos
  68. * @property Grid\Column|Collection images
  69. * @property Grid\Column|Collection nickname
  70. * @property Grid\Column|Collection mobile
  71. * @property Grid\Column|Collection open_id
  72. * @property Grid\Column|Collection union_id
  73. * @property Grid\Column|Collection account_id
  74. * @property Grid\Column|Collection email_verified_at
  75. *
  76. * @method Grid\Column|Collection id(string $label = null)
  77. * @method Grid\Column|Collection user_name(string $label = null)
  78. * @method Grid\Column|Collection account(string $label = null)
  79. * @method Grid\Column|Collection password(string $label = null)
  80. * @method Grid\Column|Collection type(string $label = null)
  81. * @method Grid\Column|Collection remark(string $label = null)
  82. * @method Grid\Column|Collection status(string $label = null)
  83. * @method Grid\Column|Collection created_at(string $label = null)
  84. * @method Grid\Column|Collection updated_at(string $label = null)
  85. * @method Grid\Column|Collection name(string $label = null)
  86. * @method Grid\Column|Collection version(string $label = null)
  87. * @method Grid\Column|Collection detail(string $label = null)
  88. * @method Grid\Column|Collection is_enabled(string $label = null)
  89. * @method Grid\Column|Collection parent_id(string $label = null)
  90. * @method Grid\Column|Collection order(string $label = null)
  91. * @method Grid\Column|Collection icon(string $label = null)
  92. * @method Grid\Column|Collection uri(string $label = null)
  93. * @method Grid\Column|Collection extension(string $label = null)
  94. * @method Grid\Column|Collection permission_id(string $label = null)
  95. * @method Grid\Column|Collection menu_id(string $label = null)
  96. * @method Grid\Column|Collection slug(string $label = null)
  97. * @method Grid\Column|Collection http_method(string $label = null)
  98. * @method Grid\Column|Collection http_path(string $label = null)
  99. * @method Grid\Column|Collection role_id(string $label = null)
  100. * @method Grid\Column|Collection user_id(string $label = null)
  101. * @method Grid\Column|Collection value(string $label = null)
  102. * @method Grid\Column|Collection username(string $label = null)
  103. * @method Grid\Column|Collection avatar(string $label = null)
  104. * @method Grid\Column|Collection remember_token(string $label = null)
  105. * @method Grid\Column|Collection image(string $label = null)
  106. * @method Grid\Column|Collection sort(string $label = null)
  107. * @method Grid\Column|Collection is_opened(string $label = null)
  108. * @method Grid\Column|Collection deleted_at(string $label = null)
  109. * @method Grid\Column|Collection migration(string $label = null)
  110. * @method Grid\Column|Collection batch(string $label = null)
  111. * @method Grid\Column|Collection phone_num(string $label = null)
  112. * @method Grid\Column|Collection wechat_num(string $label = null)
  113. * @method Grid\Column|Collection email(string $label = null)
  114. * @method Grid\Column|Collection token(string $label = null)
  115. * @method Grid\Column|Collection level(string $label = null)
  116. * @method Grid\Column|Collection pid(string $label = null)
  117. * @method Grid\Column|Collection cover_img(string $label = null)
  118. * @method Grid\Column|Collection product_id(string $label = null)
  119. * @method Grid\Column|Collection group_id(string $label = null)
  120. * @method Grid\Column|Collection origin_price(string $label = null)
  121. * @method Grid\Column|Collection sale_price(string $label = null)
  122. * @method Grid\Column|Collection cate_id(string $label = null)
  123. * @method Grid\Column|Collection cases(string $label = null)
  124. * @method Grid\Column|Collection tech_param(string $label = null)
  125. * @method Grid\Column|Collection cad_model(string $label = null)
  126. * @method Grid\Column|Collection cad_design(string $label = null)
  127. * @method Grid\Column|Collection su_model(string $label = null)
  128. * @method Grid\Column|Collection other(string $label = null)
  129. * @method Grid\Column|Collection logo(string $label = null)
  130. * @method Grid\Column|Collection showroom_id(string $label = null)
  131. * @method Grid\Column|Collection videos(string $label = null)
  132. * @method Grid\Column|Collection images(string $label = null)
  133. * @method Grid\Column|Collection nickname(string $label = null)
  134. * @method Grid\Column|Collection mobile(string $label = null)
  135. * @method Grid\Column|Collection open_id(string $label = null)
  136. * @method Grid\Column|Collection union_id(string $label = null)
  137. * @method Grid\Column|Collection account_id(string $label = null)
  138. * @method Grid\Column|Collection email_verified_at(string $label = null)
  139. */
  140. class Grid {}
  141. class MiniGrid extends Grid {}
  142. /**
  143. * @property Show\Field|Collection id
  144. * @property Show\Field|Collection user_name
  145. * @property Show\Field|Collection account
  146. * @property Show\Field|Collection password
  147. * @property Show\Field|Collection type
  148. * @property Show\Field|Collection remark
  149. * @property Show\Field|Collection status
  150. * @property Show\Field|Collection created_at
  151. * @property Show\Field|Collection updated_at
  152. * @property Show\Field|Collection name
  153. * @property Show\Field|Collection version
  154. * @property Show\Field|Collection detail
  155. * @property Show\Field|Collection is_enabled
  156. * @property Show\Field|Collection parent_id
  157. * @property Show\Field|Collection order
  158. * @property Show\Field|Collection icon
  159. * @property Show\Field|Collection uri
  160. * @property Show\Field|Collection extension
  161. * @property Show\Field|Collection permission_id
  162. * @property Show\Field|Collection menu_id
  163. * @property Show\Field|Collection slug
  164. * @property Show\Field|Collection http_method
  165. * @property Show\Field|Collection http_path
  166. * @property Show\Field|Collection role_id
  167. * @property Show\Field|Collection user_id
  168. * @property Show\Field|Collection value
  169. * @property Show\Field|Collection username
  170. * @property Show\Field|Collection avatar
  171. * @property Show\Field|Collection remember_token
  172. * @property Show\Field|Collection image
  173. * @property Show\Field|Collection sort
  174. * @property Show\Field|Collection is_opened
  175. * @property Show\Field|Collection deleted_at
  176. * @property Show\Field|Collection migration
  177. * @property Show\Field|Collection batch
  178. * @property Show\Field|Collection phone_num
  179. * @property Show\Field|Collection wechat_num
  180. * @property Show\Field|Collection email
  181. * @property Show\Field|Collection token
  182. * @property Show\Field|Collection level
  183. * @property Show\Field|Collection pid
  184. * @property Show\Field|Collection cover_img
  185. * @property Show\Field|Collection product_id
  186. * @property Show\Field|Collection group_id
  187. * @property Show\Field|Collection origin_price
  188. * @property Show\Field|Collection sale_price
  189. * @property Show\Field|Collection cate_id
  190. * @property Show\Field|Collection cases
  191. * @property Show\Field|Collection tech_param
  192. * @property Show\Field|Collection cad_model
  193. * @property Show\Field|Collection cad_design
  194. * @property Show\Field|Collection su_model
  195. * @property Show\Field|Collection other
  196. * @property Show\Field|Collection logo
  197. * @property Show\Field|Collection showroom_id
  198. * @property Show\Field|Collection videos
  199. * @property Show\Field|Collection images
  200. * @property Show\Field|Collection nickname
  201. * @property Show\Field|Collection mobile
  202. * @property Show\Field|Collection open_id
  203. * @property Show\Field|Collection union_id
  204. * @property Show\Field|Collection account_id
  205. * @property Show\Field|Collection email_verified_at
  206. *
  207. * @method Show\Field|Collection id(string $label = null)
  208. * @method Show\Field|Collection user_name(string $label = null)
  209. * @method Show\Field|Collection account(string $label = null)
  210. * @method Show\Field|Collection password(string $label = null)
  211. * @method Show\Field|Collection type(string $label = null)
  212. * @method Show\Field|Collection remark(string $label = null)
  213. * @method Show\Field|Collection status(string $label = null)
  214. * @method Show\Field|Collection created_at(string $label = null)
  215. * @method Show\Field|Collection updated_at(string $label = null)
  216. * @method Show\Field|Collection name(string $label = null)
  217. * @method Show\Field|Collection version(string $label = null)
  218. * @method Show\Field|Collection detail(string $label = null)
  219. * @method Show\Field|Collection is_enabled(string $label = null)
  220. * @method Show\Field|Collection parent_id(string $label = null)
  221. * @method Show\Field|Collection order(string $label = null)
  222. * @method Show\Field|Collection icon(string $label = null)
  223. * @method Show\Field|Collection uri(string $label = null)
  224. * @method Show\Field|Collection extension(string $label = null)
  225. * @method Show\Field|Collection permission_id(string $label = null)
  226. * @method Show\Field|Collection menu_id(string $label = null)
  227. * @method Show\Field|Collection slug(string $label = null)
  228. * @method Show\Field|Collection http_method(string $label = null)
  229. * @method Show\Field|Collection http_path(string $label = null)
  230. * @method Show\Field|Collection role_id(string $label = null)
  231. * @method Show\Field|Collection user_id(string $label = null)
  232. * @method Show\Field|Collection value(string $label = null)
  233. * @method Show\Field|Collection username(string $label = null)
  234. * @method Show\Field|Collection avatar(string $label = null)
  235. * @method Show\Field|Collection remember_token(string $label = null)
  236. * @method Show\Field|Collection image(string $label = null)
  237. * @method Show\Field|Collection sort(string $label = null)
  238. * @method Show\Field|Collection is_opened(string $label = null)
  239. * @method Show\Field|Collection deleted_at(string $label = null)
  240. * @method Show\Field|Collection migration(string $label = null)
  241. * @method Show\Field|Collection batch(string $label = null)
  242. * @method Show\Field|Collection phone_num(string $label = null)
  243. * @method Show\Field|Collection wechat_num(string $label = null)
  244. * @method Show\Field|Collection email(string $label = null)
  245. * @method Show\Field|Collection token(string $label = null)
  246. * @method Show\Field|Collection level(string $label = null)
  247. * @method Show\Field|Collection pid(string $label = null)
  248. * @method Show\Field|Collection cover_img(string $label = null)
  249. * @method Show\Field|Collection product_id(string $label = null)
  250. * @method Show\Field|Collection group_id(string $label = null)
  251. * @method Show\Field|Collection origin_price(string $label = null)
  252. * @method Show\Field|Collection sale_price(string $label = null)
  253. * @method Show\Field|Collection cate_id(string $label = null)
  254. * @method Show\Field|Collection cases(string $label = null)
  255. * @method Show\Field|Collection tech_param(string $label = null)
  256. * @method Show\Field|Collection cad_model(string $label = null)
  257. * @method Show\Field|Collection cad_design(string $label = null)
  258. * @method Show\Field|Collection su_model(string $label = null)
  259. * @method Show\Field|Collection other(string $label = null)
  260. * @method Show\Field|Collection logo(string $label = null)
  261. * @method Show\Field|Collection showroom_id(string $label = null)
  262. * @method Show\Field|Collection videos(string $label = null)
  263. * @method Show\Field|Collection images(string $label = null)
  264. * @method Show\Field|Collection nickname(string $label = null)
  265. * @method Show\Field|Collection mobile(string $label = null)
  266. * @method Show\Field|Collection open_id(string $label = null)
  267. * @method Show\Field|Collection union_id(string $label = null)
  268. * @method Show\Field|Collection account_id(string $label = null)
  269. * @method Show\Field|Collection email_verified_at(string $label = null)
  270. */
  271. class Show {}
  272. /**
  273. */
  274. class Form {}
  275. }
  276. namespace Dcat\Admin\Grid {
  277. /**
  278. */
  279. class Column {}
  280. /**
  281. */
  282. class Filter {}
  283. }
  284. namespace Dcat\Admin\Show {
  285. /**
  286. */
  287. class Field {}
  288. }