SPL-StandardPHPLibrary
Public Member Functions | List of all members
OuterIterator Interface Reference
Inheritance diagram for OuterIterator:
Inheritance graph
Collaboration diagram for OuterIterator:
Collaboration graph

Public Member Functions

 current ()
 
 getInnerIterator ()
 
 key ()
 
 next ()
 
 rewind ()
 
 valid ()
 

Detailed Description

Interface to access the current inner iteraor of iterator wrappers.

Author
Marcus Boerger
Version
1.0
Since
PHP 5.1

Definition at line 18 of file outeriterator.inc.

Member Function Documentation

Iterator::current ( )
inherited
OuterIterator::getInnerIterator ( )
Iterator::key ( )
inherited
Iterator::next ( )
inherited
Iterator::rewind ( )
inherited
Iterator::valid ( )
inherited

The documentation for this interface was generated from the following file: