__call
public mixed __call |
(string $method , array $params ) |
Relay the method call to the handler object (if able to be handled), otherwise it calls the proxied object's method.
Input |
string | $method | method name called |
array | $params | method arguments |
Output |
mixed
| method return value. |
Exception |
|