dcat_admin_ide_helper.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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 language
  38. * @property Grid\Column|Collection path_id
  39. * @property Grid\Column|Collection content
  40. * @property Grid\Column|Collection cover
  41. * @property Grid\Column|Collection photo
  42. * @property Grid\Column|Collection poster
  43. * @property Grid\Column|Collection video
  44. * @property Grid\Column|Collection cert
  45. * @property Grid\Column|Collection detail_cn
  46. * @property Grid\Column|Collection pdf
  47. * @property Grid\Column|Collection deleted_at
  48. * @property Grid\Column|Collection path
  49. * @property Grid\Column|Collection path_md5
  50. * @property Grid\Column|Collection status
  51. * @property Grid\Column|Collection weigh
  52. * @property Grid\Column|Collection email
  53. * @property Grid\Column|Collection token
  54. * @property Grid\Column|Collection tokenable_type
  55. * @property Grid\Column|Collection tokenable_id
  56. * @property Grid\Column|Collection abilities
  57. * @property Grid\Column|Collection last_used_at
  58. * @property Grid\Column|Collection expires_at
  59. * @property Grid\Column|Collection folder_id
  60. * @property Grid\Column|Collection parameters
  61. * @property Grid\Column|Collection en_detail
  62. * @property Grid\Column|Collection cn_detail
  63. * @property Grid\Column|Collection enabled
  64. * @property Grid\Column|Collection title_en
  65. * @property Grid\Column|Collection folder_type
  66. * @property Grid\Column|Collection show_tabs
  67. * @property Grid\Column|Collection user_name
  68. * @property Grid\Column|Collection action
  69. * @property Grid\Column|Collection content_id
  70. * @property Grid\Column|Collection nick_name
  71. *
  72. * @method Grid\Column|Collection id(string $label = null)
  73. * @method Grid\Column|Collection name(string $label = null)
  74. * @method Grid\Column|Collection type(string $label = null)
  75. * @method Grid\Column|Collection version(string $label = null)
  76. * @method Grid\Column|Collection detail(string $label = null)
  77. * @method Grid\Column|Collection created_at(string $label = null)
  78. * @method Grid\Column|Collection updated_at(string $label = null)
  79. * @method Grid\Column|Collection is_enabled(string $label = null)
  80. * @method Grid\Column|Collection parent_id(string $label = null)
  81. * @method Grid\Column|Collection order(string $label = null)
  82. * @method Grid\Column|Collection icon(string $label = null)
  83. * @method Grid\Column|Collection uri(string $label = null)
  84. * @method Grid\Column|Collection extension(string $label = null)
  85. * @method Grid\Column|Collection permission_id(string $label = null)
  86. * @method Grid\Column|Collection menu_id(string $label = null)
  87. * @method Grid\Column|Collection slug(string $label = null)
  88. * @method Grid\Column|Collection http_method(string $label = null)
  89. * @method Grid\Column|Collection http_path(string $label = null)
  90. * @method Grid\Column|Collection role_id(string $label = null)
  91. * @method Grid\Column|Collection user_id(string $label = null)
  92. * @method Grid\Column|Collection value(string $label = null)
  93. * @method Grid\Column|Collection username(string $label = null)
  94. * @method Grid\Column|Collection password(string $label = null)
  95. * @method Grid\Column|Collection avatar(string $label = null)
  96. * @method Grid\Column|Collection remember_token(string $label = null)
  97. * @method Grid\Column|Collection language(string $label = null)
  98. * @method Grid\Column|Collection path_id(string $label = null)
  99. * @method Grid\Column|Collection content(string $label = null)
  100. * @method Grid\Column|Collection cover(string $label = null)
  101. * @method Grid\Column|Collection photo(string $label = null)
  102. * @method Grid\Column|Collection poster(string $label = null)
  103. * @method Grid\Column|Collection video(string $label = null)
  104. * @method Grid\Column|Collection cert(string $label = null)
  105. * @method Grid\Column|Collection detail_cn(string $label = null)
  106. * @method Grid\Column|Collection pdf(string $label = null)
  107. * @method Grid\Column|Collection deleted_at(string $label = null)
  108. * @method Grid\Column|Collection path(string $label = null)
  109. * @method Grid\Column|Collection path_md5(string $label = null)
  110. * @method Grid\Column|Collection status(string $label = null)
  111. * @method Grid\Column|Collection weigh(string $label = null)
  112. * @method Grid\Column|Collection email(string $label = null)
  113. * @method Grid\Column|Collection token(string $label = null)
  114. * @method Grid\Column|Collection tokenable_type(string $label = null)
  115. * @method Grid\Column|Collection tokenable_id(string $label = null)
  116. * @method Grid\Column|Collection abilities(string $label = null)
  117. * @method Grid\Column|Collection last_used_at(string $label = null)
  118. * @method Grid\Column|Collection expires_at(string $label = null)
  119. * @method Grid\Column|Collection folder_id(string $label = null)
  120. * @method Grid\Column|Collection parameters(string $label = null)
  121. * @method Grid\Column|Collection en_detail(string $label = null)
  122. * @method Grid\Column|Collection cn_detail(string $label = null)
  123. * @method Grid\Column|Collection enabled(string $label = null)
  124. * @method Grid\Column|Collection title_en(string $label = null)
  125. * @method Grid\Column|Collection folder_type(string $label = null)
  126. * @method Grid\Column|Collection show_tabs(string $label = null)
  127. * @method Grid\Column|Collection user_name(string $label = null)
  128. * @method Grid\Column|Collection action(string $label = null)
  129. * @method Grid\Column|Collection content_id(string $label = null)
  130. * @method Grid\Column|Collection nick_name(string $label = null)
  131. */
  132. class Grid {}
  133. class MiniGrid extends Grid {}
  134. /**
  135. * @property Show\Field|Collection id
  136. * @property Show\Field|Collection name
  137. * @property Show\Field|Collection type
  138. * @property Show\Field|Collection version
  139. * @property Show\Field|Collection detail
  140. * @property Show\Field|Collection created_at
  141. * @property Show\Field|Collection updated_at
  142. * @property Show\Field|Collection is_enabled
  143. * @property Show\Field|Collection parent_id
  144. * @property Show\Field|Collection order
  145. * @property Show\Field|Collection icon
  146. * @property Show\Field|Collection uri
  147. * @property Show\Field|Collection extension
  148. * @property Show\Field|Collection permission_id
  149. * @property Show\Field|Collection menu_id
  150. * @property Show\Field|Collection slug
  151. * @property Show\Field|Collection http_method
  152. * @property Show\Field|Collection http_path
  153. * @property Show\Field|Collection role_id
  154. * @property Show\Field|Collection user_id
  155. * @property Show\Field|Collection value
  156. * @property Show\Field|Collection username
  157. * @property Show\Field|Collection password
  158. * @property Show\Field|Collection avatar
  159. * @property Show\Field|Collection remember_token
  160. * @property Show\Field|Collection language
  161. * @property Show\Field|Collection path_id
  162. * @property Show\Field|Collection content
  163. * @property Show\Field|Collection cover
  164. * @property Show\Field|Collection photo
  165. * @property Show\Field|Collection poster
  166. * @property Show\Field|Collection video
  167. * @property Show\Field|Collection cert
  168. * @property Show\Field|Collection detail_cn
  169. * @property Show\Field|Collection pdf
  170. * @property Show\Field|Collection deleted_at
  171. * @property Show\Field|Collection path
  172. * @property Show\Field|Collection path_md5
  173. * @property Show\Field|Collection status
  174. * @property Show\Field|Collection weigh
  175. * @property Show\Field|Collection email
  176. * @property Show\Field|Collection token
  177. * @property Show\Field|Collection tokenable_type
  178. * @property Show\Field|Collection tokenable_id
  179. * @property Show\Field|Collection abilities
  180. * @property Show\Field|Collection last_used_at
  181. * @property Show\Field|Collection expires_at
  182. * @property Show\Field|Collection folder_id
  183. * @property Show\Field|Collection parameters
  184. * @property Show\Field|Collection en_detail
  185. * @property Show\Field|Collection cn_detail
  186. * @property Show\Field|Collection enabled
  187. * @property Show\Field|Collection title_en
  188. * @property Show\Field|Collection folder_type
  189. * @property Show\Field|Collection show_tabs
  190. * @property Show\Field|Collection user_name
  191. * @property Show\Field|Collection action
  192. * @property Show\Field|Collection content_id
  193. * @property Show\Field|Collection nick_name
  194. *
  195. * @method Show\Field|Collection id(string $label = null)
  196. * @method Show\Field|Collection name(string $label = null)
  197. * @method Show\Field|Collection type(string $label = null)
  198. * @method Show\Field|Collection version(string $label = null)
  199. * @method Show\Field|Collection detail(string $label = null)
  200. * @method Show\Field|Collection created_at(string $label = null)
  201. * @method Show\Field|Collection updated_at(string $label = null)
  202. * @method Show\Field|Collection is_enabled(string $label = null)
  203. * @method Show\Field|Collection parent_id(string $label = null)
  204. * @method Show\Field|Collection order(string $label = null)
  205. * @method Show\Field|Collection icon(string $label = null)
  206. * @method Show\Field|Collection uri(string $label = null)
  207. * @method Show\Field|Collection extension(string $label = null)
  208. * @method Show\Field|Collection permission_id(string $label = null)
  209. * @method Show\Field|Collection menu_id(string $label = null)
  210. * @method Show\Field|Collection slug(string $label = null)
  211. * @method Show\Field|Collection http_method(string $label = null)
  212. * @method Show\Field|Collection http_path(string $label = null)
  213. * @method Show\Field|Collection role_id(string $label = null)
  214. * @method Show\Field|Collection user_id(string $label = null)
  215. * @method Show\Field|Collection value(string $label = null)
  216. * @method Show\Field|Collection username(string $label = null)
  217. * @method Show\Field|Collection password(string $label = null)
  218. * @method Show\Field|Collection avatar(string $label = null)
  219. * @method Show\Field|Collection remember_token(string $label = null)
  220. * @method Show\Field|Collection language(string $label = null)
  221. * @method Show\Field|Collection path_id(string $label = null)
  222. * @method Show\Field|Collection content(string $label = null)
  223. * @method Show\Field|Collection cover(string $label = null)
  224. * @method Show\Field|Collection photo(string $label = null)
  225. * @method Show\Field|Collection poster(string $label = null)
  226. * @method Show\Field|Collection video(string $label = null)
  227. * @method Show\Field|Collection cert(string $label = null)
  228. * @method Show\Field|Collection detail_cn(string $label = null)
  229. * @method Show\Field|Collection pdf(string $label = null)
  230. * @method Show\Field|Collection deleted_at(string $label = null)
  231. * @method Show\Field|Collection path(string $label = null)
  232. * @method Show\Field|Collection path_md5(string $label = null)
  233. * @method Show\Field|Collection status(string $label = null)
  234. * @method Show\Field|Collection weigh(string $label = null)
  235. * @method Show\Field|Collection email(string $label = null)
  236. * @method Show\Field|Collection token(string $label = null)
  237. * @method Show\Field|Collection tokenable_type(string $label = null)
  238. * @method Show\Field|Collection tokenable_id(string $label = null)
  239. * @method Show\Field|Collection abilities(string $label = null)
  240. * @method Show\Field|Collection last_used_at(string $label = null)
  241. * @method Show\Field|Collection expires_at(string $label = null)
  242. * @method Show\Field|Collection folder_id(string $label = null)
  243. * @method Show\Field|Collection parameters(string $label = null)
  244. * @method Show\Field|Collection en_detail(string $label = null)
  245. * @method Show\Field|Collection cn_detail(string $label = null)
  246. * @method Show\Field|Collection enabled(string $label = null)
  247. * @method Show\Field|Collection title_en(string $label = null)
  248. * @method Show\Field|Collection folder_type(string $label = null)
  249. * @method Show\Field|Collection show_tabs(string $label = null)
  250. * @method Show\Field|Collection user_name(string $label = null)
  251. * @method Show\Field|Collection action(string $label = null)
  252. * @method Show\Field|Collection content_id(string $label = null)
  253. * @method Show\Field|Collection nick_name(string $label = null)
  254. */
  255. class Show {}
  256. /**
  257. * @method \App\Exceptions\Form\MultipleCutImage multipleCutImage(...$params)
  258. * @method \App\Exceptions\Form\CutImage cutImage(...$params)
  259. * @method \App\Exceptions\Form\TradFile tradFile(...$params)
  260. * @method \App\Exceptions\Form\TradImage tradImage(...$params)
  261. * @method \Dcat\Admin\Form\Extend\Distpicker\Form\Distpicker distpicker(...$params)
  262. * @method \Dcat\Admin\Form\Extend\Diyforms\Form\DiyForm diyForm(...$params)
  263. */
  264. class Form {}
  265. }
  266. namespace Dcat\Admin\Grid {
  267. /**
  268. * @method $this distpicker(...$params)
  269. */
  270. class Column {}
  271. /**
  272. * @method \Dcat\Admin\Form\Extend\Distpicker\Filter\DistpickerFilter distpicker(...$params)
  273. */
  274. class Filter {}
  275. }
  276. namespace Dcat\Admin\Show {
  277. /**
  278. * @method $this diyForm(...$params)
  279. */
  280. class Field {}
  281. }