CachingIterator::getInnerIterator

(PHP 5)

CachingIterator::getInnerIteratorReturns the inner iterator

Beskrivelse

public Iterator CachingIterator::getInnerIterator ( void )
Advarsel

This function is currently not documented; only its argument list is available.

Returns the iterator sent to the constructor.

Parametre

This function has no parameters.

Returnerings Værdier

Returns an object implementing the Iterator interface.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top