N | Doctrine\Common\Collections | |
C | AbstractLazyCollection | Lazy collection that is backed by a concrete collection |
C | ArrayCollection | An ArrayCollection is a Collection implementation that wraps a regular PHP array. |
C | Criteria | Criteria for filtering Selectable collections. |
C | ExpressionBuilder | Builder for Expressions in the {@link Selectable} interface. |
N | Doctrine\Common\Collections | |
I | Collection | The missing (SPL) Collection/Array/OrderedMap interface. |
I | Selectable | Interface for collections that allow efficient filtering with an expression API. |