event.php 260 B

1234567891011121314151617181920
  1. <?php
  2. // 事件定义文件
  3. return [
  4. 'bind' => [
  5. ],
  6. 'listen' => [
  7. //展示活动
  8. 'ShowPromotion' => [
  9. 'addon\bundling\event\ShowPromotion',
  10. ],
  11. 'PromotionType' => [
  12. 'addon\bundling\event\PromotionType',
  13. ],
  14. ],
  15. 'subscribe' => [
  16. ],
  17. ];