DevGroup-ru / dotplant2

E-Commerce CMS - Yii Framework 2 (yii2, shop)
http://dotplant.ru/
Other
641 stars 252 forks source link

introduce EventModule #321

Closed Philosoft closed 8 years ago

Philosoft commented 8 years ago

This module provide ability to attach custom handlers to any existing event from any module, even if module itself will not be bootstrapped

Usage:

  1. implement app\modules\event\interfaces\EventInterface in your module
  2. do anything you want in YourModule::attachEventsHandlers method
  3. ???
  4. PROFIT