symfony - How to detect a change in the number of entities in an ArrayCollection -


does doctrine have event triggers when add or remove entry doctrine collection part of manytomany relationship?

i have entity has id , collection of tags in manytomany relationship. however, want able run event listener when tag added or removed entity. there way this?


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

ruby - How do I merge two hashes into a hash of arrays? -