2 Star 0 Fork 0

白衬衫./youmiadmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dcat_admin_ide_helper.php 17.63 KB
一键复制 编辑 原始数据 按行查看 历史
白衬衫. 提交于 2020-10-29 17:51 . init
<?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 Dcat\Admin\Form\Field\Button;
use Illuminate\Support\Collection;
/**
* @property Grid\Column|Collection id
* @property Grid\Column|Collection username
* @property Grid\Column|Collection name
* @property Grid\Column|Collection roles
* @property Grid\Column|Collection permissions
* @property Grid\Column|Collection created_at
* @property Grid\Column|Collection updated_at
* @property Grid\Column|Collection avatar
* @property Grid\Column|Collection user
* @property Grid\Column|Collection method
* @property Grid\Column|Collection path
* @property Grid\Column|Collection ip
* @property Grid\Column|Collection input
* @property Grid\Column|Collection slug
* @property Grid\Column|Collection http_path
* @property Grid\Column|Collection version
* @property Grid\Column|Collection alias
* @property Grid\Column|Collection authors
* @property Grid\Column|Collection enable
* @property Grid\Column|Collection imported
* @property Grid\Column|Collection config
* @property Grid\Column|Collection require
* @property Grid\Column|Collection require_dev
* @property Grid\Column|Collection type
* @property Grid\Column|Collection status
* @property Grid\Column|Collection menu
* @property Grid\Column|Collection condition
* @property Grid\Column|Collection pid
* @property Grid\Column|Collection remark
* @property Grid\Column|Collection icon
* @property Grid\Column|Collection sort
* @property Grid\Column|Collection deleted_at
* @property Grid\Column|Collection ability_id
* @property Grid\Column|Collection role_id
* @property Grid\Column|Collection parent_id
* @property Grid\Column|Collection order
* @property Grid\Column|Collection uri
* @property Grid\Column|Collection user_id
* @property Grid\Column|Collection permission_id
* @property Grid\Column|Collection menu_id
* @property Grid\Column|Collection http_method
* @property Grid\Column|Collection password
* @property Grid\Column|Collection remember_token
* @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 mobile
* @property Grid\Column|Collection data
* @property Grid\Column|Collection is_sent
* @property Grid\Column|Collection result
* @property Grid\Column|Collection client_id
* @property Grid\Column|Collection scopes
* @property Grid\Column|Collection revoked
* @property Grid\Column|Collection expires_at
* @property Grid\Column|Collection secret
* @property Grid\Column|Collection redirect
* @property Grid\Column|Collection personal_access_client
* @property Grid\Column|Collection password_client
* @property Grid\Column|Collection access_token_id
* @property Grid\Column|Collection email
* @property Grid\Column|Collection token
* @property Grid\Column|Collection shortname
* @property Grid\Column|Collection merger_name
* @property Grid\Column|Collection level
* @property Grid\Column|Collection pinyin
* @property Grid\Column|Collection code
* @property Grid\Column|Collection zip_code
* @property Grid\Column|Collection first
* @property Grid\Column|Collection lng
* @property Grid\Column|Collection lat
* @property Grid\Column|Collection display_name
* @property Grid\Column|Collection non_delete
* @property Grid\Column|Collection email_verified_at
*
* @method Grid\Column|Collection id(string $label = null)
* @method Grid\Column|Collection username(string $label = null)
* @method Grid\Column|Collection name(string $label = null)
* @method Grid\Column|Collection roles(string $label = null)
* @method Grid\Column|Collection permissions(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 avatar(string $label = null)
* @method Grid\Column|Collection user(string $label = null)
* @method Grid\Column|Collection method(string $label = null)
* @method Grid\Column|Collection path(string $label = null)
* @method Grid\Column|Collection ip(string $label = null)
* @method Grid\Column|Collection input(string $label = null)
* @method Grid\Column|Collection slug(string $label = null)
* @method Grid\Column|Collection http_path(string $label = null)
* @method Grid\Column|Collection version(string $label = null)
* @method Grid\Column|Collection alias(string $label = null)
* @method Grid\Column|Collection authors(string $label = null)
* @method Grid\Column|Collection enable(string $label = null)
* @method Grid\Column|Collection imported(string $label = null)
* @method Grid\Column|Collection config(string $label = null)
* @method Grid\Column|Collection require(string $label = null)
* @method Grid\Column|Collection require_dev(string $label = null)
* @method Grid\Column|Collection type(string $label = null)
* @method Grid\Column|Collection status(string $label = null)
* @method Grid\Column|Collection menu(string $label = null)
* @method Grid\Column|Collection condition(string $label = null)
* @method Grid\Column|Collection pid(string $label = null)
* @method Grid\Column|Collection remark(string $label = null)
* @method Grid\Column|Collection icon(string $label = null)
* @method Grid\Column|Collection sort(string $label = null)
* @method Grid\Column|Collection deleted_at(string $label = null)
* @method Grid\Column|Collection ability_id(string $label = null)
* @method Grid\Column|Collection role_id(string $label = null)
* @method Grid\Column|Collection parent_id(string $label = null)
* @method Grid\Column|Collection order(string $label = null)
* @method Grid\Column|Collection uri(string $label = null)
* @method Grid\Column|Collection user_id(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 http_method(string $label = null)
* @method Grid\Column|Collection password(string $label = null)
* @method Grid\Column|Collection remember_token(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 mobile(string $label = null)
* @method Grid\Column|Collection data(string $label = null)
* @method Grid\Column|Collection is_sent(string $label = null)
* @method Grid\Column|Collection result(string $label = null)
* @method Grid\Column|Collection client_id(string $label = null)
* @method Grid\Column|Collection scopes(string $label = null)
* @method Grid\Column|Collection revoked(string $label = null)
* @method Grid\Column|Collection expires_at(string $label = null)
* @method Grid\Column|Collection secret(string $label = null)
* @method Grid\Column|Collection redirect(string $label = null)
* @method Grid\Column|Collection personal_access_client(string $label = null)
* @method Grid\Column|Collection password_client(string $label = null)
* @method Grid\Column|Collection access_token_id(string $label = null)
* @method Grid\Column|Collection email(string $label = null)
* @method Grid\Column|Collection token(string $label = null)
* @method Grid\Column|Collection shortname(string $label = null)
* @method Grid\Column|Collection merger_name(string $label = null)
* @method Grid\Column|Collection level(string $label = null)
* @method Grid\Column|Collection pinyin(string $label = null)
* @method Grid\Column|Collection code(string $label = null)
* @method Grid\Column|Collection zip_code(string $label = null)
* @method Grid\Column|Collection first(string $label = null)
* @method Grid\Column|Collection lng(string $label = null)
* @method Grid\Column|Collection lat(string $label = null)
* @method Grid\Column|Collection display_name(string $label = null)
* @method Grid\Column|Collection non_delete(string $label = null)
* @method Grid\Column|Collection email_verified_at(string $label = null)
*/
class Grid {}
class MiniGrid extends Grid {}
/**
* @property Show\Field|Collection id
* @property Show\Field|Collection username
* @property Show\Field|Collection name
* @property Show\Field|Collection roles
* @property Show\Field|Collection permissions
* @property Show\Field|Collection created_at
* @property Show\Field|Collection updated_at
* @property Show\Field|Collection avatar
* @property Show\Field|Collection user
* @property Show\Field|Collection method
* @property Show\Field|Collection path
* @property Show\Field|Collection ip
* @property Show\Field|Collection input
* @property Show\Field|Collection slug
* @property Show\Field|Collection http_path
* @property Show\Field|Collection version
* @property Show\Field|Collection alias
* @property Show\Field|Collection authors
* @property Show\Field|Collection enable
* @property Show\Field|Collection imported
* @property Show\Field|Collection config
* @property Show\Field|Collection require
* @property Show\Field|Collection require_dev
* @property Show\Field|Collection type
* @property Show\Field|Collection status
* @property Show\Field|Collection menu
* @property Show\Field|Collection condition
* @property Show\Field|Collection pid
* @property Show\Field|Collection remark
* @property Show\Field|Collection icon
* @property Show\Field|Collection sort
* @property Show\Field|Collection deleted_at
* @property Show\Field|Collection ability_id
* @property Show\Field|Collection role_id
* @property Show\Field|Collection parent_id
* @property Show\Field|Collection order
* @property Show\Field|Collection uri
* @property Show\Field|Collection user_id
* @property Show\Field|Collection permission_id
* @property Show\Field|Collection menu_id
* @property Show\Field|Collection http_method
* @property Show\Field|Collection password
* @property Show\Field|Collection remember_token
* @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 mobile
* @property Show\Field|Collection data
* @property Show\Field|Collection is_sent
* @property Show\Field|Collection result
* @property Show\Field|Collection client_id
* @property Show\Field|Collection scopes
* @property Show\Field|Collection revoked
* @property Show\Field|Collection expires_at
* @property Show\Field|Collection secret
* @property Show\Field|Collection redirect
* @property Show\Field|Collection personal_access_client
* @property Show\Field|Collection password_client
* @property Show\Field|Collection access_token_id
* @property Show\Field|Collection email
* @property Show\Field|Collection token
* @property Show\Field|Collection shortname
* @property Show\Field|Collection merger_name
* @property Show\Field|Collection level
* @property Show\Field|Collection pinyin
* @property Show\Field|Collection code
* @property Show\Field|Collection zip_code
* @property Show\Field|Collection first
* @property Show\Field|Collection lng
* @property Show\Field|Collection lat
* @property Show\Field|Collection display_name
* @property Show\Field|Collection non_delete
* @property Show\Field|Collection email_verified_at
*
* @method Show\Field|Collection id(string $label = null)
* @method Show\Field|Collection username(string $label = null)
* @method Show\Field|Collection name(string $label = null)
* @method Show\Field|Collection roles(string $label = null)
* @method Show\Field|Collection permissions(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 avatar(string $label = null)
* @method Show\Field|Collection user(string $label = null)
* @method Show\Field|Collection method(string $label = null)
* @method Show\Field|Collection path(string $label = null)
* @method Show\Field|Collection ip(string $label = null)
* @method Show\Field|Collection input(string $label = null)
* @method Show\Field|Collection slug(string $label = null)
* @method Show\Field|Collection http_path(string $label = null)
* @method Show\Field|Collection version(string $label = null)
* @method Show\Field|Collection alias(string $label = null)
* @method Show\Field|Collection authors(string $label = null)
* @method Show\Field|Collection enable(string $label = null)
* @method Show\Field|Collection imported(string $label = null)
* @method Show\Field|Collection config(string $label = null)
* @method Show\Field|Collection require(string $label = null)
* @method Show\Field|Collection require_dev(string $label = null)
* @method Show\Field|Collection type(string $label = null)
* @method Show\Field|Collection status(string $label = null)
* @method Show\Field|Collection menu(string $label = null)
* @method Show\Field|Collection condition(string $label = null)
* @method Show\Field|Collection pid(string $label = null)
* @method Show\Field|Collection remark(string $label = null)
* @method Show\Field|Collection icon(string $label = null)
* @method Show\Field|Collection sort(string $label = null)
* @method Show\Field|Collection deleted_at(string $label = null)
* @method Show\Field|Collection ability_id(string $label = null)
* @method Show\Field|Collection role_id(string $label = null)
* @method Show\Field|Collection parent_id(string $label = null)
* @method Show\Field|Collection order(string $label = null)
* @method Show\Field|Collection uri(string $label = null)
* @method Show\Field|Collection user_id(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 http_method(string $label = null)
* @method Show\Field|Collection password(string $label = null)
* @method Show\Field|Collection remember_token(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 mobile(string $label = null)
* @method Show\Field|Collection data(string $label = null)
* @method Show\Field|Collection is_sent(string $label = null)
* @method Show\Field|Collection result(string $label = null)
* @method Show\Field|Collection client_id(string $label = null)
* @method Show\Field|Collection scopes(string $label = null)
* @method Show\Field|Collection revoked(string $label = null)
* @method Show\Field|Collection expires_at(string $label = null)
* @method Show\Field|Collection secret(string $label = null)
* @method Show\Field|Collection redirect(string $label = null)
* @method Show\Field|Collection personal_access_client(string $label = null)
* @method Show\Field|Collection password_client(string $label = null)
* @method Show\Field|Collection access_token_id(string $label = null)
* @method Show\Field|Collection email(string $label = null)
* @method Show\Field|Collection token(string $label = null)
* @method Show\Field|Collection shortname(string $label = null)
* @method Show\Field|Collection merger_name(string $label = null)
* @method Show\Field|Collection level(string $label = null)
* @method Show\Field|Collection pinyin(string $label = null)
* @method Show\Field|Collection code(string $label = null)
* @method Show\Field|Collection zip_code(string $label = null)
* @method Show\Field|Collection first(string $label = null)
* @method Show\Field|Collection lng(string $label = null)
* @method Show\Field|Collection lat(string $label = null)
* @method Show\Field|Collection display_name(string $label = null)
* @method Show\Field|Collection non_delete(string $label = null)
* @method Show\Field|Collection email_verified_at(string $label = null)
*/
class Show {}
/**
* @method Button button(...$params)
*/
class Form {}
}
namespace Dcat\Admin\Grid {
/**
*/
class Column {}
/**
*/
class Filter {}
}
namespace Dcat\Admin\Show {
/**
*/
class Field {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/6D8CA54E5B752E676EBEA3E5046/youmiadmin.git
git@gitee.com:6D8CA54E5B752E676EBEA3E5046/youmiadmin.git
6D8CA54E5B752E676EBEA3E5046
youmiadmin
youmiadmin
master

搜索帮助