Open Journal Systems
3.3.0
|
Public Member Functions | |
__call ($name, array $args) | |
Proxies missing method calls to the innermost iterator
Definition at line 8 of file MethodProxyIterator.php.
Guzzle\Iterator\MethodProxyIterator::__call | ( | $name, | |
array | $args | ||
) |
Proxy method calls to the wrapped iterator
string | $name | Name of the method |
array | $args | Arguments to proxy |
Definition at line 18 of file MethodProxyIterator.php.