fpeters / sf-propel-event-dispatcher-plugin
此包已被废弃,不再维护。未建议替代包。
将 Symfony2 的事件调度器组件集成到您的模型类中,适用于 symfony1.x 项目
dev-master
2014-08-18 10:15 UTC
Requires
- composer/installers: ~1.0.0
- fpeters/sf-dependency-injection-plugin: dev-master
- propel/propel1: ~1.5
- symfony/event-dispatcher: ~2.1
- willdurand/propel-eventdispatcher-behavior: ~1.3
This package is not auto-updated.
Last update: 2020-01-20 03:30:48 UTC
README
将 Propel EventDispatcherBehavior 集成到 Symfony 1.x 中。
每个类都拥有自己的事件调度器,这样您就不会监听无用的事件,并且能够更好地分离关注点。
此插件基于 William Durand 的 BazingaPropelEventDispatcherBundle for Symfony2,网址为:https://github.com/willdurand/BazingaPropelEventDispatcherBundle