Can I get a collection of versions for versionable Doctrine record?
- by jjbohn
So I'm trying to find a way to get a collection of all versions of a versionable Doctrine Record. Is this possible? I could definitely build something that would do it but I wasn't sure if the functionality was already built in.
Thanks in advance,
John