\Guzzle\IteratorMethodProxyIterator

Proxies missing method calls to the innermost iterator

Summary

Methods
Properties
Constants
__call()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__call()

__call(string  $name, array  $args) : mixed

Proxy method calls to the wrapped iterator

Parameters

string $name

Name of the method

array $args

Arguments to proxy

Returns

mixed