5 Star 24 Fork 8

herenet / TeamTask

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dcat_admin_ide_helper.php 14.07 KB
一键复制 编辑 原始数据 按行查看 历史
mgli 提交于 2021-03-12 12:38 . add todo module
<?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 name
* @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 owners
* @property Grid\Column|Collection task_id
* @property Grid\Column|Collection task_name
* @property Grid\Column|Collection start_time
* @property Grid\Column|Collection end_time
* @property Grid\Column|Collection id
* @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 created_at
* @property Grid\Column|Collection updated_at
* @property Grid\Column|Collection user_id
* @property Grid\Column|Collection path
* @property Grid\Column|Collection method
* @property Grid\Column|Collection ip
* @property Grid\Column|Collection input
* @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 username
* @property Grid\Column|Collection password
* @property Grid\Column|Collection avatar
* @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 project_name
* @property Grid\Column|Collection status
* @property Grid\Column|Collection progress
* @property Grid\Column|Collection priority
* @property Grid\Column|Collection task_desc
* @property Grid\Column|Collection team_id
* @property Grid\Column|Collection department_id
* @property Grid\Column|Collection completed_at
* @property Grid\Column|Collection deleted_at
* @property Grid\Column|Collection owner_uid
* @property Grid\Column|Collection email
* @property Grid\Column|Collection token
* @property Grid\Column|Collection member_id
* @property Grid\Column|Collection member_name
* @property Grid\Column|Collection phone_number
* @property Grid\Column|Collection todo_id
* @property Grid\Column|Collection creator_uid
* @property Grid\Column|Collection email_verified_at
*
* @method Grid\Column|Collection name(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 owners(string $label = null)
* @method Grid\Column|Collection task_id(string $label = null)
* @method Grid\Column|Collection task_name(string $label = null)
* @method Grid\Column|Collection start_time(string $label = null)
* @method Grid\Column|Collection end_time(string $label = null)
* @method Grid\Column|Collection 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 icon(string $label = null)
* @method Grid\Column|Collection uri(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 user_id(string $label = null)
* @method Grid\Column|Collection path(string $label = null)
* @method Grid\Column|Collection method(string $label = null)
* @method Grid\Column|Collection ip(string $label = null)
* @method Grid\Column|Collection input(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 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 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 project_name(string $label = null)
* @method Grid\Column|Collection status(string $label = null)
* @method Grid\Column|Collection progress(string $label = null)
* @method Grid\Column|Collection priority(string $label = null)
* @method Grid\Column|Collection task_desc(string $label = null)
* @method Grid\Column|Collection team_id(string $label = null)
* @method Grid\Column|Collection department_id(string $label = null)
* @method Grid\Column|Collection completed_at(string $label = null)
* @method Grid\Column|Collection deleted_at(string $label = null)
* @method Grid\Column|Collection owner_uid(string $label = null)
* @method Grid\Column|Collection email(string $label = null)
* @method Grid\Column|Collection token(string $label = null)
* @method Grid\Column|Collection member_id(string $label = null)
* @method Grid\Column|Collection member_name(string $label = null)
* @method Grid\Column|Collection phone_number(string $label = null)
* @method Grid\Column|Collection todo_id(string $label = null)
* @method Grid\Column|Collection creator_uid(string $label = null)
* @method Grid\Column|Collection email_verified_at(string $label = null)
*/
class Grid {}
class MiniGrid extends Grid {}
/**
* @property Show\Field|Collection name
* @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 owners
* @property Show\Field|Collection task_id
* @property Show\Field|Collection task_name
* @property Show\Field|Collection start_time
* @property Show\Field|Collection end_time
* @property Show\Field|Collection id
* @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 created_at
* @property Show\Field|Collection updated_at
* @property Show\Field|Collection user_id
* @property Show\Field|Collection path
* @property Show\Field|Collection method
* @property Show\Field|Collection ip
* @property Show\Field|Collection input
* @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 username
* @property Show\Field|Collection password
* @property Show\Field|Collection avatar
* @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 project_name
* @property Show\Field|Collection status
* @property Show\Field|Collection progress
* @property Show\Field|Collection priority
* @property Show\Field|Collection task_desc
* @property Show\Field|Collection team_id
* @property Show\Field|Collection department_id
* @property Show\Field|Collection completed_at
* @property Show\Field|Collection deleted_at
* @property Show\Field|Collection owner_uid
* @property Show\Field|Collection email
* @property Show\Field|Collection token
* @property Show\Field|Collection member_id
* @property Show\Field|Collection member_name
* @property Show\Field|Collection phone_number
* @property Show\Field|Collection todo_id
* @property Show\Field|Collection creator_uid
* @property Show\Field|Collection email_verified_at
*
* @method Show\Field|Collection name(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 owners(string $label = null)
* @method Show\Field|Collection task_id(string $label = null)
* @method Show\Field|Collection task_name(string $label = null)
* @method Show\Field|Collection start_time(string $label = null)
* @method Show\Field|Collection end_time(string $label = null)
* @method Show\Field|Collection 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 icon(string $label = null)
* @method Show\Field|Collection uri(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 user_id(string $label = null)
* @method Show\Field|Collection path(string $label = null)
* @method Show\Field|Collection method(string $label = null)
* @method Show\Field|Collection ip(string $label = null)
* @method Show\Field|Collection input(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 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 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 project_name(string $label = null)
* @method Show\Field|Collection status(string $label = null)
* @method Show\Field|Collection progress(string $label = null)
* @method Show\Field|Collection priority(string $label = null)
* @method Show\Field|Collection task_desc(string $label = null)
* @method Show\Field|Collection team_id(string $label = null)
* @method Show\Field|Collection department_id(string $label = null)
* @method Show\Field|Collection completed_at(string $label = null)
* @method Show\Field|Collection deleted_at(string $label = null)
* @method Show\Field|Collection owner_uid(string $label = null)
* @method Show\Field|Collection email(string $label = null)
* @method Show\Field|Collection token(string $label = null)
* @method Show\Field|Collection member_id(string $label = null)
* @method Show\Field|Collection member_name(string $label = null)
* @method Show\Field|Collection phone_number(string $label = null)
* @method Show\Field|Collection todo_id(string $label = null)
* @method Show\Field|Collection creator_uid(string $label = null)
* @method Show\Field|Collection email_verified_at(string $label = null)
*/
class Show {}
/**
*/
class Form {}
}
namespace Dcat\Admin\Grid {
/**
*/
class Column {}
/**
*/
class Filter {}
}
namespace Dcat\Admin\Show {
/**
*/
class Field {}
}
PHP
1
https://gitee.com/herenet/team-task.git
git@gitee.com:herenet/team-task.git
herenet
team-task
TeamTask
master

搜索帮助