CachingIterator::getInnerIterator

(PHP 5)

CachingIterator::getInnerIteratorReturns the inner iterator

Опис

public Iterator CachingIterator::getInnerIterator ( void )
Увага

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

Returns the iterator sent to the constructor.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

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