You are here

private property ArrayCollection::$elements in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php \Doctrine\Common\Collections\ArrayCollection::elements

An array containing the entries of this collection.

Type: array

File

vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php, line 41

Class

ArrayCollection
An ArrayCollection is a Collection implementation that wraps a regular PHP array.

Namespace

Doctrine\Common\Collections

Code

private $elements;