Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arraycollection sort #12

Closed
wants to merge 1 commit into from
Closed

Arraycollection sort #12

wants to merge 1 commit into from

Conversation

thomasez
Copy link

Just a sort function for arraycollection.

@stof
Copy link
Member

stof commented Mar 22, 2011

The issue is that you will not always get an ArrayCollection. you could also get another implementation of the Collection (for example Doctrine\ORM\PersistentCollection) so you cannot rely on a method if it is not in the interface.

@beberlei
Copy link
Member

The interface is final, no sorting will be added to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants