[DCOM-62] Github-PR-53 by shawndellysse: ArrayCollection#join Created: 21/Aug/11 Updated: 14/Sep/11 Resolved: 14/Sep/11 |
|
| Status: | Resolved |
| Project: | Doctrine Common |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.1.2 |
| Type: | Improvement | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Guilherme Blanco |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of {username}: Url: https://github.com/doctrine/common/pull/53 Message: Added the `join` method to `ArrayCollection`. |
| Comments |
| Comment by Guilherme Blanco [ 14/Sep/11 ] |
|
This can't be easily implemented by ORM because join() would require more than a single delimiter. |