You are here

public function Collection::current in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php \Doctrine\Common\Collections\Collection::current()

Gets the element of the collection at the current iterator position.

Return value

mixed

2 methods override Collection::current()
AbstractLazyCollection::current in vendor/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php
Gets the element of the collection at the current iterator position.
ArrayCollection::current in vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
Gets the element of the collection at the current iterator position.

File

vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php, line 180

Class

Collection
The missing (SPL) Collection/Array/OrderedMap interface.

Namespace

Doctrine\Common\Collections

Code

public function current();