You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i like to use a class that extends the doctrine array collection as collection type.
I copied the code of the ArrayCollectionHandler and changed only 2 things:
Now i can register my own collection classes with this handler.
Maybe it would be useful to add something like this as a generic configurable solution?
The text was updated successfully, but these errors were encountered:
Hi,
i like to use a class that extends the doctrine array collection as collection type.
I copied the code of the ArrayCollectionHandler and changed only 2 things:
Now i can register my own collection classes with this handler.
Maybe it would be useful to add something like this as a generic configurable solution?
The text was updated successfully, but these errors were encountered: