You are here

public function Collection::current in Plug 7

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

Return value

mixed

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

File

lib/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();