CachingIterator
PHP Manual

CachingIterator::getInnerIterator

(PHP 5)

CachingIterator::getInnerIteratorReturns the inner iterator

Descrição

public Iterator CachingIterator::getInnerIterator ( void )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Returns the iterator sent to the constructor.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns an object implementing the Iterator interface.


CachingIterator
PHP Manual