phpstorm_ide_helper.php 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. /**
  3. * IDE 组件提示,无任何实际功能
  4. *
  5. * Class Yii
  6. */
  7. class Yii
  8. {
  9. /**
  10. * @var MyApplication
  11. */
  12. public static $app;
  13. }
  14. /**
  15. * Class MyApplication
  16. *
  17. * @property \yii\redis\Connection $redis
  18. * @property \yii\queue\cli\Queue $queue 队列
  19. * @property \services\Application $services 基础服务层
  20. * @property \common\components\ByteDance $byteDance 字节跳动
  21. * @property \common\components\Pay $pay 支付组件
  22. * @property \jianyan\easywechat\Wechat $wechat 微信
  23. * @property \Da\QrCode\Component\QrCodeComponent $qr 二维码
  24. * @property \common\components\BaseAddonModule $addons
  25. * @property \addons\RfDemo\services\Application $rfDemoService 功能案例
  26. * @property \addons\Merchants\services\Application $merchantsService 商家
  27. * @property \addons\TinyShop\services\Application $tinyShopService 微商城
  28. * @property \addons\TinyStore\services\Application $tinyStoreService 门店(社区团购)
  29. * @property \addons\TinyDistribute\services\Application $tinyDistributeService 微分销
  30. * @property \addons\TinyAgent\services\Application $tinyAgentService 代理
  31. * @property \addons\Wechat\services\Application $wechatService 微信公众号
  32. * @property \addons\WechatWork\services\Application $wechatWorkService 企业微信
  33. * @property \addons\WechatMini\services\Application $wechatMiniService 微信小程序
  34. * @property \addons\TinyDoc\services\Application $tinyDocService 文档
  35. * @property \addons\TinyChat\services\Application $tinyChatService 微客服
  36. * @property \addons\TinyBlog\services\Application $tinyBlogService 博客文章
  37. * @property \addons\TinySign\services\Application $tinySignService 微签到
  38. * @property \addons\TinyCircle\services\Application $tinyCircleService 种草社区
  39. * @property \addons\TinyErrand\services\Application $tinyErrandService 微配送
  40. * @property \addons\BigWheel\services\Application $bigWheelService 大转盘
  41. * @property \addons\ByteDanceThirdParty\services\Application $byteDanceThirdPartyService 字节跳动第三方平台
  42. * @property \addons\TikTokPlatform\services\Application $tikTokPlatformService 抖音开放平台
  43. * @property \addons\TikTokShop\services\Application $tikTokShopService 抖店
  44. * @property \addons\Authority\services\Application $authorityService 系统更新
  45. * @property \Detection\MobileDetect $mobileDetect
  46. *
  47. * @author jianyan74 <751393839@qq.com>
  48. */
  49. class MyApplication
  50. {
  51. }
粤ICP备19079148号