CachingIterator
class CachingIterator extends CachingIterator implements Countable
internal |
Smarter caching iterator.
Properties
bool read-only | $first | ||
bool read-only | $last | ||
bool read-only | $empty | ||
bool read-only | $odd | ||
bool read-only | $even | ||
int read-only | $counter | ||
mixed read-only | $nextKey | ||
mixed read-only | $nextValue |
Methods
No description
Is the current element the first one?
Is the current element the last one?
Is the iterator empty?
Is the counter odd?
Is the counter even?
Returns the counter.
Returns the count of elements.
Forwards to the next element.
Rewinds the Iterator.
Returns the next key.
Returns the next element.
Call to undefined method.
Returns property value.
Access to undeclared property.
Is property defined?
Access to undeclared property.
Details
at line 34
__construct($iterator)
No description
at line 61
bool
isFirst($width = NULL)
Is the current element the first one?
at line 72
bool
isLast($width = NULL)
Is the current element the last one?
at line 82
bool
isEmpty()
Is the iterator empty?
at line 92
bool
isOdd()
Is the counter odd?
at line 102
bool
isEven()
Is the counter even?
at line 112
int
getCounter()
Returns the counter.
at line 122
int
count()
Returns the count of elements.
at line 138
void
next()
Forwards to the next element.
at line 151
void
rewind()
Rewinds the Iterator.
at line 162
mixed
getNextKey()
Returns the next key.
at line 172
mixed
getNextValue()
Returns the next element.
at line 185
__call($name, $args)
Call to undefined method.
at line 195
__get($name)
Returns property value.
at line 209
__set($name, $value)
Access to undeclared property.
at line 219
bool
__isset($name)
Is property defined?
at line 229
__unset($name)
Access to undeclared property.