dev-master
9999999-dev https://github.com/MindyPHP/Mindy_Event
MIT
The Requires
- php >=5.6
The Development Requires
2.0
2.0.0.0 https://github.com/MindyPHP/Mindy_Event
MIT
The Requires
- php >=5.6
The Development Requires
Если сигнал описан в массиве вида, (*2)
return [ // Будет вызвана анонимная функция ['\Mindy\Controller\BaseController', 'beforeAction', function ($action) { var_dump(1); }], // Если класс is_a и сигнал идентичен, то будет вызвана одноименная функция в классе отправителе ['\Mindy\Controller\BaseController', 'beforeAction', ['\Mindy\Controller\BaseController', 'beforeAction']], // Метод класса Helper::fooBar будет вызван статически ['\Mindy\Controller\BaseController', 'beforeAction', ['\My\Super\Helper', 'fooBar']], ];
MIT
MIT