1 Star 0 Fork 16

Techutter/mango

forked from 天锥/mango 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dcat_admin_ide_helper.php 24.24 KB
一键复制 编辑 原始数据 按行查看 历史
天锥 提交于 2024-10-02 14:45 . 【edit】大版本更新,优化框架
<?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 order
* @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 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 img
* @property Grid\Column|Collection status
* @property Grid\Column|Collection deleted_at
* @property Grid\Column|Collection text_input
* @property Grid\Column|Collection number_input
* @property Grid\Column|Collection select_option
* @property Grid\Column|Collection radio_option
* @property Grid\Column|Collection date_picker
* @property Grid\Column|Collection boolean_checkbox
* @property Grid\Column|Collection file_upload_path
* @property Grid\Column|Collection uuid
* @property Grid\Column|Collection connection
* @property Grid\Column|Collection queue
* @property Grid\Column|Collection payload
* @property Grid\Column|Collection exception
* @property Grid\Column|Collection failed_at
* @property Grid\Column|Collection category
* @property Grid\Column|Collection brand_name
* @property Grid\Column|Collection sku
* @property Grid\Column|Collection key
* @property Grid\Column|Collection from_address
* @property Grid\Column|Collection email
* @property Grid\Column|Collection content
* @property Grid\Column|Collection operator
* @property Grid\Column|Collection path
* @property Grid\Column|Collection goods_id
* @property Grid\Column|Collection sort
* @property Grid\Column|Collection app_id
* @property Grid\Column|Collection secret
* @property Grid\Column|Collection token
* @property Grid\Column|Collection environment
* @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
* @property Grid\Column|Collection author
* @property Grid\Column|Collection install
* @property Grid\Column|Collection conf
* @property Grid\Column|Collection attr_name
* @property Grid\Column|Collection attr_type
* @property Grid\Column|Collection attr_value
* @property Grid\Column|Collection platform
* @property Grid\Column|Collection unionid
* @property Grid\Column|Collection openid
* @property Grid\Column|Collection nick_name
* @property Grid\Column|Collection head_img
* @property Grid\Column|Collection money
* @property Grid\Column|Collection uid
* @property Grid\Column|Collection wifi_name
* @property Grid\Column|Collection year
* @property Grid\Column|Collection month
* @property Grid\Column|Collection action
* @property Grid\Column|Collection desc
* @property Grid\Column|Collection look_uid
* @property Grid\Column|Collection price
* @property Grid\Column|Collection remark
* @property Grid\Column|Collection day
* @property Grid\Column|Collection merchant_name
* @property Grid\Column|Collection merchant_id
* @property Grid\Column|Collection logo
* @property Grid\Column|Collection address
* @property Grid\Column|Collection longitude
* @property Grid\Column|Collection latitude
* @property Grid\Column|Collection score
* @property Grid\Column|Collection user_id1
* @property Grid\Column|Collection user_id11
* @property Grid\Column|Collection get_number
* @property Grid\Column|Collection account
* @property Grid\Column|Collection pass
* @property Grid\Column|Collection store
* @property Grid\Column|Collection qrcode
* @property Grid\Column|Collection scan_number
* @property Grid\Column|Collection connect_number
* @property Grid\Column|Collection douyin_url
* @property Grid\Column|Collection wifi_number
* @property Grid\Column|Collection is_auditor
*
* @method Grid\Column|Collection order(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 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 img(string $label = null)
* @method Grid\Column|Collection status(string $label = null)
* @method Grid\Column|Collection deleted_at(string $label = null)
* @method Grid\Column|Collection text_input(string $label = null)
* @method Grid\Column|Collection number_input(string $label = null)
* @method Grid\Column|Collection select_option(string $label = null)
* @method Grid\Column|Collection radio_option(string $label = null)
* @method Grid\Column|Collection date_picker(string $label = null)
* @method Grid\Column|Collection boolean_checkbox(string $label = null)
* @method Grid\Column|Collection file_upload_path(string $label = null)
* @method Grid\Column|Collection uuid(string $label = null)
* @method Grid\Column|Collection connection(string $label = null)
* @method Grid\Column|Collection queue(string $label = null)
* @method Grid\Column|Collection payload(string $label = null)
* @method Grid\Column|Collection exception(string $label = null)
* @method Grid\Column|Collection failed_at(string $label = null)
* @method Grid\Column|Collection category(string $label = null)
* @method Grid\Column|Collection brand_name(string $label = null)
* @method Grid\Column|Collection sku(string $label = null)
* @method Grid\Column|Collection key(string $label = null)
* @method Grid\Column|Collection from_address(string $label = null)
* @method Grid\Column|Collection email(string $label = null)
* @method Grid\Column|Collection content(string $label = null)
* @method Grid\Column|Collection operator(string $label = null)
* @method Grid\Column|Collection path(string $label = null)
* @method Grid\Column|Collection goods_id(string $label = null)
* @method Grid\Column|Collection sort(string $label = null)
* @method Grid\Column|Collection app_id(string $label = null)
* @method Grid\Column|Collection secret(string $label = null)
* @method Grid\Column|Collection token(string $label = null)
* @method Grid\Column|Collection environment(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)
* @method Grid\Column|Collection author(string $label = null)
* @method Grid\Column|Collection install(string $label = null)
* @method Grid\Column|Collection conf(string $label = null)
* @method Grid\Column|Collection attr_name(string $label = null)
* @method Grid\Column|Collection attr_type(string $label = null)
* @method Grid\Column|Collection attr_value(string $label = null)
* @method Grid\Column|Collection platform(string $label = null)
* @method Grid\Column|Collection unionid(string $label = null)
* @method Grid\Column|Collection openid(string $label = null)
* @method Grid\Column|Collection nick_name(string $label = null)
* @method Grid\Column|Collection head_img(string $label = null)
* @method Grid\Column|Collection money(string $label = null)
* @method Grid\Column|Collection uid(string $label = null)
* @method Grid\Column|Collection wifi_name(string $label = null)
* @method Grid\Column|Collection year(string $label = null)
* @method Grid\Column|Collection month(string $label = null)
* @method Grid\Column|Collection action(string $label = null)
* @method Grid\Column|Collection desc(string $label = null)
* @method Grid\Column|Collection look_uid(string $label = null)
* @method Grid\Column|Collection price(string $label = null)
* @method Grid\Column|Collection remark(string $label = null)
* @method Grid\Column|Collection day(string $label = null)
* @method Grid\Column|Collection merchant_name(string $label = null)
* @method Grid\Column|Collection merchant_id(string $label = null)
* @method Grid\Column|Collection logo(string $label = null)
* @method Grid\Column|Collection address(string $label = null)
* @method Grid\Column|Collection longitude(string $label = null)
* @method Grid\Column|Collection latitude(string $label = null)
* @method Grid\Column|Collection score(string $label = null)
* @method Grid\Column|Collection user_id1(string $label = null)
* @method Grid\Column|Collection user_id11(string $label = null)
* @method Grid\Column|Collection get_number(string $label = null)
* @method Grid\Column|Collection account(string $label = null)
* @method Grid\Column|Collection pass(string $label = null)
* @method Grid\Column|Collection store(string $label = null)
* @method Grid\Column|Collection qrcode(string $label = null)
* @method Grid\Column|Collection scan_number(string $label = null)
* @method Grid\Column|Collection connect_number(string $label = null)
* @method Grid\Column|Collection douyin_url(string $label = null)
* @method Grid\Column|Collection wifi_number(string $label = null)
* @method Grid\Column|Collection is_auditor(string $label = null)
*/
class Grid {}
class MiniGrid extends Grid {}
/**
* @property Show\Field|Collection order
* @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 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 img
* @property Show\Field|Collection status
* @property Show\Field|Collection deleted_at
* @property Show\Field|Collection text_input
* @property Show\Field|Collection number_input
* @property Show\Field|Collection select_option
* @property Show\Field|Collection radio_option
* @property Show\Field|Collection date_picker
* @property Show\Field|Collection boolean_checkbox
* @property Show\Field|Collection file_upload_path
* @property Show\Field|Collection uuid
* @property Show\Field|Collection connection
* @property Show\Field|Collection queue
* @property Show\Field|Collection payload
* @property Show\Field|Collection exception
* @property Show\Field|Collection failed_at
* @property Show\Field|Collection category
* @property Show\Field|Collection brand_name
* @property Show\Field|Collection sku
* @property Show\Field|Collection key
* @property Show\Field|Collection from_address
* @property Show\Field|Collection email
* @property Show\Field|Collection content
* @property Show\Field|Collection operator
* @property Show\Field|Collection path
* @property Show\Field|Collection goods_id
* @property Show\Field|Collection sort
* @property Show\Field|Collection app_id
* @property Show\Field|Collection secret
* @property Show\Field|Collection token
* @property Show\Field|Collection environment
* @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
* @property Show\Field|Collection author
* @property Show\Field|Collection install
* @property Show\Field|Collection conf
* @property Show\Field|Collection attr_name
* @property Show\Field|Collection attr_type
* @property Show\Field|Collection attr_value
* @property Show\Field|Collection platform
* @property Show\Field|Collection unionid
* @property Show\Field|Collection openid
* @property Show\Field|Collection nick_name
* @property Show\Field|Collection head_img
* @property Show\Field|Collection money
* @property Show\Field|Collection uid
* @property Show\Field|Collection wifi_name
* @property Show\Field|Collection year
* @property Show\Field|Collection month
* @property Show\Field|Collection action
* @property Show\Field|Collection desc
* @property Show\Field|Collection look_uid
* @property Show\Field|Collection price
* @property Show\Field|Collection remark
* @property Show\Field|Collection day
* @property Show\Field|Collection merchant_name
* @property Show\Field|Collection merchant_id
* @property Show\Field|Collection logo
* @property Show\Field|Collection address
* @property Show\Field|Collection longitude
* @property Show\Field|Collection latitude
* @property Show\Field|Collection score
* @property Show\Field|Collection user_id1
* @property Show\Field|Collection user_id11
* @property Show\Field|Collection get_number
* @property Show\Field|Collection account
* @property Show\Field|Collection pass
* @property Show\Field|Collection store
* @property Show\Field|Collection qrcode
* @property Show\Field|Collection scan_number
* @property Show\Field|Collection connect_number
* @property Show\Field|Collection douyin_url
* @property Show\Field|Collection wifi_number
* @property Show\Field|Collection is_auditor
*
* @method Show\Field|Collection order(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 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 img(string $label = null)
* @method Show\Field|Collection status(string $label = null)
* @method Show\Field|Collection deleted_at(string $label = null)
* @method Show\Field|Collection text_input(string $label = null)
* @method Show\Field|Collection number_input(string $label = null)
* @method Show\Field|Collection select_option(string $label = null)
* @method Show\Field|Collection radio_option(string $label = null)
* @method Show\Field|Collection date_picker(string $label = null)
* @method Show\Field|Collection boolean_checkbox(string $label = null)
* @method Show\Field|Collection file_upload_path(string $label = null)
* @method Show\Field|Collection uuid(string $label = null)
* @method Show\Field|Collection connection(string $label = null)
* @method Show\Field|Collection queue(string $label = null)
* @method Show\Field|Collection payload(string $label = null)
* @method Show\Field|Collection exception(string $label = null)
* @method Show\Field|Collection failed_at(string $label = null)
* @method Show\Field|Collection category(string $label = null)
* @method Show\Field|Collection brand_name(string $label = null)
* @method Show\Field|Collection sku(string $label = null)
* @method Show\Field|Collection key(string $label = null)
* @method Show\Field|Collection from_address(string $label = null)
* @method Show\Field|Collection email(string $label = null)
* @method Show\Field|Collection content(string $label = null)
* @method Show\Field|Collection operator(string $label = null)
* @method Show\Field|Collection path(string $label = null)
* @method Show\Field|Collection goods_id(string $label = null)
* @method Show\Field|Collection sort(string $label = null)
* @method Show\Field|Collection app_id(string $label = null)
* @method Show\Field|Collection secret(string $label = null)
* @method Show\Field|Collection token(string $label = null)
* @method Show\Field|Collection environment(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)
* @method Show\Field|Collection author(string $label = null)
* @method Show\Field|Collection install(string $label = null)
* @method Show\Field|Collection conf(string $label = null)
* @method Show\Field|Collection attr_name(string $label = null)
* @method Show\Field|Collection attr_type(string $label = null)
* @method Show\Field|Collection attr_value(string $label = null)
* @method Show\Field|Collection platform(string $label = null)
* @method Show\Field|Collection unionid(string $label = null)
* @method Show\Field|Collection openid(string $label = null)
* @method Show\Field|Collection nick_name(string $label = null)
* @method Show\Field|Collection head_img(string $label = null)
* @method Show\Field|Collection money(string $label = null)
* @method Show\Field|Collection uid(string $label = null)
* @method Show\Field|Collection wifi_name(string $label = null)
* @method Show\Field|Collection year(string $label = null)
* @method Show\Field|Collection month(string $label = null)
* @method Show\Field|Collection action(string $label = null)
* @method Show\Field|Collection desc(string $label = null)
* @method Show\Field|Collection look_uid(string $label = null)
* @method Show\Field|Collection price(string $label = null)
* @method Show\Field|Collection remark(string $label = null)
* @method Show\Field|Collection day(string $label = null)
* @method Show\Field|Collection merchant_name(string $label = null)
* @method Show\Field|Collection merchant_id(string $label = null)
* @method Show\Field|Collection logo(string $label = null)
* @method Show\Field|Collection address(string $label = null)
* @method Show\Field|Collection longitude(string $label = null)
* @method Show\Field|Collection latitude(string $label = null)
* @method Show\Field|Collection score(string $label = null)
* @method Show\Field|Collection user_id1(string $label = null)
* @method Show\Field|Collection user_id11(string $label = null)
* @method Show\Field|Collection get_number(string $label = null)
* @method Show\Field|Collection account(string $label = null)
* @method Show\Field|Collection pass(string $label = null)
* @method Show\Field|Collection store(string $label = null)
* @method Show\Field|Collection qrcode(string $label = null)
* @method Show\Field|Collection scan_number(string $label = null)
* @method Show\Field|Collection connect_number(string $label = null)
* @method Show\Field|Collection douyin_url(string $label = null)
* @method Show\Field|Collection wifi_number(string $label = null)
* @method Show\Field|Collection is_auditor(string $label = null)
*/
class Show {}
/**
* @method \Slowlyo\TencentMapSelection\Form\TencentMap tencentMap(...$params)
* @method \Lake\FormMedia\Form\Field\Photo photo(...$params)
* @method \Lake\FormMedia\Form\Field\Photos photos(...$params)
* @method \Lake\FormMedia\Form\Field\Video video(...$params)
* @method \Lake\FormMedia\Form\Field\Audio audio(...$params)
* @method \Lake\FormMedia\Form\Field\Files files(...$params)
*/
class Form {}
}
namespace Dcat\Admin\Grid {
/**
*/
class Column {}
/**
*/
class Filter {}
}
namespace Dcat\Admin\Show {
/**
*/
class Field {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/techutter/mango.git
git@gitee.com:techutter/mango.git
techutter
mango
mango
master

搜索帮助