|
@@ -1,334 +0,0 @@
|
|
|
-<?php
|
|
|
-
|
|
|
-/**
|
|
|
- * A helper file for Dcat Admin, to provide autocomplete information to your IDE
|
|
|
- *
|
|
|
- * This file should not be included in your code, only analyzed by your IDE!
|
|
|
- *
|
|
|
- * @author jqh <841324345@qq.com>
|
|
|
- */
|
|
|
-namespace Dcat\Admin {
|
|
|
- use Illuminate\Support\Collection;
|
|
|
-
|
|
|
- /**
|
|
|
- * @property Grid\Column|Collection width
|
|
|
- * @property Grid\Column|Collection id
|
|
|
- * @property Grid\Column|Collection name
|
|
|
- * @property Grid\Column|Collection type
|
|
|
- * @property Grid\Column|Collection version
|
|
|
- * @property Grid\Column|Collection detail
|
|
|
- * @property Grid\Column|Collection created_at
|
|
|
- * @property Grid\Column|Collection updated_at
|
|
|
- * @property Grid\Column|Collection is_enabled
|
|
|
- * @property Grid\Column|Collection parent_id
|
|
|
- * @property Grid\Column|Collection order
|
|
|
- * @property Grid\Column|Collection icon
|
|
|
- * @property Grid\Column|Collection uri
|
|
|
- * @property Grid\Column|Collection extension
|
|
|
- * @property Grid\Column|Collection permission_id
|
|
|
- * @property Grid\Column|Collection menu_id
|
|
|
- * @property Grid\Column|Collection slug
|
|
|
- * @property Grid\Column|Collection http_method
|
|
|
- * @property Grid\Column|Collection http_path
|
|
|
- * @property Grid\Column|Collection role_id
|
|
|
- * @property Grid\Column|Collection user_id
|
|
|
- * @property Grid\Column|Collection value
|
|
|
- * @property Grid\Column|Collection username
|
|
|
- * @property Grid\Column|Collection password
|
|
|
- * @property Grid\Column|Collection avatar
|
|
|
- * @property Grid\Column|Collection remember_token
|
|
|
- * @property Grid\Column|Collection keywords
|
|
|
- * @property Grid\Column|Collection sku
|
|
|
- * @property Grid\Column|Collection category_id
|
|
|
- * @property Grid\Column|Collection issuance_date
|
|
|
- * @property Grid\Column|Collection enabled
|
|
|
- * @property Grid\Column|Collection content
|
|
|
- * @property Grid\Column|Collection parameters
|
|
|
- * @property Grid\Column|Collection is_pinned
|
|
|
- * @property Grid\Column|Collection parameter_id
|
|
|
- * @property Grid\Column|Collection image_url
|
|
|
- * @property Grid\Column|Collection product_id
|
|
|
- * @property Grid\Column|Collection remark
|
|
|
- * @property Grid\Column|Collection video_url
|
|
|
- * @property Grid\Column|Collection cover_image
|
|
|
- * @property Grid\Column|Collection country
|
|
|
- * @property Grid\Column|Collection contact_number
|
|
|
- * @property Grid\Column|Collection service_hotline
|
|
|
- * @property Grid\Column|Collection whats_app
|
|
|
- * @property Grid\Column|Collection facebook
|
|
|
- * @property Grid\Column|Collection instagram
|
|
|
- * @property Grid\Column|Collection youtube
|
|
|
- * @property Grid\Column|Collection linkedin
|
|
|
- * @property Grid\Column|Collection tiktok
|
|
|
- * @property Grid\Column|Collection site_name
|
|
|
- * @property Grid\Column|Collection level_domain
|
|
|
- * @property Grid\Column|Collection company_address
|
|
|
- * @property Grid\Column|Collection company_name
|
|
|
- * @property Grid\Column|Collection language
|
|
|
- * @property Grid\Column|Collection dist_id
|
|
|
- * @property Grid\Column|Collection describe
|
|
|
- * @property Grid\Column|Collection order_noumber
|
|
|
- * @property Grid\Column|Collection customer_name
|
|
|
- * @property Grid\Column|Collection email
|
|
|
- * @property Grid\Column|Collection consulting_products
|
|
|
- * @property Grid\Column|Collection freight_forwarder
|
|
|
- * @property Grid\Column|Collection business_model
|
|
|
- * @property Grid\Column|Collection ip_address
|
|
|
- * @property Grid\Column|Collection status
|
|
|
- * @property Grid\Column|Collection allocate_time
|
|
|
- * @property Grid\Column|Collection token
|
|
|
- * @property Grid\Column|Collection tokenable_type
|
|
|
- * @property Grid\Column|Collection tokenable_id
|
|
|
- * @property Grid\Column|Collection abilities
|
|
|
- * @property Grid\Column|Collection last_used_at
|
|
|
- * @property Grid\Column|Collection expires_at
|
|
|
- *
|
|
|
- * @method Grid\Column|Collection width(string $label = null)
|
|
|
- * @method Grid\Column|Collection id(string $label = null)
|
|
|
- * @method Grid\Column|Collection name(string $label = null)
|
|
|
- * @method Grid\Column|Collection type(string $label = null)
|
|
|
- * @method Grid\Column|Collection version(string $label = null)
|
|
|
- * @method Grid\Column|Collection detail(string $label = null)
|
|
|
- * @method Grid\Column|Collection created_at(string $label = null)
|
|
|
- * @method Grid\Column|Collection updated_at(string $label = null)
|
|
|
- * @method Grid\Column|Collection is_enabled(string $label = null)
|
|
|
- * @method Grid\Column|Collection parent_id(string $label = null)
|
|
|
- * @method Grid\Column|Collection order(string $label = null)
|
|
|
- * @method Grid\Column|Collection icon(string $label = null)
|
|
|
- * @method Grid\Column|Collection uri(string $label = null)
|
|
|
- * @method Grid\Column|Collection extension(string $label = null)
|
|
|
- * @method Grid\Column|Collection permission_id(string $label = null)
|
|
|
- * @method Grid\Column|Collection menu_id(string $label = null)
|
|
|
- * @method Grid\Column|Collection slug(string $label = null)
|
|
|
- * @method Grid\Column|Collection http_method(string $label = null)
|
|
|
- * @method Grid\Column|Collection http_path(string $label = null)
|
|
|
- * @method Grid\Column|Collection role_id(string $label = null)
|
|
|
- * @method Grid\Column|Collection user_id(string $label = null)
|
|
|
- * @method Grid\Column|Collection value(string $label = null)
|
|
|
- * @method Grid\Column|Collection username(string $label = null)
|
|
|
- * @method Grid\Column|Collection password(string $label = null)
|
|
|
- * @method Grid\Column|Collection avatar(string $label = null)
|
|
|
- * @method Grid\Column|Collection remember_token(string $label = null)
|
|
|
- * @method Grid\Column|Collection keywords(string $label = null)
|
|
|
- * @method Grid\Column|Collection sku(string $label = null)
|
|
|
- * @method Grid\Column|Collection category_id(string $label = null)
|
|
|
- * @method Grid\Column|Collection issuance_date(string $label = null)
|
|
|
- * @method Grid\Column|Collection enabled(string $label = null)
|
|
|
- * @method Grid\Column|Collection content(string $label = null)
|
|
|
- * @method Grid\Column|Collection parameters(string $label = null)
|
|
|
- * @method Grid\Column|Collection is_pinned(string $label = null)
|
|
|
- * @method Grid\Column|Collection parameter_id(string $label = null)
|
|
|
- * @method Grid\Column|Collection image_url(string $label = null)
|
|
|
- * @method Grid\Column|Collection product_id(string $label = null)
|
|
|
- * @method Grid\Column|Collection remark(string $label = null)
|
|
|
- * @method Grid\Column|Collection video_url(string $label = null)
|
|
|
- * @method Grid\Column|Collection cover_image(string $label = null)
|
|
|
- * @method Grid\Column|Collection country(string $label = null)
|
|
|
- * @method Grid\Column|Collection contact_number(string $label = null)
|
|
|
- * @method Grid\Column|Collection service_hotline(string $label = null)
|
|
|
- * @method Grid\Column|Collection whats_app(string $label = null)
|
|
|
- * @method Grid\Column|Collection facebook(string $label = null)
|
|
|
- * @method Grid\Column|Collection instagram(string $label = null)
|
|
|
- * @method Grid\Column|Collection youtube(string $label = null)
|
|
|
- * @method Grid\Column|Collection linkedin(string $label = null)
|
|
|
- * @method Grid\Column|Collection tiktok(string $label = null)
|
|
|
- * @method Grid\Column|Collection site_name(string $label = null)
|
|
|
- * @method Grid\Column|Collection level_domain(string $label = null)
|
|
|
- * @method Grid\Column|Collection company_address(string $label = null)
|
|
|
- * @method Grid\Column|Collection company_name(string $label = null)
|
|
|
- * @method Grid\Column|Collection language(string $label = null)
|
|
|
- * @method Grid\Column|Collection dist_id(string $label = null)
|
|
|
- * @method Grid\Column|Collection describe(string $label = null)
|
|
|
- * @method Grid\Column|Collection order_noumber(string $label = null)
|
|
|
- * @method Grid\Column|Collection customer_name(string $label = null)
|
|
|
- * @method Grid\Column|Collection email(string $label = null)
|
|
|
- * @method Grid\Column|Collection consulting_products(string $label = null)
|
|
|
- * @method Grid\Column|Collection freight_forwarder(string $label = null)
|
|
|
- * @method Grid\Column|Collection business_model(string $label = null)
|
|
|
- * @method Grid\Column|Collection ip_address(string $label = null)
|
|
|
- * @method Grid\Column|Collection status(string $label = null)
|
|
|
- * @method Grid\Column|Collection allocate_time(string $label = null)
|
|
|
- * @method Grid\Column|Collection token(string $label = null)
|
|
|
- * @method Grid\Column|Collection tokenable_type(string $label = null)
|
|
|
- * @method Grid\Column|Collection tokenable_id(string $label = null)
|
|
|
- * @method Grid\Column|Collection abilities(string $label = null)
|
|
|
- * @method Grid\Column|Collection last_used_at(string $label = null)
|
|
|
- * @method Grid\Column|Collection expires_at(string $label = null)
|
|
|
- */
|
|
|
- class Grid {}
|
|
|
-
|
|
|
- class MiniGrid extends Grid {}
|
|
|
-
|
|
|
- /**
|
|
|
- * @property Show\Field|Collection width
|
|
|
- * @property Show\Field|Collection id
|
|
|
- * @property Show\Field|Collection name
|
|
|
- * @property Show\Field|Collection type
|
|
|
- * @property Show\Field|Collection version
|
|
|
- * @property Show\Field|Collection detail
|
|
|
- * @property Show\Field|Collection created_at
|
|
|
- * @property Show\Field|Collection updated_at
|
|
|
- * @property Show\Field|Collection is_enabled
|
|
|
- * @property Show\Field|Collection parent_id
|
|
|
- * @property Show\Field|Collection order
|
|
|
- * @property Show\Field|Collection icon
|
|
|
- * @property Show\Field|Collection uri
|
|
|
- * @property Show\Field|Collection extension
|
|
|
- * @property Show\Field|Collection permission_id
|
|
|
- * @property Show\Field|Collection menu_id
|
|
|
- * @property Show\Field|Collection slug
|
|
|
- * @property Show\Field|Collection http_method
|
|
|
- * @property Show\Field|Collection http_path
|
|
|
- * @property Show\Field|Collection role_id
|
|
|
- * @property Show\Field|Collection user_id
|
|
|
- * @property Show\Field|Collection value
|
|
|
- * @property Show\Field|Collection username
|
|
|
- * @property Show\Field|Collection password
|
|
|
- * @property Show\Field|Collection avatar
|
|
|
- * @property Show\Field|Collection remember_token
|
|
|
- * @property Show\Field|Collection keywords
|
|
|
- * @property Show\Field|Collection sku
|
|
|
- * @property Show\Field|Collection category_id
|
|
|
- * @property Show\Field|Collection issuance_date
|
|
|
- * @property Show\Field|Collection enabled
|
|
|
- * @property Show\Field|Collection content
|
|
|
- * @property Show\Field|Collection parameters
|
|
|
- * @property Show\Field|Collection is_pinned
|
|
|
- * @property Show\Field|Collection parameter_id
|
|
|
- * @property Show\Field|Collection image_url
|
|
|
- * @property Show\Field|Collection product_id
|
|
|
- * @property Show\Field|Collection remark
|
|
|
- * @property Show\Field|Collection video_url
|
|
|
- * @property Show\Field|Collection cover_image
|
|
|
- * @property Show\Field|Collection country
|
|
|
- * @property Show\Field|Collection contact_number
|
|
|
- * @property Show\Field|Collection service_hotline
|
|
|
- * @property Show\Field|Collection whats_app
|
|
|
- * @property Show\Field|Collection facebook
|
|
|
- * @property Show\Field|Collection instagram
|
|
|
- * @property Show\Field|Collection youtube
|
|
|
- * @property Show\Field|Collection linkedin
|
|
|
- * @property Show\Field|Collection tiktok
|
|
|
- * @property Show\Field|Collection site_name
|
|
|
- * @property Show\Field|Collection level_domain
|
|
|
- * @property Show\Field|Collection company_address
|
|
|
- * @property Show\Field|Collection company_name
|
|
|
- * @property Show\Field|Collection language
|
|
|
- * @property Show\Field|Collection dist_id
|
|
|
- * @property Show\Field|Collection describe
|
|
|
- * @property Show\Field|Collection order_noumber
|
|
|
- * @property Show\Field|Collection customer_name
|
|
|
- * @property Show\Field|Collection email
|
|
|
- * @property Show\Field|Collection consulting_products
|
|
|
- * @property Show\Field|Collection freight_forwarder
|
|
|
- * @property Show\Field|Collection business_model
|
|
|
- * @property Show\Field|Collection ip_address
|
|
|
- * @property Show\Field|Collection status
|
|
|
- * @property Show\Field|Collection allocate_time
|
|
|
- * @property Show\Field|Collection token
|
|
|
- * @property Show\Field|Collection tokenable_type
|
|
|
- * @property Show\Field|Collection tokenable_id
|
|
|
- * @property Show\Field|Collection abilities
|
|
|
- * @property Show\Field|Collection last_used_at
|
|
|
- * @property Show\Field|Collection expires_at
|
|
|
- *
|
|
|
- * @method Show\Field|Collection width(string $label = null)
|
|
|
- * @method Show\Field|Collection id(string $label = null)
|
|
|
- * @method Show\Field|Collection name(string $label = null)
|
|
|
- * @method Show\Field|Collection type(string $label = null)
|
|
|
- * @method Show\Field|Collection version(string $label = null)
|
|
|
- * @method Show\Field|Collection detail(string $label = null)
|
|
|
- * @method Show\Field|Collection created_at(string $label = null)
|
|
|
- * @method Show\Field|Collection updated_at(string $label = null)
|
|
|
- * @method Show\Field|Collection is_enabled(string $label = null)
|
|
|
- * @method Show\Field|Collection parent_id(string $label = null)
|
|
|
- * @method Show\Field|Collection order(string $label = null)
|
|
|
- * @method Show\Field|Collection icon(string $label = null)
|
|
|
- * @method Show\Field|Collection uri(string $label = null)
|
|
|
- * @method Show\Field|Collection extension(string $label = null)
|
|
|
- * @method Show\Field|Collection permission_id(string $label = null)
|
|
|
- * @method Show\Field|Collection menu_id(string $label = null)
|
|
|
- * @method Show\Field|Collection slug(string $label = null)
|
|
|
- * @method Show\Field|Collection http_method(string $label = null)
|
|
|
- * @method Show\Field|Collection http_path(string $label = null)
|
|
|
- * @method Show\Field|Collection role_id(string $label = null)
|
|
|
- * @method Show\Field|Collection user_id(string $label = null)
|
|
|
- * @method Show\Field|Collection value(string $label = null)
|
|
|
- * @method Show\Field|Collection username(string $label = null)
|
|
|
- * @method Show\Field|Collection password(string $label = null)
|
|
|
- * @method Show\Field|Collection avatar(string $label = null)
|
|
|
- * @method Show\Field|Collection remember_token(string $label = null)
|
|
|
- * @method Show\Field|Collection keywords(string $label = null)
|
|
|
- * @method Show\Field|Collection sku(string $label = null)
|
|
|
- * @method Show\Field|Collection category_id(string $label = null)
|
|
|
- * @method Show\Field|Collection issuance_date(string $label = null)
|
|
|
- * @method Show\Field|Collection enabled(string $label = null)
|
|
|
- * @method Show\Field|Collection content(string $label = null)
|
|
|
- * @method Show\Field|Collection parameters(string $label = null)
|
|
|
- * @method Show\Field|Collection is_pinned(string $label = null)
|
|
|
- * @method Show\Field|Collection parameter_id(string $label = null)
|
|
|
- * @method Show\Field|Collection image_url(string $label = null)
|
|
|
- * @method Show\Field|Collection product_id(string $label = null)
|
|
|
- * @method Show\Field|Collection remark(string $label = null)
|
|
|
- * @method Show\Field|Collection video_url(string $label = null)
|
|
|
- * @method Show\Field|Collection cover_image(string $label = null)
|
|
|
- * @method Show\Field|Collection country(string $label = null)
|
|
|
- * @method Show\Field|Collection contact_number(string $label = null)
|
|
|
- * @method Show\Field|Collection service_hotline(string $label = null)
|
|
|
- * @method Show\Field|Collection whats_app(string $label = null)
|
|
|
- * @method Show\Field|Collection facebook(string $label = null)
|
|
|
- * @method Show\Field|Collection instagram(string $label = null)
|
|
|
- * @method Show\Field|Collection youtube(string $label = null)
|
|
|
- * @method Show\Field|Collection linkedin(string $label = null)
|
|
|
- * @method Show\Field|Collection tiktok(string $label = null)
|
|
|
- * @method Show\Field|Collection site_name(string $label = null)
|
|
|
- * @method Show\Field|Collection level_domain(string $label = null)
|
|
|
- * @method Show\Field|Collection company_address(string $label = null)
|
|
|
- * @method Show\Field|Collection company_name(string $label = null)
|
|
|
- * @method Show\Field|Collection language(string $label = null)
|
|
|
- * @method Show\Field|Collection dist_id(string $label = null)
|
|
|
- * @method Show\Field|Collection describe(string $label = null)
|
|
|
- * @method Show\Field|Collection order_noumber(string $label = null)
|
|
|
- * @method Show\Field|Collection customer_name(string $label = null)
|
|
|
- * @method Show\Field|Collection email(string $label = null)
|
|
|
- * @method Show\Field|Collection consulting_products(string $label = null)
|
|
|
- * @method Show\Field|Collection freight_forwarder(string $label = null)
|
|
|
- * @method Show\Field|Collection business_model(string $label = null)
|
|
|
- * @method Show\Field|Collection ip_address(string $label = null)
|
|
|
- * @method Show\Field|Collection status(string $label = null)
|
|
|
- * @method Show\Field|Collection allocate_time(string $label = null)
|
|
|
- * @method Show\Field|Collection token(string $label = null)
|
|
|
- * @method Show\Field|Collection tokenable_type(string $label = null)
|
|
|
- * @method Show\Field|Collection tokenable_id(string $label = null)
|
|
|
- * @method Show\Field|Collection abilities(string $label = null)
|
|
|
- * @method Show\Field|Collection last_used_at(string $label = null)
|
|
|
- * @method Show\Field|Collection expires_at(string $label = null)
|
|
|
- */
|
|
|
- class Show {}
|
|
|
-
|
|
|
- /**
|
|
|
- * @method \Dcat\Admin\Form\Extend\Distpicker\Form\Distpicker distpicker(...$params)
|
|
|
- * @method \Dcat\Admin\Form\Extend\Diyforms\Form\DiyForm diyForm(...$params)
|
|
|
- */
|
|
|
- class Form {}
|
|
|
-
|
|
|
-}
|
|
|
-
|
|
|
-namespace Dcat\Admin\Grid {
|
|
|
- /**
|
|
|
- * @method $this distpicker(...$params)
|
|
|
- */
|
|
|
- class Column {}
|
|
|
-
|
|
|
- /**
|
|
|
- * @method \Dcat\Admin\Form\Extend\Distpicker\Filter\DistpickerFilter distpicker(...$params)
|
|
|
- */
|
|
|
- class Filter {}
|
|
|
-}
|
|
|
-
|
|
|
-namespace Dcat\Admin\Show {
|
|
|
- /**
|
|
|
- * @method $this diyForm(...$params)
|
|
|
- */
|
|
|
- class Field {}
|
|
|
-}
|