CachingIterator
PHP Manual

CachingIterator::getInnerIterator

(PHP 5)

CachingIterator::getInnerIteratorReturns the inner iterator

Opis

public Iterator CachingIterator::getInnerIterator ( void )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Returns the iterator sent to the constructor.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns an object implementing the Iterator interface.


CachingIterator
PHP Manual