You are currently viewing the 0.11 branch api documentation. Switch to 1.0 or 1.1

0.11 Doctrine_Collection_Iterator

Doctrine Collection Iterator

Doctrine_Collection_Iterator iterates through Doctrine_Collection

Direct Sub-Classes

Method Summary

Returns Name Description
current
integer key
next
rewind
__construct

Method Details

  • current()

    returns the current record


  • (integer) key()

    returns the current key


  • next()

    advances the internal pointer


  • rewind()

    rewinds the iterator


  • __construct($collection)

    constructor