dcat_admin_ide_helper.php 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  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 width
  13. * @property Grid\Column|Collection id
  14. * @property Grid\Column|Collection name
  15. * @property Grid\Column|Collection type
  16. * @property Grid\Column|Collection version
  17. * @property Grid\Column|Collection detail
  18. * @property Grid\Column|Collection created_at
  19. * @property Grid\Column|Collection updated_at
  20. * @property Grid\Column|Collection is_enabled
  21. * @property Grid\Column|Collection parent_id
  22. * @property Grid\Column|Collection order
  23. * @property Grid\Column|Collection icon
  24. * @property Grid\Column|Collection uri
  25. * @property Grid\Column|Collection extension
  26. * @property Grid\Column|Collection permission_id
  27. * @property Grid\Column|Collection menu_id
  28. * @property Grid\Column|Collection slug
  29. * @property Grid\Column|Collection http_method
  30. * @property Grid\Column|Collection http_path
  31. * @property Grid\Column|Collection role_id
  32. * @property Grid\Column|Collection user_id
  33. * @property Grid\Column|Collection value
  34. * @property Grid\Column|Collection username
  35. * @property Grid\Column|Collection password
  36. * @property Grid\Column|Collection avatar
  37. * @property Grid\Column|Collection remember_token
  38. * @property Grid\Column|Collection language
  39. * @property Grid\Column|Collection seo_keywords
  40. * @property Grid\Column|Collection seo_description
  41. * @property Grid\Column|Collection sku
  42. * @property Grid\Column|Collection category_id
  43. * @property Grid\Column|Collection issuance_date
  44. * @property Grid\Column|Collection enabled
  45. * @property Grid\Column|Collection content
  46. * @property Grid\Column|Collection parameters
  47. * @property Grid\Column|Collection is_pinned
  48. * @property Grid\Column|Collection seo_title
  49. * @property Grid\Column|Collection parameter_id
  50. * @property Grid\Column|Collection image_url
  51. * @property Grid\Column|Collection product_id
  52. * @property Grid\Column|Collection remark
  53. * @property Grid\Column|Collection video_url
  54. * @property Grid\Column|Collection cover_image
  55. * @property Grid\Column|Collection client_code
  56. * @property Grid\Column|Collection dist_contact_number
  57. * @property Grid\Column|Collection distr_email
  58. * @property Grid\Column|Collection secondary_domain
  59. * @property Grid\Column|Collection country
  60. * @property Grid\Column|Collection address
  61. * @property Grid\Column|Collection service_hotline
  62. * @property Grid\Column|Collection whats_app
  63. * @property Grid\Column|Collection facebook
  64. * @property Grid\Column|Collection instagram
  65. * @property Grid\Column|Collection youtube
  66. * @property Grid\Column|Collection linkedin
  67. * @property Grid\Column|Collection tiktok
  68. * @property Grid\Column|Collection site_name
  69. * @property Grid\Column|Collection company_name
  70. * @property Grid\Column|Collection appearance_id
  71. * @property Grid\Column|Collection custom_domain
  72. * @property Grid\Column|Collection domain_type
  73. * @property Grid\Column|Collection logo
  74. * @property Grid\Column|Collection copy_right
  75. * @property Grid\Column|Collection statistics_js
  76. * @property Grid\Column|Collection company_address
  77. * @property Grid\Column|Collection key
  78. * @property Grid\Column|Collection dist_id
  79. * @property Grid\Column|Collection describe
  80. * @property Grid\Column|Collection imported
  81. * @property Grid\Column|Collection folder
  82. * @property Grid\Column|Collection template_version
  83. * @property Grid\Column|Collection template_update_code
  84. * @property Grid\Column|Collection template_local_code
  85. * @property Grid\Column|Collection file_name
  86. * @property Grid\Column|Collection file_path
  87. * @property Grid\Column|Collection template_code
  88. * @property Grid\Column|Collection current_content
  89. * @property Grid\Column|Collection previous_content
  90. * @property Grid\Column|Collection variable_name
  91. * @property Grid\Column|Collection variable_value
  92. * @property Grid\Column|Collection variable_type
  93. * @property Grid\Column|Collection variable_code
  94. * @property Grid\Column|Collection order_number
  95. * @property Grid\Column|Collection customer_name
  96. * @property Grid\Column|Collection email
  97. * @property Grid\Column|Collection consulting_products
  98. * @property Grid\Column|Collection freight_forwarder
  99. * @property Grid\Column|Collection business_model
  100. * @property Grid\Column|Collection ip_address
  101. * @property Grid\Column|Collection status
  102. * @property Grid\Column|Collection allocate_time
  103. * @property Grid\Column|Collection referer_url
  104. * @property Grid\Column|Collection token
  105. * @property Grid\Column|Collection tokenable_type
  106. * @property Grid\Column|Collection tokenable_id
  107. * @property Grid\Column|Collection abilities
  108. * @property Grid\Column|Collection last_used_at
  109. * @property Grid\Column|Collection expires_at
  110. * @property Grid\Column|Collection url
  111. * @property Grid\Column|Collection position
  112. * @property Grid\Column|Collection menu_type
  113. * @property Grid\Column|Collection menu_config
  114. * @property Grid\Column|Collection menu_location
  115. * @property Grid\Column|Collection author
  116. * @property Grid\Column|Collection post_date
  117. * @property Grid\Column|Collection pages_id
  118. * @property Grid\Column|Collection tag_id
  119. *
  120. * @method Grid\Column|Collection width(string $label = null)
  121. * @method Grid\Column|Collection id(string $label = null)
  122. * @method Grid\Column|Collection name(string $label = null)
  123. * @method Grid\Column|Collection type(string $label = null)
  124. * @method Grid\Column|Collection version(string $label = null)
  125. * @method Grid\Column|Collection detail(string $label = null)
  126. * @method Grid\Column|Collection created_at(string $label = null)
  127. * @method Grid\Column|Collection updated_at(string $label = null)
  128. * @method Grid\Column|Collection is_enabled(string $label = null)
  129. * @method Grid\Column|Collection parent_id(string $label = null)
  130. * @method Grid\Column|Collection order(string $label = null)
  131. * @method Grid\Column|Collection icon(string $label = null)
  132. * @method Grid\Column|Collection uri(string $label = null)
  133. * @method Grid\Column|Collection extension(string $label = null)
  134. * @method Grid\Column|Collection permission_id(string $label = null)
  135. * @method Grid\Column|Collection menu_id(string $label = null)
  136. * @method Grid\Column|Collection slug(string $label = null)
  137. * @method Grid\Column|Collection http_method(string $label = null)
  138. * @method Grid\Column|Collection http_path(string $label = null)
  139. * @method Grid\Column|Collection role_id(string $label = null)
  140. * @method Grid\Column|Collection user_id(string $label = null)
  141. * @method Grid\Column|Collection value(string $label = null)
  142. * @method Grid\Column|Collection username(string $label = null)
  143. * @method Grid\Column|Collection password(string $label = null)
  144. * @method Grid\Column|Collection avatar(string $label = null)
  145. * @method Grid\Column|Collection remember_token(string $label = null)
  146. * @method Grid\Column|Collection language(string $label = null)
  147. * @method Grid\Column|Collection seo_keywords(string $label = null)
  148. * @method Grid\Column|Collection seo_description(string $label = null)
  149. * @method Grid\Column|Collection sku(string $label = null)
  150. * @method Grid\Column|Collection category_id(string $label = null)
  151. * @method Grid\Column|Collection issuance_date(string $label = null)
  152. * @method Grid\Column|Collection enabled(string $label = null)
  153. * @method Grid\Column|Collection content(string $label = null)
  154. * @method Grid\Column|Collection parameters(string $label = null)
  155. * @method Grid\Column|Collection is_pinned(string $label = null)
  156. * @method Grid\Column|Collection seo_title(string $label = null)
  157. * @method Grid\Column|Collection parameter_id(string $label = null)
  158. * @method Grid\Column|Collection image_url(string $label = null)
  159. * @method Grid\Column|Collection product_id(string $label = null)
  160. * @method Grid\Column|Collection remark(string $label = null)
  161. * @method Grid\Column|Collection video_url(string $label = null)
  162. * @method Grid\Column|Collection cover_image(string $label = null)
  163. * @method Grid\Column|Collection client_code(string $label = null)
  164. * @method Grid\Column|Collection dist_contact_number(string $label = null)
  165. * @method Grid\Column|Collection distr_email(string $label = null)
  166. * @method Grid\Column|Collection secondary_domain(string $label = null)
  167. * @method Grid\Column|Collection country(string $label = null)
  168. * @method Grid\Column|Collection address(string $label = null)
  169. * @method Grid\Column|Collection service_hotline(string $label = null)
  170. * @method Grid\Column|Collection whats_app(string $label = null)
  171. * @method Grid\Column|Collection facebook(string $label = null)
  172. * @method Grid\Column|Collection instagram(string $label = null)
  173. * @method Grid\Column|Collection youtube(string $label = null)
  174. * @method Grid\Column|Collection linkedin(string $label = null)
  175. * @method Grid\Column|Collection tiktok(string $label = null)
  176. * @method Grid\Column|Collection site_name(string $label = null)
  177. * @method Grid\Column|Collection company_name(string $label = null)
  178. * @method Grid\Column|Collection appearance_id(string $label = null)
  179. * @method Grid\Column|Collection custom_domain(string $label = null)
  180. * @method Grid\Column|Collection domain_type(string $label = null)
  181. * @method Grid\Column|Collection logo(string $label = null)
  182. * @method Grid\Column|Collection copy_right(string $label = null)
  183. * @method Grid\Column|Collection statistics_js(string $label = null)
  184. * @method Grid\Column|Collection company_address(string $label = null)
  185. * @method Grid\Column|Collection key(string $label = null)
  186. * @method Grid\Column|Collection dist_id(string $label = null)
  187. * @method Grid\Column|Collection describe(string $label = null)
  188. * @method Grid\Column|Collection imported(string $label = null)
  189. * @method Grid\Column|Collection folder(string $label = null)
  190. * @method Grid\Column|Collection template_version(string $label = null)
  191. * @method Grid\Column|Collection template_update_code(string $label = null)
  192. * @method Grid\Column|Collection template_local_code(string $label = null)
  193. * @method Grid\Column|Collection file_name(string $label = null)
  194. * @method Grid\Column|Collection file_path(string $label = null)
  195. * @method Grid\Column|Collection template_code(string $label = null)
  196. * @method Grid\Column|Collection current_content(string $label = null)
  197. * @method Grid\Column|Collection previous_content(string $label = null)
  198. * @method Grid\Column|Collection variable_name(string $label = null)
  199. * @method Grid\Column|Collection variable_value(string $label = null)
  200. * @method Grid\Column|Collection variable_type(string $label = null)
  201. * @method Grid\Column|Collection variable_code(string $label = null)
  202. * @method Grid\Column|Collection order_number(string $label = null)
  203. * @method Grid\Column|Collection customer_name(string $label = null)
  204. * @method Grid\Column|Collection email(string $label = null)
  205. * @method Grid\Column|Collection consulting_products(string $label = null)
  206. * @method Grid\Column|Collection freight_forwarder(string $label = null)
  207. * @method Grid\Column|Collection business_model(string $label = null)
  208. * @method Grid\Column|Collection ip_address(string $label = null)
  209. * @method Grid\Column|Collection status(string $label = null)
  210. * @method Grid\Column|Collection allocate_time(string $label = null)
  211. * @method Grid\Column|Collection referer_url(string $label = null)
  212. * @method Grid\Column|Collection token(string $label = null)
  213. * @method Grid\Column|Collection tokenable_type(string $label = null)
  214. * @method Grid\Column|Collection tokenable_id(string $label = null)
  215. * @method Grid\Column|Collection abilities(string $label = null)
  216. * @method Grid\Column|Collection last_used_at(string $label = null)
  217. * @method Grid\Column|Collection expires_at(string $label = null)
  218. * @method Grid\Column|Collection url(string $label = null)
  219. * @method Grid\Column|Collection position(string $label = null)
  220. * @method Grid\Column|Collection menu_type(string $label = null)
  221. * @method Grid\Column|Collection menu_config(string $label = null)
  222. * @method Grid\Column|Collection menu_location(string $label = null)
  223. * @method Grid\Column|Collection author(string $label = null)
  224. * @method Grid\Column|Collection post_date(string $label = null)
  225. * @method Grid\Column|Collection pages_id(string $label = null)
  226. * @method Grid\Column|Collection tag_id(string $label = null)
  227. */
  228. class Grid {}
  229. class MiniGrid extends Grid {}
  230. /**
  231. * @property Show\Field|Collection width
  232. * @property Show\Field|Collection id
  233. * @property Show\Field|Collection name
  234. * @property Show\Field|Collection type
  235. * @property Show\Field|Collection version
  236. * @property Show\Field|Collection detail
  237. * @property Show\Field|Collection created_at
  238. * @property Show\Field|Collection updated_at
  239. * @property Show\Field|Collection is_enabled
  240. * @property Show\Field|Collection parent_id
  241. * @property Show\Field|Collection order
  242. * @property Show\Field|Collection icon
  243. * @property Show\Field|Collection uri
  244. * @property Show\Field|Collection extension
  245. * @property Show\Field|Collection permission_id
  246. * @property Show\Field|Collection menu_id
  247. * @property Show\Field|Collection slug
  248. * @property Show\Field|Collection http_method
  249. * @property Show\Field|Collection http_path
  250. * @property Show\Field|Collection role_id
  251. * @property Show\Field|Collection user_id
  252. * @property Show\Field|Collection value
  253. * @property Show\Field|Collection username
  254. * @property Show\Field|Collection password
  255. * @property Show\Field|Collection avatar
  256. * @property Show\Field|Collection remember_token
  257. * @property Show\Field|Collection language
  258. * @property Show\Field|Collection seo_keywords
  259. * @property Show\Field|Collection seo_description
  260. * @property Show\Field|Collection sku
  261. * @property Show\Field|Collection category_id
  262. * @property Show\Field|Collection issuance_date
  263. * @property Show\Field|Collection enabled
  264. * @property Show\Field|Collection content
  265. * @property Show\Field|Collection parameters
  266. * @property Show\Field|Collection is_pinned
  267. * @property Show\Field|Collection seo_title
  268. * @property Show\Field|Collection parameter_id
  269. * @property Show\Field|Collection image_url
  270. * @property Show\Field|Collection product_id
  271. * @property Show\Field|Collection remark
  272. * @property Show\Field|Collection video_url
  273. * @property Show\Field|Collection cover_image
  274. * @property Show\Field|Collection client_code
  275. * @property Show\Field|Collection dist_contact_number
  276. * @property Show\Field|Collection distr_email
  277. * @property Show\Field|Collection secondary_domain
  278. * @property Show\Field|Collection country
  279. * @property Show\Field|Collection address
  280. * @property Show\Field|Collection service_hotline
  281. * @property Show\Field|Collection whats_app
  282. * @property Show\Field|Collection facebook
  283. * @property Show\Field|Collection instagram
  284. * @property Show\Field|Collection youtube
  285. * @property Show\Field|Collection linkedin
  286. * @property Show\Field|Collection tiktok
  287. * @property Show\Field|Collection site_name
  288. * @property Show\Field|Collection company_name
  289. * @property Show\Field|Collection appearance_id
  290. * @property Show\Field|Collection custom_domain
  291. * @property Show\Field|Collection domain_type
  292. * @property Show\Field|Collection logo
  293. * @property Show\Field|Collection copy_right
  294. * @property Show\Field|Collection statistics_js
  295. * @property Show\Field|Collection company_address
  296. * @property Show\Field|Collection key
  297. * @property Show\Field|Collection dist_id
  298. * @property Show\Field|Collection describe
  299. * @property Show\Field|Collection imported
  300. * @property Show\Field|Collection folder
  301. * @property Show\Field|Collection template_version
  302. * @property Show\Field|Collection template_update_code
  303. * @property Show\Field|Collection template_local_code
  304. * @property Show\Field|Collection file_name
  305. * @property Show\Field|Collection file_path
  306. * @property Show\Field|Collection template_code
  307. * @property Show\Field|Collection current_content
  308. * @property Show\Field|Collection previous_content
  309. * @property Show\Field|Collection variable_name
  310. * @property Show\Field|Collection variable_value
  311. * @property Show\Field|Collection variable_type
  312. * @property Show\Field|Collection variable_code
  313. * @property Show\Field|Collection order_number
  314. * @property Show\Field|Collection customer_name
  315. * @property Show\Field|Collection email
  316. * @property Show\Field|Collection consulting_products
  317. * @property Show\Field|Collection freight_forwarder
  318. * @property Show\Field|Collection business_model
  319. * @property Show\Field|Collection ip_address
  320. * @property Show\Field|Collection status
  321. * @property Show\Field|Collection allocate_time
  322. * @property Show\Field|Collection referer_url
  323. * @property Show\Field|Collection token
  324. * @property Show\Field|Collection tokenable_type
  325. * @property Show\Field|Collection tokenable_id
  326. * @property Show\Field|Collection abilities
  327. * @property Show\Field|Collection last_used_at
  328. * @property Show\Field|Collection expires_at
  329. * @property Show\Field|Collection url
  330. * @property Show\Field|Collection position
  331. * @property Show\Field|Collection menu_type
  332. * @property Show\Field|Collection menu_config
  333. * @property Show\Field|Collection menu_location
  334. * @property Show\Field|Collection author
  335. * @property Show\Field|Collection post_date
  336. * @property Show\Field|Collection pages_id
  337. * @property Show\Field|Collection tag_id
  338. *
  339. * @method Show\Field|Collection width(string $label = null)
  340. * @method Show\Field|Collection id(string $label = null)
  341. * @method Show\Field|Collection name(string $label = null)
  342. * @method Show\Field|Collection type(string $label = null)
  343. * @method Show\Field|Collection version(string $label = null)
  344. * @method Show\Field|Collection detail(string $label = null)
  345. * @method Show\Field|Collection created_at(string $label = null)
  346. * @method Show\Field|Collection updated_at(string $label = null)
  347. * @method Show\Field|Collection is_enabled(string $label = null)
  348. * @method Show\Field|Collection parent_id(string $label = null)
  349. * @method Show\Field|Collection order(string $label = null)
  350. * @method Show\Field|Collection icon(string $label = null)
  351. * @method Show\Field|Collection uri(string $label = null)
  352. * @method Show\Field|Collection extension(string $label = null)
  353. * @method Show\Field|Collection permission_id(string $label = null)
  354. * @method Show\Field|Collection menu_id(string $label = null)
  355. * @method Show\Field|Collection slug(string $label = null)
  356. * @method Show\Field|Collection http_method(string $label = null)
  357. * @method Show\Field|Collection http_path(string $label = null)
  358. * @method Show\Field|Collection role_id(string $label = null)
  359. * @method Show\Field|Collection user_id(string $label = null)
  360. * @method Show\Field|Collection value(string $label = null)
  361. * @method Show\Field|Collection username(string $label = null)
  362. * @method Show\Field|Collection password(string $label = null)
  363. * @method Show\Field|Collection avatar(string $label = null)
  364. * @method Show\Field|Collection remember_token(string $label = null)
  365. * @method Show\Field|Collection language(string $label = null)
  366. * @method Show\Field|Collection seo_keywords(string $label = null)
  367. * @method Show\Field|Collection seo_description(string $label = null)
  368. * @method Show\Field|Collection sku(string $label = null)
  369. * @method Show\Field|Collection category_id(string $label = null)
  370. * @method Show\Field|Collection issuance_date(string $label = null)
  371. * @method Show\Field|Collection enabled(string $label = null)
  372. * @method Show\Field|Collection content(string $label = null)
  373. * @method Show\Field|Collection parameters(string $label = null)
  374. * @method Show\Field|Collection is_pinned(string $label = null)
  375. * @method Show\Field|Collection seo_title(string $label = null)
  376. * @method Show\Field|Collection parameter_id(string $label = null)
  377. * @method Show\Field|Collection image_url(string $label = null)
  378. * @method Show\Field|Collection product_id(string $label = null)
  379. * @method Show\Field|Collection remark(string $label = null)
  380. * @method Show\Field|Collection video_url(string $label = null)
  381. * @method Show\Field|Collection cover_image(string $label = null)
  382. * @method Show\Field|Collection client_code(string $label = null)
  383. * @method Show\Field|Collection dist_contact_number(string $label = null)
  384. * @method Show\Field|Collection distr_email(string $label = null)
  385. * @method Show\Field|Collection secondary_domain(string $label = null)
  386. * @method Show\Field|Collection country(string $label = null)
  387. * @method Show\Field|Collection address(string $label = null)
  388. * @method Show\Field|Collection service_hotline(string $label = null)
  389. * @method Show\Field|Collection whats_app(string $label = null)
  390. * @method Show\Field|Collection facebook(string $label = null)
  391. * @method Show\Field|Collection instagram(string $label = null)
  392. * @method Show\Field|Collection youtube(string $label = null)
  393. * @method Show\Field|Collection linkedin(string $label = null)
  394. * @method Show\Field|Collection tiktok(string $label = null)
  395. * @method Show\Field|Collection site_name(string $label = null)
  396. * @method Show\Field|Collection company_name(string $label = null)
  397. * @method Show\Field|Collection appearance_id(string $label = null)
  398. * @method Show\Field|Collection custom_domain(string $label = null)
  399. * @method Show\Field|Collection domain_type(string $label = null)
  400. * @method Show\Field|Collection logo(string $label = null)
  401. * @method Show\Field|Collection copy_right(string $label = null)
  402. * @method Show\Field|Collection statistics_js(string $label = null)
  403. * @method Show\Field|Collection company_address(string $label = null)
  404. * @method Show\Field|Collection key(string $label = null)
  405. * @method Show\Field|Collection dist_id(string $label = null)
  406. * @method Show\Field|Collection describe(string $label = null)
  407. * @method Show\Field|Collection imported(string $label = null)
  408. * @method Show\Field|Collection folder(string $label = null)
  409. * @method Show\Field|Collection template_version(string $label = null)
  410. * @method Show\Field|Collection template_update_code(string $label = null)
  411. * @method Show\Field|Collection template_local_code(string $label = null)
  412. * @method Show\Field|Collection file_name(string $label = null)
  413. * @method Show\Field|Collection file_path(string $label = null)
  414. * @method Show\Field|Collection template_code(string $label = null)
  415. * @method Show\Field|Collection current_content(string $label = null)
  416. * @method Show\Field|Collection previous_content(string $label = null)
  417. * @method Show\Field|Collection variable_name(string $label = null)
  418. * @method Show\Field|Collection variable_value(string $label = null)
  419. * @method Show\Field|Collection variable_type(string $label = null)
  420. * @method Show\Field|Collection variable_code(string $label = null)
  421. * @method Show\Field|Collection order_number(string $label = null)
  422. * @method Show\Field|Collection customer_name(string $label = null)
  423. * @method Show\Field|Collection email(string $label = null)
  424. * @method Show\Field|Collection consulting_products(string $label = null)
  425. * @method Show\Field|Collection freight_forwarder(string $label = null)
  426. * @method Show\Field|Collection business_model(string $label = null)
  427. * @method Show\Field|Collection ip_address(string $label = null)
  428. * @method Show\Field|Collection status(string $label = null)
  429. * @method Show\Field|Collection allocate_time(string $label = null)
  430. * @method Show\Field|Collection referer_url(string $label = null)
  431. * @method Show\Field|Collection token(string $label = null)
  432. * @method Show\Field|Collection tokenable_type(string $label = null)
  433. * @method Show\Field|Collection tokenable_id(string $label = null)
  434. * @method Show\Field|Collection abilities(string $label = null)
  435. * @method Show\Field|Collection last_used_at(string $label = null)
  436. * @method Show\Field|Collection expires_at(string $label = null)
  437. * @method Show\Field|Collection url(string $label = null)
  438. * @method Show\Field|Collection position(string $label = null)
  439. * @method Show\Field|Collection menu_type(string $label = null)
  440. * @method Show\Field|Collection menu_config(string $label = null)
  441. * @method Show\Field|Collection menu_location(string $label = null)
  442. * @method Show\Field|Collection author(string $label = null)
  443. * @method Show\Field|Collection post_date(string $label = null)
  444. * @method Show\Field|Collection pages_id(string $label = null)
  445. * @method Show\Field|Collection tag_id(string $label = null)
  446. */
  447. class Show {}
  448. /**
  449. * @method \Dcat\Admin\Form\Extend\Distpicker\Form\Distpicker distpicker(...$params)
  450. * @method \Dcat\Admin\Form\Extend\Diyforms\Form\DiyForm diyForm(...$params)
  451. */
  452. class Form {}
  453. }
  454. namespace Dcat\Admin\Grid {
  455. /**
  456. * @method $this distpicker(...$params)
  457. */
  458. class Column {}
  459. /**
  460. * @method \Dcat\Admin\Form\Extend\Distpicker\Filter\DistpickerFilter distpicker(...$params)
  461. */
  462. class Filter {}
  463. }
  464. namespace Dcat\Admin\Show {
  465. /**
  466. * @method $this diyForm(...$params)
  467. */
  468. class Field {}
  469. }