Open Journal Systems  3.3.0
Guzzle\Iterator\MethodProxyIterator Class Reference
Inheritance diagram for Guzzle\Iterator\MethodProxyIterator:

Public Member Functions

 __call ($name, array $args)
 

Detailed Description

Proxies missing method calls to the innermost iterator

Definition at line 8 of file MethodProxyIterator.php.

Member Function Documentation

◆ __call()

Guzzle\Iterator\MethodProxyIterator::__call (   $name,
array  $args 
)

Proxy method calls to the wrapped iterator

Parameters
string$nameName of the method
array$argsArguments to proxy
Returns
mixed

Definition at line 18 of file MethodProxyIterator.php.


The documentation for this class was generated from the following file: