You are here

namespace Doctrine\Common\Collections in Zircon Profile 8

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