我在 Symfony2/Doctrine2 中使用 postPersist/postUpdate/postRemove 事件。例如:
public function postPersist(LifecycleEventArgs $args){
}
我的问题是:如何阻止事件进一步传播?
非常感谢
我在 Symfony2/Doctrine2 中使用 postPersist/postUpdate/postRemove 事件。例如:
public function postPersist(LifecycleEventArgs $args){
}
我的问题是:如何阻止事件进一步传播?
非常感谢