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
Could we get ArrayCollection::$_elements to be visibility protected? toArray() will not pass by reference and so we would have to pull all the elements out and then reload them if we want to do something like a reorder().
Just a small clarification, collection enhancement in question is doctrine/mongodb-odm#1219 as support for sharded collection is for Mongo related stuff
Enhancement request.
Could we get
ArrayCollection::$_elements
to be visibilityprotected
?toArray()
will not pass by reference and so we would have to pull all the elements out and then reload them if we want to do something like areorder()
.It would go well with the new Collection enhancement doctrine/mongodb-odm#1385
( See also related doctrine/mongodb-odm#1458 )
Thanks!
The text was updated successfully, but these errors were encountered: