Class MethodProxyIterator
Proxies missing method calls to the innermost iterator
- IteratorIterator implements Iterator, Traversable, OuterIterator
- Guzzle\Iterator\MethodProxyIterator
Methods summary
-
public
__call ( string $name, array $args )
Proxy method calls to the wrapped iterator
Methods detail
Proxy method calls to the wrapped iterator
Parameters
- $name
string
$name Name of the method- $args
array
$args Arguments to proxy
Returns
mixed
Methods inherited from IteratorIterator
__construct()
,
current()
,
getInnerIterator()
,
key()
,
next()
,
rewind()
,
valid()