internal SPL
Class CachingIterator
- IteratorIterator implements Iterator, Traversable, OuterIterator
-
CachingIterator implements ArrayAccess, Countable
Direct Known Subclasses
Nette\SmartCachingIterator
Documented at php.net
public
|
#
__construct(
Iterator
$iterator,
$flags
)
|
public
|
#
rewind(
)
Implementation of |
public
|
#
valid(
)
Implementation of |
public
|
#
key(
)
Implementation of |
public
|
#
current(
)
Implementation of |
public
|
#
next(
)
Implementation of |
public
|
#
hasNext(
)
|
public
|
#
__toString(
)
|
public
|
#
getInnerIterator(
)
Implementation of |
public
|
#
getFlags(
)
|
public
|
#
setFlags(
$flags
)
|
public
|
#
offsetGet(
$index
)
Implementation of |
public
|
#
offsetSet(
$index,
$newval
)
Implementation of |
public
|
#
offsetUnset(
$index
)
Implementation of |
public
|
#
offsetExists(
$index
)
Implementation of |
public
|
#
getCache(
)
|
public
|
#
count(
)
Implementation of |