MethodProxyIterator
extends IteratorIterator
in package
Proxies missing method calls to the innermost iterator
Table of Contents
Methods
- __call() : mixed
- Proxy method calls to the wrapped iterator
Methods
__call()
Proxy method calls to the wrapped iterator
public
__call(string $name, array<string|int, mixed> $args) : mixed
Parameters
- $name : string
-
Name of the method
- $args : array<string|int, mixed>
-
Arguments to proxy