__call() public method
PHP magic method, which is invoked on attempt of invocation not existing method.
It redirects method call to inner iterator.
| public mixed __call ( $name, $arguments ) | ||
|---|---|---|
| $name | string |
Method name. |
| $arguments | array |
Method arguments |
| return | mixed |
Method result. |
Please login to continue.