Event.php 481 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * FecShop file.
  4. *
  5. * @link http://www.fecshop.com/
  6. *
  7. * @copyright Copyright (c) 2016 FecShop Software LLC
  8. * @license http://www.fecshop.com/license/
  9. */
  10. return [
  11. 'event' => [
  12. 'eventList' => [
  13. /*
  14. # 加入购物车前
  15. 'event_add_to_cart_before' => [
  16. ['appfront\event\CartTest1','beforeAdd1'],
  17. ['appfront\event\CartTest2','beforeAdd2'],
  18. ],
  19. */
  20. ],
  21. ],
  22. ];