diff --git a/dcat_admin_ide_helper.php b/dcat_admin_ide_helper.php index c7983c8..e15c178 100644 --- a/dcat_admin_ide_helper.php +++ b/dcat_admin_ide_helper.php @@ -11,16 +11,20 @@ namespace Dcat\Admin { use Illuminate\Support\Collection; /** + * @property Grid\Column|Collection id + * @property Grid\Column|Collection agent_id + * @property Grid\Column|Collection picture + * @property Grid\Column|Collection name + * @property Grid\Column|Collection tag + * @property Grid\Column|Collection desc + * @property Grid\Column|Collection created_at + * @property Grid\Column|Collection updated_at * @property Grid\Column|Collection product_id * @property Grid\Column|Collection know * @property Grid\Column|Collection content - * @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 @@ -39,10 +43,6 @@ namespace Dcat\Admin { * @property Grid\Column|Collection password * @property Grid\Column|Collection avatar * @property Grid\Column|Collection remember_token - * @property Grid\Column|Collection agent_id - * @property Grid\Column|Collection picture - * @property Grid\Column|Collection tag - * @property Grid\Column|Collection desc * @property Grid\Column|Collection about * @property Grid\Column|Collection reg_protocol * @property Grid\Column|Collection buy_protocol @@ -52,6 +52,7 @@ namespace Dcat\Admin { * @property Grid\Column|Collection price * @property Grid\Column|Collection original_price * @property Grid\Column|Collection sale + * @property Grid\Column|Collection stock * @property Grid\Column|Collection channel_id * @property Grid\Column|Collection category_id * @property Grid\Column|Collection guide_id @@ -95,7 +96,6 @@ namespace Dcat\Admin { * @property Grid\Column|Collection email * @property Grid\Column|Collection token * @property Grid\Column|Collection pictures - * @property Grid\Column|Collection stock * @property Grid\Column|Collection url * @property Grid\Column|Collection picture_ad * @property Grid\Column|Collection channels @@ -106,16 +106,20 @@ namespace Dcat\Admin { * @property Grid\Column|Collection openid * @property Grid\Column|Collection unionid * + * @method Grid\Column|Collection id(string $label = null) + * @method Grid\Column|Collection agent_id(string $label = null) + * @method Grid\Column|Collection picture(string $label = null) + * @method Grid\Column|Collection name(string $label = null) + * @method Grid\Column|Collection tag(string $label = null) + * @method Grid\Column|Collection desc(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 product_id(string $label = null) * @method Grid\Column|Collection know(string $label = null) * @method Grid\Column|Collection content(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) @@ -134,10 +138,6 @@ namespace Dcat\Admin { * @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 agent_id(string $label = null) - * @method Grid\Column|Collection picture(string $label = null) - * @method Grid\Column|Collection tag(string $label = null) - * @method Grid\Column|Collection desc(string $label = null) * @method Grid\Column|Collection about(string $label = null) * @method Grid\Column|Collection reg_protocol(string $label = null) * @method Grid\Column|Collection buy_protocol(string $label = null) @@ -147,6 +147,7 @@ namespace Dcat\Admin { * @method Grid\Column|Collection price(string $label = null) * @method Grid\Column|Collection original_price(string $label = null) * @method Grid\Column|Collection sale(string $label = null) + * @method Grid\Column|Collection stock(string $label = null) * @method Grid\Column|Collection channel_id(string $label = null) * @method Grid\Column|Collection category_id(string $label = null) * @method Grid\Column|Collection guide_id(string $label = null) @@ -190,7 +191,6 @@ namespace Dcat\Admin { * @method Grid\Column|Collection email(string $label = null) * @method Grid\Column|Collection token(string $label = null) * @method Grid\Column|Collection pictures(string $label = null) - * @method Grid\Column|Collection stock(string $label = null) * @method Grid\Column|Collection url(string $label = null) * @method Grid\Column|Collection picture_ad(string $label = null) * @method Grid\Column|Collection channels(string $label = null) @@ -206,16 +206,20 @@ namespace Dcat\Admin { class MiniGrid extends Grid {} /** + * @property Show\Field|Collection id + * @property Show\Field|Collection agent_id + * @property Show\Field|Collection picture + * @property Show\Field|Collection name + * @property Show\Field|Collection tag + * @property Show\Field|Collection desc + * @property Show\Field|Collection created_at + * @property Show\Field|Collection updated_at * @property Show\Field|Collection product_id * @property Show\Field|Collection know * @property Show\Field|Collection content - * @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 @@ -234,10 +238,6 @@ namespace Dcat\Admin { * @property Show\Field|Collection password * @property Show\Field|Collection avatar * @property Show\Field|Collection remember_token - * @property Show\Field|Collection agent_id - * @property Show\Field|Collection picture - * @property Show\Field|Collection tag - * @property Show\Field|Collection desc * @property Show\Field|Collection about * @property Show\Field|Collection reg_protocol * @property Show\Field|Collection buy_protocol @@ -247,6 +247,7 @@ namespace Dcat\Admin { * @property Show\Field|Collection price * @property Show\Field|Collection original_price * @property Show\Field|Collection sale + * @property Show\Field|Collection stock * @property Show\Field|Collection channel_id * @property Show\Field|Collection category_id * @property Show\Field|Collection guide_id @@ -290,7 +291,6 @@ namespace Dcat\Admin { * @property Show\Field|Collection email * @property Show\Field|Collection token * @property Show\Field|Collection pictures - * @property Show\Field|Collection stock * @property Show\Field|Collection url * @property Show\Field|Collection picture_ad * @property Show\Field|Collection channels @@ -301,16 +301,20 @@ namespace Dcat\Admin { * @property Show\Field|Collection openid * @property Show\Field|Collection unionid * + * @method Show\Field|Collection id(string $label = null) + * @method Show\Field|Collection agent_id(string $label = null) + * @method Show\Field|Collection picture(string $label = null) + * @method Show\Field|Collection name(string $label = null) + * @method Show\Field|Collection tag(string $label = null) + * @method Show\Field|Collection desc(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 product_id(string $label = null) * @method Show\Field|Collection know(string $label = null) * @method Show\Field|Collection content(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) @@ -329,10 +333,6 @@ namespace Dcat\Admin { * @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 agent_id(string $label = null) - * @method Show\Field|Collection picture(string $label = null) - * @method Show\Field|Collection tag(string $label = null) - * @method Show\Field|Collection desc(string $label = null) * @method Show\Field|Collection about(string $label = null) * @method Show\Field|Collection reg_protocol(string $label = null) * @method Show\Field|Collection buy_protocol(string $label = null) @@ -342,6 +342,7 @@ namespace Dcat\Admin { * @method Show\Field|Collection price(string $label = null) * @method Show\Field|Collection original_price(string $label = null) * @method Show\Field|Collection sale(string $label = null) + * @method Show\Field|Collection stock(string $label = null) * @method Show\Field|Collection channel_id(string $label = null) * @method Show\Field|Collection category_id(string $label = null) * @method Show\Field|Collection guide_id(string $label = null) @@ -385,7 +386,6 @@ namespace Dcat\Admin { * @method Show\Field|Collection email(string $label = null) * @method Show\Field|Collection token(string $label = null) * @method Show\Field|Collection pictures(string $label = null) - * @method Show\Field|Collection stock(string $label = null) * @method Show\Field|Collection url(string $label = null) * @method Show\Field|Collection picture_ad(string $label = null) * @method Show\Field|Collection channels(string $label = null)