You are here

namespace Doctrine\Common\Collections in Plug 7

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