Doctrine\Common\Collections

Namespaces

Classes

N

Doctrine\Common\Collections

C
AbstractLazyCollectionLazy collection that is backed by a concrete collection
C
ArrayCollectionAn ArrayCollection is a Collection implementation that wraps a regular PHP array.
C
CriteriaCriteria for filtering Selectable collections.
C
ExpressionBuilderBuilder for Expressions in the {@link Selectable} interface.

Interfaces

N

Doctrine\Common\Collections

I
CollectionThe missing (SPL) Collection/Array/OrderedMap interface.
I
SelectableInterface for collections that allow efficient filtering with an expression API.